laravel-blade
laravel-blade copied to clipboard
Keymaps
Bindings like that are likely to cause ambiguities and should stay private or special purpose.
A related issue was raised for Twig caused by such binding.
see: https://github.com/Sublime-Instincts/BetterTwig/issues/33
I was actually inspired to add this because of the binding in the official JavaScript packages that automatically adds ${} around a selection after pressing $ while inside string templates: https://github.com/sublimehq/Packages/blob/master/JavaScript/Default.sublime-keymap#L65-L71
I think this is "special purpose" but maybe there is a better scope for this to apply to instead?
Maybe something that targets values inside meta values or something