File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,14 @@ New themes:
4
4
5
5
- * Gradient Light* by [ Samia Ali] ( )
6
6
7
+ Language Improvements:
8
+
9
+ - enh(matlab) Add new R2019b ` arguments ` keyword and fix ` enumeration ` keyword (#2619 ) [ Andrew Janke] [ ]
10
+
11
+ [ Andrew Janke ] : https://github.com/apjanke
7
12
[ Samia Ali ] : https://github.com/samiaab1990
8
13
14
+
9
15
## Version 10.1.1
10
16
11
17
Fixes:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function(hljs) {
24
24
name : 'Matlab' ,
25
25
keywords : {
26
26
keyword :
27
- 'break case catch classdef continue else elseif end enumerated events for function ' +
27
+ 'arguments break case catch classdef continue else elseif end enumeration events for function ' +
28
28
'global if methods otherwise parfor persistent properties return spmd switch try while' ,
29
29
built_in :
30
30
'sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan ' +
You can’t perform that action at this time.
0 commit comments