aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexCaml.cxx
AgeCommit message (Collapse)AuthorFilesLines
2009-07-21Using a much simpler property set implementation.nyamatongwe1-1/+2
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
2009-07-01Update to CAML lexer from Robert Roessler includes support for SMLnyamatongwe1-53/+100
and some bug fixes.
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-12-16"Correctness" change for still better parsing of OCaml tagnames - NO ↵rdaneelolivaw1-1/+1
external effects
2005-12-14RBR - slight tightening of OCaml `TAG recognitionrdaneelolivaw1-2/+2
2005-12-13RBR - added "static_cast" after complaint from Borland compiler (I may never ↵rdaneelolivaw1-1/+1
get used to these things)
2005-12-13RBR - add new keyword class, support "magic" read-only comments for RCaml, ↵rdaneelolivaw1-112/+113
and switch to StyleContext infrastructure
2005-09-18Fixed const correctness issue found by Visual C++ 2005.nyamatongwe1-1/+1
2005-05-27RBR - Refined numeric token recognition logic.rdaneelolivaw1-13/+16
2005-05-04Avoid writing styles beyond end of document.nyamatongwe1-2/+6
2005-03-09Patch from Robert Roessler fixes occasional incorrect colouring of initial ↵nyamatongwe1-2/+4
character.
2005-02-10Lexers added for Objective Caml, PureBasic and BlitzBasic.nyamatongwe1-0/+389