SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Sublime Text Commands.sublime-syntax scoping inconsistency #158

Closed jcberquist closed 6 years ago

jcberquist commented 7 years ago

The commands-entry context is currently scoping the opening { as:

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.