Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit ebc7328

Browse files
committed
Update cs.py
Closes #10
1 parent 6101c20 commit ebc7328

File tree

1 file changed

+1
-0
lines changed
  • ToolsForMaintainersOfTheProjectTemplate/Scintilla_iface_synchronizer

1 file changed

+1
-0
lines changed

ToolsForMaintainersOfTheProjectTemplate/Scintilla_iface_synchronizer/cs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ def printLexCSFile(f):
55
out = []
66
for name in f.order:
77
v = f.features[name]
8+
if v["Value"] == "-1": v["Value"] = "0xFFFFFFFF"
89
if v["FeatureType"] in ["fun", "get", "set"]:
910
if "Comment" in v: out.extend([" /// " + line for line in v["Comment"]])
1011
featureDefineName = "SCI_" + name.upper()

0 commit comments

Comments
 (0)