diff options
author | nyamatongwe <unknown> | 2010-10-31 20:21:46 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-10-31 20:21:46 +1100 |
commit | 8c4c056cf47368978a18e8be32202ca4e434f975 (patch) | |
tree | b394b755015cdad146433b8391478b227455ac85 /src/LexGen.py | |
parent | 2af0c5065620b5b7c87b060621ecb847f98811f8 (diff) | |
download | scintilla-mirror-8c4c056cf47368978a18e8be32202ca4e434f975.tar.gz |
Documentation.
Diffstat (limited to 'src/LexGen.py')
-rw-r--r-- | src/LexGen.py | 2 |
1 files changed, 2 insertions, 0 deletions
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", |