From 8c4c056cf47368978a18e8be32202ca4e434f975 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 31 Oct 2010 20:21:46 +1100 Subject: Documentation. --- src/LexGen.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/LexGen.py b/src/LexGen.py index ae7e98d97..5084596c6 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -164,6 +164,8 @@ def FindModules(lexFile): modules.append(l.split()[1]) return modules +# Properties that start with lexer. or fold. are automatically found but there are some +# older properties that don't follow this pattern so must be explicitly listed. knownIrregularProperties = [ "fold", "styling.within.preprocessor", -- cgit v1.2.3