diff options
author | Kasper B. Graversen <unknown> | 2016-05-16 17:08:48 +1000 |
---|---|---|
committer | Kasper B. Graversen <unknown> | 2016-05-16 17:08:48 +1000 |
commit | f39e2e75170e9b1953eb7eb6ed48326e6af0c24e (patch) | |
tree | 6e109ba554b050212ee3b302c2a65e01ddc0a127 /scripts/Face.py | |
parent | a854304d41f9f2682b699807b21ded1abfc388ca (diff) | |
download | scintilla-mirror-f39e2e75170e9b1953eb7eb6ed48326e6af0c24e.tar.gz |
Bug [#1829]. Include comments for enu and lex definitions.
Diffstat (limited to 'scripts/Face.py')
-rw-r--r-- | scripts/Face.py | 3 |
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) |