SublimeText / PackageDev

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

add scope completion for punctuation.definition.numeric.base #282

Closed keith-hall closed 4 years ago

keith-hall commented 4 years ago

This adds punctuation.definition.numeric.base to the scope data, so that it will be suggested in the auto completions when writing syntax definitions. (This was recently standardized, see i.e. https://github.com/sublimehq/Packages/pull/2175)

FichteFoll commented 4 years ago

Note to self: Was pulled from the release via #284.