SublimeText / PackageDev

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

Update scope used in Keymap syntax to follow conventions #253

Closed seanCodes closed 5 years ago

seanCodes commented 5 years ago

Per the scope naming conventions for string., open quotes should use the scope punctuation.definition.string.begin instead of punctuation.definition.string.start.

FichteFoll commented 5 years ago

Ah, yes, good catch. begin is also used everywhere else, so this is obviously an oversight.