File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ patterns are available:
819
819
820
820
- `java` suitable for source code in the Java language.
821
821
822
- - `matlab` suitable for source code in the MATLAB and Octave language .
822
+ - `matlab` suitable for source code in the MATLAB and Octave languages .
823
823
824
824
- `objc` suitable for source code in the Objective-C language.
825
825
Original file line number Diff line number Diff line change @@ -58,9 +58,11 @@ PATTERNS("java",
58
58
"|[-+*/<>%&^|=!]="
59
59
"|--|\\+\\+|<<=?|>>>?=?|&&|\\|\\|" ),
60
60
PATTERNS ("matlab" ,
61
- /* Octave pattern is mostly the same as matlab, except that '%%%' and
61
+ /*
62
+ * Octave pattern is mostly the same as matlab, except that '%%%' and
62
63
* '##' can also be used to begin code sections, in addition to '%%'
63
- * that is understood by both. */
64
+ * that is understood by both.
65
+ */
64
66
"^[[:space:]]*((classdef|function)[[:space:]].*)$|^(%%%?|##)[[:space:]].*$" ,
65
67
"[a-zA-Z_][a-zA-Z0-9_]*|[-+0-9.e]+|[=~<>]=|\\.[*/\\^']|\\|\\||&&" ),
66
68
PATTERNS ("objc" ,
You can’t perform that action at this time.
0 commit comments