javascript: Add support for ECMAScript 6 classes keywords
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes http://www.ecma-international.org/ecma-262/6.0/#sec-keywords http://www.ecma-international.org/ecma-262/6.0/#sec-constructor
This commit is contained in:
parent
3967ce582f
commit
3dda6180ce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user