aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/Face.py
diff options
context:
space:
mode:
authorKasper B. Graversen <unknown>2016-05-16 17:08:48 +1000
committerKasper B. Graversen <unknown>2016-05-16 17:08:48 +1000
commitf39e2e75170e9b1953eb7eb6ed48326e6af0c24e (patch)
tree6e109ba554b050212ee3b302c2a65e01ddc0a127 /scripts/Face.py
parenta854304d41f9f2682b699807b21ded1abfc388ca (diff)
downloadscintilla-mirror-f39e2e75170e9b1953eb7eb6ed48326e6af0c24e.tar.gz
Bug [#1829]. Include comments for enu and lex definitions.
Diffstat (limited to 'scripts/Face.py')
-rw-r--r--scripts/Face.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Face.py b/scripts/Face.py
index 05864f17c..3724c8fa8 100644
--- a/scripts/Face.py
+++ b/scripts/Face.py
@@ -112,6 +112,7 @@ class Face:
self.features[name] = {
"FeatureType": featureType,
"Category": currentCategory,
- "Value": value }
+ "Value": value,
+ "Comment": currentComment }
self.order.append(name)