aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers
AgeCommit message (Expand)AuthorFilesLines
2024-12-06support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...Robin Haberkorn4-4/+4
2024-11-24added special Q-Register ":" for accessing dotRobin Haberkorn1-4/+2
2024-09-26Git lexer: added support for TAG_EDITMSG and MERGE_MSGRobin Haberkorn1-0/+2
2024-09-17improved HTML lexer (html.tes)Robin Haberkorn1-3/+48
2024-09-09added an improvised lexer for styling Git commit messagesRobin Haberkorn1-0/+16
2024-08-18added troff/nroff lexerRobin Haberkorn2-1/+86
2023-04-16added Asciidoc lexer configRobin Haberkorn1-0/+28
2022-11-27added Markdown and YAML lexer configsRobin Haberkorn2-0/+50
2022-11-21improved the C/C++ and Gob lexersRobin Haberkorn4-4/+13
2022-11-21added lexers for Python and Linux Device TreesRobin Haberkorn2-0/+93
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn71-71/+71
2017-11-16CPP lexer: support *.ino files (Arduino IDE sketches)Robin Haberkorn1-1/+2
2016-11-22womanpage lexer: fixed popup stylingRobin Haberkorn1-1/+1
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn1-0/+20
2016-02-19fixed Objective C++ lexing: it is now handled by cpp.tesRobin Haberkorn2-11/+14
2016-02-17added lexing support for Gob2 (GObject Builder)Robin Haberkorn1-0/+36
2016-02-17The "cpp" lexer configuration has been split into "c.tes" and "cpp.tes"Robin Haberkorn2-23/+63
2016-02-17simplified "lexer.test..." macros using the $$ return commandRobin Haberkorn42-186/+186
2016-02-15lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGERobin Haberkorn69-69/+69
2015-07-21fixed scite2co.lua: use SCI_SETLEXERLANGUAGE instead of SCI_SETLEXERRobin Haberkorn69-69/+69
2015-05-25extended <EN> command and used it to optimize "lexer.test..." macrosRobin Haberkorn69-218/+308
2015-03-24added new lexer configs auto-generated by scite2co.luaRobin Haberkorn62-0/+3123
2015-03-24reformatted existing lexer definitionsRobin Haberkorn7-145/+111
2014-11-22added globbing command ENRobin Haberkorn7-28/+0
2014-11-20lexer library: added M[lexer.checkheader] and M[lexer.checkname] for matching...Robin Haberkorn7-15/+18
2014-11-19added first draft of new modular lexer systemRobin Haberkorn7-0/+270