SublimeText / PackageDev

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

Add missing builtin commands #280

Closed deathaxe closed 4 years ago

deathaxe commented 4 years ago

Closes #268

This PR contains two commits:

The first one adds globally used buitin commands, which are not yet part of the commands_meta_data.

The second proposes to add commands which are used in the find/replace panels only. Not sure whether they should be added or not.