aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexLisp.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-282/+0
2010-05-17Fix debug assertions for bug #3000566.nyamatongwe1-1/+1
2009-05-21Feature Request #2794989 LexLisp: Treat [] and {} as balanced operatorsnyamatongwe1-3/+3
from Eric Kidd.
2009-05-21Feature request #2794901 LexLisp: Colourise keyword arguments as symbolsnyamatongwe1-0/+3
from Eric Kidd.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+4
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2005-06-20Patch from Michael Goffioul to Lisp adds SYMBOL, SPECIAL, and MULTI_COMMENTnyamatongwe1-7/+100
states and a second keyword set.
2004-07-22Changed to allow multiline strings. This means SCE_LISP_STRINGEOL will nonyamatongwe1-20/+2
longer be used.
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-5/+10
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
linking.
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-3/+3
File specific inline functions marker as static to ensure no bad linking.
2001-04-20Added Lisp lexer to makefiles and simplified LexLisp.cxx.nyamatongwe1-15/+2
2001-04-20Initial version by Alexey.nyamatongwe1-0/+208