Commit a7c5b298 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #171 from hansec/fortran_case_regression

Highlighting corrected for case statements without new line (regression)
parents 7b1ef7a0 56143a26
......@@ -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