Bug 463798

Summary: New styles for True/False values
Product: [Frameworks and Libraries] frameworks-syntax-highlighting Reporter: Alex Turbov <i.zaufi>
Component: frameworkAssignee: KWrite Developers <kwrite-bugs-null>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alex Turbov 2023-01-03 21:12:49 UTC
It'll be nice to have smth like `dsTrueValue` and `dsFalseValue` as standard styles. A dozen syntaxes have (as other styles) it or can use. First things coming to my mind:

- YAML, JSON, C++, Js, ...  can highlight `true` and `false` values
- Python: `True`, `False`
- CMake: `ON`/`OFF`, `TRUE`/`FALSE`/`*_NOTFOUND`,...
- practically any language w/ boolean data type...