Commit 56143a26 authored by Chris Hansen's avatar Chris Hansen

Fixes regression due to PR 169

parent 5c5c90b6
......@@ -751,7 +751,7 @@ PREFIX (RECURSIVE{BS_}|IMPURE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,3}(RECURSIVE|I
codifyLines(yytext);
endFontClass();
}
<Start>^{BS}(CASE|CLASS|TYPE){BS_}(IS|DEFAULT) {
<Start>{BS}(CASE|CLASS|TYPE){BS_}(IS|DEFAULT) {
startFontClass("keywordflow");
codifyLines(yytext);
endFontClass();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment