Skip to content

Commit 7bd0d62

Browse files
authored
enh(matlab) add "arguments" keyword and fix "enumeration" (highlightjs#2619)
1 parent ab5083b commit 7bd0d62

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ New themes:
44

55
- *Gradient Light* by [Samia Ali]()
66

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
712
[Samia Ali]: https://github.com/samiaab1990
813

14+
915
## Version 10.1.1
1016

1117
Fixes:

src/languages/matlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function(hljs) {
2424
name: 'Matlab',
2525
keywords: {
2626
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 ' +
2828
'global if methods otherwise parfor persistent properties return spmd switch try while',
2929
built_in:
3030
'sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan ' +

0 commit comments

Comments
 (0)