Closed jfcherng closed 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
XXX.boolean.LANG
XXX.boolean.true.LANG
XXX.boolean.false.LANG
Some also introduce new detailed scope for null/nil.
null
nil
I think this has been done.
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
intoXXX.boolean.true.LANG
XXX.boolean.false.LANG
Some also introduce new detailed scope for
null
/nil
.