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

Merge pull request #265 from albert-github/feature/bug_ftn_end_color_regr_259

Fortran code color END (regression pull request 259)
parents dc37f6c2 0ccda478
......@@ -757,7 +757,7 @@ PREFIX (RECURSIVE{BS_}|IMPURE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,3}(RECURSIVE|I
codifyLines(yytext);
endFontClass();
}
<Start>"end"({BS}{FLOW})/[ \t\n] { // list is a bit long as not all have possible end
<Start>{BS}"end"({BS}{FLOW})/[ \t\n] { // list is a bit long as not all have possible end
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