• albert-github's avatar
    Coded coloring of flow statements corrected (regression) · ee7194bd
    albert-github authored
    Which patch 8e8c9a1e (dd. May 6) the rule:
    <Start>{FLOW}/[,( \t\n].*
    has been changed into"
    <Start>{FLOW}/[,( \t\n]
    (analogous: <Start>{COMMANDS}/[,( \t\n])
    To overcome the warning: fortrancode.l:744: warning, dangerous trailing context.
    
    The result is that the code coloring of (e.g.) the if statements in:
          subroutine test_on_if
            if (a == b) then
              c = d
            endif
            if(a == b) then
              c = d
            endif
          end subroutine
    was removed, due to the fact that the rule: <Start>{ID}{BS}/"(" was used instead of the flow coloring rule.
    
    This patch fixes the rules so the lines are colored again and there is no warning.
    ee7194bd
Name
Last commit
Last update
addon Loading commit data...
doc Loading commit data...
examples Loading commit data...
jquery Loading commit data...
libmd5 Loading commit data...
packages/rpm Loading commit data...
qtools Loading commit data...
src Loading commit data...
testing Loading commit data...
tmake Loading commit data...
winbuild Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LANGUAGE.HOWTO Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
Makefile.win_make.in Loading commit data...
Makefile.win_nmake.in Loading commit data...
PLATFORMS Loading commit data...
README.md Loading commit data...
configure Loading commit data...
configure.bin Loading commit data...