Skip to content

Commit

Permalink
add break and continue statements to rega specific syntax highlighting
Browse files Browse the repository at this point in the history
rules now that we integrate the latest ReGa version bringing up these
statements for while/foreach loops. This refs #224.
  • Loading branch information
jens-maus committed Dec 13, 2018
1 parent fe00e40 commit edfaa43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
name: "clike",
keywords: words(
/* statements */
"if while foreach return quit else elseif " +
"if while foreach return quit else elseif break continue " +

/* calls */
"Call Write WriteLine WriteURL WriteXML WriteHTML Debug Dump"
Expand Down

0 comments on commit edfaa43

Please sign in to comment.