Branch: refs/heads/master Author: Abel 'Akronix' Serrano Juste akronix5@gmail.com Committer: Abel 'Akronix' Serrano Juste akronix5@gmail.com Date: Sat, 14 Jan 2017 20:26:36 UTC Commit: c6984699d3fc9f7055eb25a5362afe990b9c82a6 https://github.com/geany/geany/commit/c6984699d3fc9f7055eb25a5362afe990b9c82...
Log Message: ----------- Removed 'alert' from secondary keywords since it depends on a DOM environment
Modified Paths: -------------- data/filedefs/filetypes.javascript
Modified: data/filedefs/filetypes.javascript 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -4,7 +4,7 @@ [keywords] # all items must be in one line 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 +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).