aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVHDL.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-585/+0
2020-05-23Fix some Doxygen-style comments to avoid Xcode warnings.Neil Hodgson1-2/+2
2018-03-16Remove line-end white space.Neil1-1/+1
2017-11-05Stop treating '\' as an escape character in strings.Vicente1-7/+26
Detect character literals and assign SCE_VHDL_STRING to them.
2017-11-05Indent more uniformly with spaces instead of tabs.Vicente1-34/+34
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
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
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-7/+7
comment recognizers to allow for future implementation of 64-bit positions.
2015-05-11Folder folds units declarations and fixes a case insensitivity bug with notNeil1-3/+4
treating "IS" the same as "is".
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
From Vicente.
2014-10-14Bug [#1664]. Fix folding of "block" keyword.Neil1-1/+2
From danselmi.
2014-08-22Bug [#613]. Fix folding when "component' before name.Neil1-13/+37
From danselmi.
2014-08-20Bug [#1527]. Support block comments in VHDL.Neil1-11/+65
From danselmi.
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
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
written code. Noticed by PVS-Studio.
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 ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
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
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+476