aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/LexGen.py2
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",