aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexTADS3.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-904/+0
2009-01-01Updates to avoid warnings from GCC 4.3. Should not change behaviour.nyamatongwe1-1/+1
2007-06-13periods were incorrectly classified as word characters (i.e., part of ↵mjroberts1-688/+688
identifiers); they no longer are
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
2007-02-21fix Borland compiler warningsmjroberts1-46/+46
2007-02-21fixed the lexer to handle many tads 3 syntax constructs better;mjroberts1-16/+83
fixed some folding problems; added a separate 'brace' style
2006-11-22Michael Cartmell assigned copyright to me.nyamatongwe1-6/+2
2005-07-08Patch from Michael Cartmell improves string parsing and reduces number ofnyamatongwe1-323/+241
states.
2005-05-27Michael:nyamatongwe1-69/+264
Folding now works correctly in all tads source files that I have available. Some colouring bugs were fixed.
2005-04-09TADS3 support from Michael Cartmell.nyamatongwe1-0/+724