Skip to content

Commit

Permalink
Merge pull request #188 from Automattic/fix/matlab
Browse files Browse the repository at this point in the history
Fix MatLab brush key in brush map
  • Loading branch information
jom authored Feb 8, 2021
2 parents f6b0150 + b5c7453 commit 0c1010b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntaxhighlighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ function_exists( 'parse_blocks' ) // WordPress 5.0+
'latex' => 'latex', // Not used as a shortcode
'tex' => 'latex',
'matlab' => 'matlabkey',
'matlabkey' => 'matlabkey',
'objc' => 'objc',
'obj-c' => 'objc',
'perl' => 'perl',
Expand Down

0 comments on commit 0c1010b

Please sign in to comment.