SublimeText / PackageDev

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

Tiny bug in mousemap syntax def #187

Closed rwols closed 6 years ago

rwols commented 6 years ago

The start of a mousemap dict has

punctuation.definition.mousebinding.begin.sublime-mousemap

while the end of a mousemap dict has

punctuation.section.mousebinding.end.sublime-mousemap

Note the definition vs section.