Boolean True/False independent highlight not supported for Python and JSON #180663
Labels
grammar
Syntax highlighting grammar
upstream-issue-linked
This is an upstream issue that has been reported upstream
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
constant.language.boolean.false
andconstant.language.boolean.true
in your theme or json settings,Example:
.py
and.js
filesTo support this it seems
constant.language.boolean.<true/false>.py
patterns need to be defined in MagicPython.tmLanguage.json like in thejs
case..json
files also don't have this feature.The text was updated successfully, but these errors were encountered: