Skip to content

Commit

Permalink
Fixes regression due to PR 169
Browse files Browse the repository at this point in the history
  • Loading branch information
hansec committed May 7, 2014
1 parent 5c5c90b commit 56143a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fortrancode.l
Expand Up @@ -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();
Expand Down

0 comments on commit 56143a2

Please sign in to comment.