aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVerilog.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-01-13fix bug in handling of comments, make some new features conditional on lexer ↵Joe Mueller1-19/+29
properties to preserve backwards compatibility
2015-01-06attempt to fix compile errors with different versions of g++ caused by ↵Joe Mueller1-4/+5
missing inclusion of algorithm header file.
2015-01-06modify LexVerilog.cxx to support coloring of inactive code due to ↵Joe Mueller1-142/+652
preprocessor commands
2014-12-17Highlights doc comment keywords; has separate styles for input, output, andNeil1-68/+137
inout ports; and fixes a bug in highlighting numbers. From Haimag Ren.
2011-05-25Update to support SystemVerilog.nyamatongwe1-9/+21
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/+10
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+330