Bug 463798 - New styles for True/False values
Summary: New styles for True/False values
Status: REPORTED
Alias: None
Product: frameworks-syntax-highlighting
Classification: Frameworks and Libraries
Component: framework (other bugs)
Version First Reported In: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-03 21:12 UTC by Alex Turbov
Modified: 2023-01-03 21:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...