sublimehq / Packages

Syntax highlighting files shipped with Sublime Text and Sublime Merge
https://sublimetext.com
Other
2.95k stars 588 forks source link

[Mixed] Use detailed scope for true/false/null #4009

Closed jfcherng closed 4 months ago

jfcherng commented 4 months ago

This is good for those who want to use different colors for true/false.


This PR changes scopes of booleans in most languages.

Splits scope XXX.boolean.LANG into

Some also introduce new detailed scope for null/nil.

jfcherng commented 4 months ago

I think this has been done.