https://bugs.kde.org/show_bug.cgi?id=402002
Bug ID: 402002
Summary: c syntax fails to color constant after ~
Product: frameworks-syntax-highlighting
Version: unspecified
Platform: Other
OS: All
Status: REPORTED
Severity: normal
Priority: NOR
Component: syntax
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
the c.xml syntax definition fails to color a constant after ~ (bitwise
complement/compl)
STEPS TO REPRODUCE
1. open editor which uses the c.xml syntax file with default theme
2. highlight the expression x = ~1
OBSERVED RESULT
the "1" is colored black
EXPECTED RESULT
Like in -1, the 1 should be marked like a constant (DecVal?)
ADDITIONAL INFORMATION
For c++, it works
--
You are receiving this mail because:
You are watching all bug changes.