-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Closed
Labels
grammarSyntax highlighting grammarSyntax highlighting grammarupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.77.3
- OS Version: Ubuntu 22.04
Steps to Reproduce:
- Set
constant.language.boolean.falseandconstant.language.boolean.truein your theme or json settings,
Example:
{
"scope": "constant.language.boolean.false",
"settings": {
"foreground": "#ff0054", // Red
}
},
{
"scope": "constant.language.boolean.true",
"settings": {
"foreground": "#41D046", // Green
}
}
To support this it seems constant.language.boolean.<true/false>.py patterns need to be defined in MagicPython.tmLanguage.json like in the js case. .json files also don't have this feature.
Metadata
Metadata
Assignees
Labels
grammarSyntax highlighting grammarSyntax highlighting grammarupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream