aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexOthers.cxx
AgeCommit message (Expand)AuthorFilesLines
2003-08-09Fixed warnings.nyamatongwe1-6/+2
2003-08-09Foldinf for INI files.nyamatongwe1-1/+58
2003-05-14Moved lmNull into LexOthers.cxx as there was a report that the currentnyamatongwe1-0/+11
2003-03-30More selective about GCC message format, expecting number after firstnyamatongwe1-9/+14
2003-03-28Made more picky about digits.nyamatongwe1-11/+19
2003-03-22Allow tab as well as space after ':' in GCC error messages.nyamatongwe1-1/+1
2003-03-22Tightened up recognition of GCC, Microsoft and Perl error lines.nyamatongwe1-8/+16
2003-03-12Patch from Pedro Guerreiro for decoding error messages from Lahey andnyamatongwe1-2/+17
2003-03-04Improved detection of complex error lines to have less false hits and sonyamatongwe1-33/+50
2003-03-01Fixed assertion in LaTeX lexing.nyamatongwe1-1/+1
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-6/+15
2003-01-14Patch from David Ascher to to support both context diffs and the outputnyamatongwe1-3/+7
2002-11-15Fix to lines in make files that start with "=".nyamatongwe1-6/+8
2002-10-26Patch from Jakub Vrána to recognise PHP errors.nyamatongwe1-0/+2
2002-08-15Made the CTAGS recogniser much more picky.nyamatongwe1-1/+5
2002-04-18Using symbolc lexical class names for properties lexer.nyamatongwe1-9/+9
2002-04-17Changed ctags recogniser to not trigger on initial tab.nyamatongwe1-1/+1
2002-04-16Patch from Holger Kiemes to recognise more tag line formats.nyamatongwe1-0/+12
2002-03-26Made symbols for the lexical states of the diff lexer. Recognise '***' as the...nyamatongwe1-8/+10
2002-02-21Removed dead code noticed by Philippe.nyamatongwe1-20/+17
2002-02-20Fixed warning on untyped function.nyamatongwe1-1/+1
2002-02-20Changes to ensure line ends are styled correctly while not going out ofnyamatongwe1-29/+45
2002-02-15Fixed out of bounds styling.nyamatongwe1-18/+22
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-6/+6
2002-02-12Minor fixes to lexers.nyamatongwe1-6/+6
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-6/+6
2002-02-11Changes to tighten up styling beyond the bounds of the document.nyamatongwe1-2/+2
2001-08-08Lua error messages handled.nyamatongwe1-1/+7
2001-07-30Lex class for .NET tracebacks in the output lexer.nyamatongwe1-0/+4
2001-06-13Addition of target style for makefile lexer.nyamatongwe1-10/+21
2001-04-13Added a string name to each lexer.nyamatongwe1-6/+6
2001-04-11Patch from Philippe to make 'rem' work in batch files.nyamatongwe1-133/+131
2001-04-03Fixed read of uninitialised memory when searching for '=' in propertiesnyamatongwe1-1/+2
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-1/+1
2001-02-23Patch from Philippe to clean up the code a lot.nyamatongwe1-67/+136
2001-02-21Patch from Philippe to improve batch file lexer.nyamatongwe1-48/+64
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-24Changed isspace to isspacechar which is safe for characters >= 128.nyamatongwe1-6/+6
2001-01-04Fixed some warnings.nyamatongwe1-1/+1
2001-01-04Dropped unused parameter to avoid warning.nyamatongwe1-1/+1
2001-01-02From Philippe.nyamatongwe1-43/+116
2000-08-30Perl error format supported.nyamatongwe1-7/+13
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-2/+43
2000-05-08Added LaTeX lexer from Christian Obrecht.nyamatongwe1-0/+105
2000-04-08Warning squashing.nyamatongwe1-2/+1
2000-04-05Changed the lexer module objects to be globally visible (by removing 'static')nyamatongwe1-4/+4
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-8/+8
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-8/+8
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-0/+200