aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVHDL.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Fold a VHDL "entity" on the first line of the file.Vicente1-3/+5
2015-08-06Add VHDL protected keyword for folding.Vicente1-1/+2
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-24/+24
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-7/+7
2015-05-11Folder folds units declarations and fixes a case insensitivity bug with notNeil1-3/+4
2015-04-08add code to support extended identifiersJoe Mueller1-1/+9
2015-02-10Fix hang in folding when document starts with "entity".Neil1-3/+4
2014-10-14Bug [#1664]. Fix folding of "block" keyword.Neil1-1/+2
2014-08-22Bug [#613]. Fix folding when "component' before name.Neil1-13/+37
2014-08-20Bug [#1527]. Support block comments in VHDL.Neil1-11/+65
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
2013-10-17Avoid namespace pollution by making lexer functions static.Neil1-1/+1
2012-02-19Enable differentiation of --! bang comments as this was disabled by poorlynyamatongwe1-3/+0
2011-08-05Use casts to squash 64-bit warnings from strlen return value.nyamatongwe1-1/+1
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-07-17Fixed bug #3029627 VHDL unclosed strings not styled correctly.nyamatongwe1-2/+2
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-5/+9
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+476