diff options
author | nyamatongwe <devnull@localhost> | 2010-10-31 20:21:46 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-10-31 20:21:46 +1100 |
commit | 8a2f5c937bed4c2473a183363b2c51070e094ddc (patch) | |
tree | f17f955c112cf7e0b4b0ba208ba345be11033d68 | |
parent | 7481e4e62733fdbd1b684a2368505963dc60913a (diff) | |
download | scintilla-mirror-8a2f5c937bed4c2473a183363b2c51070e094ddc.tar.gz |
Documentation.
-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", |