aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexFortran.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09Bugs #3540486, #3087226, #2906275, #2809176.nyamatongwe1-10/+23
Style fixed format comments from column 73. Bug #3540486. Fold CRITICAL .. END CRITICAL. Bug #3540486. Fix styling after comment line ending with '&'. Bug #3087226. Style preprocessor lines so they do not trigger incorrect folding. Bug #2906275. Fix folding of nested ifs. Bug #2809176. From darmar.
2011-02-19Fixed to make compile.nyamatongwe1-1/+1
2011-02-17Folding of "procedure". Feature #3184356.nyamatongwe1-1/+1
Only create an end fold for "module procedure", not just "procedure".
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-6/+12
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+466