Branch: refs/heads/master Author: Chris Mayo aklhfex@gmail.com Committer: Chris Mayo aklhfex@gmail.com Date: Mon, 28 Mar 2016 18:40:37 UTC Commit: 3dda6180ceb293a1aa6661443cda04ec58806359 https://github.com/geany/geany/commit/3dda6180ceb293a1aa6661443cda04ec588063...
Log Message: ----------- 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
Modified Paths: -------------- data/filedefs/filetypes.javascript
Modified: data/filedefs/filetypes.javascript 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -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
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).