Skip to content

Commit

Permalink
Merge pull request #1361 from Akronix/keywords-js.filetypes
Browse files Browse the repository at this point in the history
Updated filetypes.javascript keywords
  • Loading branch information
b4n committed Jan 23, 2017
2 parents 59935a3 + c698469 commit 00a3aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/filedefs/filetypes.javascript
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[keywords]
# all items must be in one line
primary=break case catch class const continue default delete do each else extends false finally for function get if in Infinity instanceof let NaN new null return set static super switch this throw true try typeof undefined var void while with yield prototype
primary=break case catch class const continue debugger default delete do else enum export extends false finally for function get if import in Infinity instanceof let NaN new null return set static super switch this throw true try typeof undefined var void while with yield prototype async await
secondary=Array Boolean Date Function Math Number Object String RegExp EvalError Error RangeError ReferenceError SyntaxError TypeError URIError constructor prototype decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt
[lexer_properties=C]
Expand Down

0 comments on commit 00a3aef

Please sign in to comment.