aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/cpp.tes
AgeCommit message (Expand)AuthorFilesLines
2024-12-24introduced true block and EOL commentsRobin Haberkorn1-2/+2
2024-08-18added troff/nroff lexerRobin Haberkorn1-1/+1
2022-11-21improved the C/C++ and Gob lexersRobin Haberkorn1-1/+4
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-1/+1
2017-11-16CPP lexer: support *.ino files (Arduino IDE sketches)Robin Haberkorn1-1/+2
2016-02-19fixed Objective C++ lexing: it is now handled by cpp.tesRobin Haberkorn1-2/+3
2016-02-17The "cpp" lexer configuration has been split into "c.tes" and "cpp.tes"Robin Haberkorn1-23/+10
2016-02-17simplified "lexer.test..." macros using the $$ return commandRobin Haberkorn1-13/+13
2016-02-15lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGERobin Haberkorn1-1/+1
2015-07-21fixed scite2co.lua: use SCI_SETLEXERLANGUAGE instead of SCI_SETLEXERRobin Haberkorn1-1/+1
2015-05-25extended <EN> command and used it to optimize "lexer.test..." macrosRobin Haberkorn1-3/+14
2015-03-24reformatted existing lexer definitionsRobin Haberkorn1-21/+21
2014-11-22added globbing command ENRobin Haberkorn1-4/+0
2014-11-20lexer library: added M[lexer.checkheader] and M[lexer.checkname] for matching...Robin Haberkorn1-2/+2
2014-11-19added first draft of new modular lexer systemRobin Haberkorn1-0/+43