aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPascal.cxx
AgeCommit message (Collapse)AuthorFilesLines
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