Skip to content

Commit

Permalink
add "soAsc", "soDesc", "stAlpha" and "stNatural" to CodeMirror syntax
Browse files Browse the repository at this point in the history
highlighting.
  • Loading branch information
jens-maus committed Nov 6, 2024
1 parent 5120a43 commit 2c5fa33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,8 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
"iarNone iarRead iarWrite iarCreate iarChange iarExecute iarFullAccess " +
"OPERATOR_NONE OPERATOR_AND OPERATOR_OR OPERATOR_XOR " +
"iufNone iufVisible iufInternal iufReadyState iufOperated iufVirtualChn " +
"iufReadable iufWriteable iufEventable iufAll"
"iufReadable iufWriteable iufEventable iufAll" +
"soAsc soDesc stAlpha stNatural"
),
indentStatements: false,
indentSwitch: false,
Expand Down

0 comments on commit 2c5fa33

Please # to comment.