ERB-Sublime-Snippets
ERB-Sublime-Snippets copied to clipboard
A collection of sublime text snippets useful for coding ERB templates
This has been bothering me for a long time now, I've only just looked at it and I've found that if I change the scope to 'text.html.ruby' instead of 'text.html.rails',...
This PR duplicates the work done here https://github.com/matthewrobertson/ERB-Sublime-Snippets/pull/29 It also adds js.rails scope to `er, pe, cli, if, end, else, elsif, unless`.
Hi :wave: From what I've understood, [Sublime Text 4 build 4134 introduced new syntax scope rules](https://www.sublimetext.com/dev) which breaks most of the current snippets relying on `text.html.ruby` scope. https://github.com/matthewrobertson/ERB-Sublime-Snippets/pull/28 fixed it...
Can you add "form_with" snippets? Thanks!
Most of the issues and PRs I get for this project would be solved if there was a way to make the scopes and tab triggers configurable. Unfortunately, I don't...