aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPascal.cxx
AgeCommit message (Expand)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-592/+0
2009-06-09Fix for bug #2802863, Pascal lexer hanging on file that starts with 'interface'nyamatongwe1-2/+2
2008-12-23Fixes for GCC 4.3 warnings. The Pascal change fixes behaviour.nyamatongwe1-4/+4
2008-11-27Better Pascal lexer from Marko Njezic FR #2190650.nyamatongwe1-240/+459
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2007-05-31Patch from Istvan Szollosi fixes bad folding for Pascal and GAPnyamatongwe1-1/+1
2003-07-27Updates from Mathias Rauen to Pascal and to avoidnyamatongwe1-47/+68
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-5/+11
2002-09-06Upgraded by Simon with some words only being keywords in class definitionsnyamatongwe1-61/+179
2002-08-13Patch from Laurent to make case statements fold.nyamatongwe1-2/+5
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-2/+1
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-1/+1
2001-04-13Removed some dead commented code.nyamatongwe1-2/+0
2001-04-13Added a string name to each lexer.nyamatongwe1-1/+1
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-17/+20
2001-01-27Patch from Laurent to handle comments such as {} and { } correctly.nyamatongwe1-6/+20
2001-01-24Changed isspace to isspacechar which is safe for characters >= 128.nyamatongwe1-1/+1
2000-11-08Added Pascal Lexer.nyamatongwe1-1/+0
2000-11-08Initial version by Laurent le Tynevez.nyamatongwe1-0/+208