Closed jcberquist closed 6 years ago
The commands-entry context is currently scoping the opening { as:
commands-entry
{
punctuation.section.mapping.begin.json punctuation.definition.sublime-commands.begin.sublime-commands
and the closing } as:
}
punctuation.section.mapping.end.json punctuation.section.sublime-commands.end.sublime-commands
With the default color schemes (other than Monokai) it looks like punctuation.definition and punctuation.section are getting distinct coloring, so this results in the opening and closing braces looking different.
punctuation.definition
punctuation.section
The
commands-entry
context is currently scoping the opening{
as:and the closing
}
as:With the default color schemes (other than Monokai) it looks like
punctuation.definition
andpunctuation.section
are getting distinct coloring, so this results in the opening and closing braces looking different.