Branch: refs/heads/master Author: Azq2 kirill.zhumarin@gmail.com Committer: GitHub noreply@github.com Date: Tue, 03 Dec 2024 22:29:22 UTC Commit: 5ed56a09f9bdaf882d33aa37bb8762129175b61d https://github.com/geany/geany/commit/5ed56a09f9bdaf882d33aa37bb8762129175b6...
Log Message: ----------- update JS keywords and extensions (#3440)
Co-authored-by: Jiří Techet techet@gmail.com
Modified Paths: -------------- data/filedefs/filetypes.javascript data/filetype_extensions.conf
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 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 from as 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]
Modified: data/filetype_extensions.conf 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -43,7 +43,7 @@ Graphviz=*.gv;*.dot; Groovy=*.groovy;*.gradle; Haskell=*.hs;*.lhs;*.hs-boot;*.lhs-boot; Haxe=*.hx; -HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl; +HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl;*.tmpl;*.vue; Java=*.java;*.jsp; Javascript=*.js;*.cjs;*.mjs;*.jsx; JSON=*.json;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).