Skip to content

Commit

Permalink
Updated keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Jun 12, 2024
1 parent d506f0d commit e74e12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.bundle

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ WAIT('CodeMirror.defineMode', function() {
if (stream.match(/data-import|(data-jc-(url|scope|import|cache|path|config|id|type|init|class|exports|user))=/, true))
return 'variable-E';

if (stream.match(/COMPONENTS|COMPONENT|PLUGIN|EXTENSION|RECONFIGURE|ERROR|EMIT|AJAX|TAPI|WAPI|DAPI|UPLOAD|ENVIRONMENT|ASETTER|SETTER|AEXEC|EXEC|NAV|REDIRECT|ATTRD|SET|GET|PUSH|INC|HIDDEN|IMPORT|FIND|APPEARANCE|WATCH|CONFIG|CLINIT|CLRELOAD|ROUTE|CORS/, true))
if (stream.match(/COMPONENTS|COMPONENT|PLUGIN|EXTENSION|RECONFIGURE|ERROR|EMIT|AJAX|TAPI|WAPI|DAPI|UPLOAD|ENVIRONMENT|ASETTER|SETTER|AEXEC|EXEC|NAV|REDIRECT|ATTRD|SET|GET|PUSH|INC|HIDDEN|IMPORT|FIND|APPEARANCE|WATCH|CONFIG|CLINIT|CLRELOAD|ROUTE|CORS|UPDATE|UPD/, true))
return 'b';

var m = stream.match(/(ROUTE|AJAX|AJAXCACHEREVIEW|AJAXCACHE)\(/, true);
Expand Down

0 comments on commit e74e12a

Please sign in to comment.