aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
AgeCommit message (Expand)AuthorFilesLines
2003-10-15Forthe lexer added.nyamatongwe1-0/+1
2003-10-13PowerBasic lexer added.nyamatongwe1-0/+1
2003-09-27Separate tex lexer.nyamatongwe1-0/+2
2003-09-21YAML lexer added.nyamatongwe1-0/+1
2003-09-21Added MPT lexer.nyamatongwe1-0/+1
2003-08-18Support for Clarion from Ron Schofield.nyamatongwe1-0/+2
2003-08-10Added MMIX lexer by Christoph Hösler.nyamatongwe1-0/+1
2003-07-30Scriptol lexer from Denis Sureau.nyamatongwe1-0/+1
2003-07-30NSIS scripting language support from Angelo Mandato.nyamatongwe1-0/+1
2003-07-21Added PostScript lexer from Nigel Hathaway.nyamatongwe1-0/+1
2003-05-14EScript lexer added.nyamatongwe1-0/+1
2003-05-14Moved lmNull into LexOthers.cxx as there was a report that the currentnyamatongwe1-17/+6
2003-05-09Added Lout lexer by Kein-Hong Man.nyamatongwe1-0/+1
2003-03-17Added POV-Ray lexer by Steven te Brinke.nyamatongwe1-0/+1
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe1-0/+1
2002-10-08New lexer for Fortran.nyamatongwe1-0/+2
2002-09-27Added case insensitive keywords version of C++ lexer, cppnocase.nyamatongwe1-0/+1
2002-09-10Including LexAsm.nyamatongwe1-0/+1
2002-07-29Removed Scriptol lexer.nyamatongwe1-1/+0
2002-07-21Added Scriptol language.nyamatongwe1-0/+1
2002-06-12Patch from Gilles to make non debug targets force linking of lexers.nyamatongwe1-3/+5
2002-06-10Avoid continuation lines due to hassles with old GCC.nyamatongwe1-3/+1
2002-04-11Uses macro to simplify lexer references.nyamatongwe1-74/+46
2002-04-03Patch from Brian Quinlan to include metdata about keyword lists withinnyamatongwe1-1/+28
2002-02-20Changed back to lexing full length rather than 1 less.nyamatongwe1-1/+1
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe1-0/+2
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
2002-02-12Minor fixes to lexers.nyamatongwe1-1/+1
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-8/+8
2002-02-06Made languageName public so clients can use it.nyamatongwe1-2/+2
2002-01-25Made compile in LINK_LEXERS mode.nyamatongwe1-1/+1
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-07Changed preprocessor switch for compiling in lexer linking code to benyamatongwe1-0/+8
2001-12-05Added LexBaan.nyamatongwe1-0/+2
2001-09-29Bullant lexer added.nyamatongwe1-0/+2
2001-08-31Update of lexer list from Simon.nyamatongwe1-9/+18
2001-08-15Fixed up length to fold and initial style perturbed when making fold startnyamatongwe1-1/+7
2001-08-10Folding is started 1 line earlier than is being restyled to handle casesnyamatongwe1-1/+8
2001-06-12Patch from Walter to include all the new lexers.nyamatongwe1-0/+10
2001-04-24Initial version.nyamatongwe1-0/+2
2001-04-13Start of new lexer infrastructure.nyamatongwe1-12/+52
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-6/+6
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe1-0/+44
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-1/+1
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-1/+1
2000-03-31Fixed line ends.nyamatongwe1-45/+45
2000-03-30Fixed bugs in handling undo history.nyamatongwe1-43/+45
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-2526/+18