Skip to content

Commit

Permalink
enh(matlab) add "arguments" keyword and fix "enumeration" (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jun 29, 2020
1 parent ab5083b commit 7bd0d62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ New themes:

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

Language Improvements:

- enh(matlab) Add new R2019b `arguments` keyword and fix `enumeration` keyword (#2619) [Andrew Janke][]

[Andrew Janke]: https://github.com/apjanke
[Samia Ali]: https://github.com/samiaab1990


## Version 10.1.1

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion src/languages/matlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function(hljs) {
name: 'Matlab',
keywords: {
keyword:
'break case catch classdef continue else elseif end enumerated events for function ' +
'arguments break case catch classdef continue else elseif end enumeration events for function ' +
'global if methods otherwise parfor persistent properties return spmd switch try while',
built_in:
'sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan ' +
Expand Down

0 comments on commit 7bd0d62

Please sign in to comment.