Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 23 Jan 2017 13:10:45 UTC Commit: 00a3aef94de14f157b27a0fabb9cd19f6d66708a https://github.com/geany/geany/commit/00a3aef94de14f157b27a0fabb9cd19f6d6670...
Log Message: ----------- Merge pull request #1361 from Akronix/keywords-js.filetypes
Updated filetypes.javascript keywords
Modified Paths: -------------- data/filedefs/filetypes.javascript
Modified: data/filedefs/filetypes.javascript 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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]
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).