We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3556e commit 6246a24Copy full SHA for 6246a24
javascript_include_tag-(jit).sublime-snippet
@@ -1,6 +1,6 @@
1
<snippet>
2
- <content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}javascript_include_tag ${1::application}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content>
+ <content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}javascript_include_tag ${1::application}${2:, cache: ${3:true}}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content>
3
<tabTrigger>jit</tabTrigger>
4
<scope>text.html.ruby, text.haml</scope>
5
<description>javascript_include_tag</description>
6
-</snippet>
+</snippet>
0 commit comments