From b5c7453b32cf24c61ab9958996351f02f6794c1c Mon Sep 17 00:00:00 2001 From: Jake Oehler Morrison Date: Thu, 28 Jan 2021 10:12:50 +0000 Subject: [PATCH] Fix matlab brush key in brush map --- syntaxhighlighter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/syntaxhighlighter.php b/syntaxhighlighter.php index 43b69a0..faa98cf 100644 --- a/syntaxhighlighter.php +++ b/syntaxhighlighter.php @@ -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',