Branch: refs/heads/master Author: Abel 'Akronix' Serrano Juste akronix5@gmail.com Committer: Abel 'Akronix' Serrano Juste akronix5@gmail.com Date: Wed, 11 Jan 2017 22:18:38 UTC Commit: c328051382385ea663eca73c1bb0aa1d969ef321 https://github.com/geany/geany/commit/c328051382385ea663eca73c1bb0aa1d969ef3...
Log Message: ----------- Some adjustmenys in javascript keywords: Deleted 'each' from secondary 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 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 +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 alert
[settings]
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).