[geany/geany] 6fad4c: Updated js keywords with ES6

Abel 'Akronix' Serrano Juste git-noreply at xxxxx
Wed Jan 11 22:05:05 UTC 2017


Branch:      refs/heads/master
Author:      Abel 'Akronix' Serrano Juste <akronix5 at gmail.com>
Committer:   Abel 'Akronix' Serrano Juste <akronix5 at gmail.com>
Date:        Wed, 11 Jan 2017 22:05:05 UTC
Commit:      6fad4c017cf6edcf03ddb78b82f0cfade0d26df7
             https://github.com/geany/geany/commit/6fad4c017cf6edcf03ddb78b82f0cfade0d26df7

Log Message:
-----------
Updated js keywords with ES6


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 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
+primary=break case catch class const continue debugger default delete do each 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 alert
 
 [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).


More information about the Commits mailing list