Skip to content

Commit

Permalink
Merge pull request #980 from cjmayo/ecma_classes
Browse files Browse the repository at this point in the history
javascript: Add ECMAScript 6 classes keywords
  • Loading branch information
b4n committed Jun 8, 2016
2 parents 81a5b77 + 3dda618 commit e328434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/filedefs/filetypes.javascript
Expand Up @@ -3,8 +3,8 @@
[keywords]
# all items must be in one line
primary=break case catch const continue default delete do each else false finally for function get if in Infinity instanceof let NaN new null return set switch this throw true try typeof undefined var void while with yield prototype
secondary=Array Boolean Date Function Math Number Object String RegExp EvalError Error RangeError ReferenceError SyntaxError TypeError URIError prototype decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt
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
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
[settings]
# default extension used when saving files
Expand Down

0 comments on commit e328434

Please sign in to comment.