Skip to content

Commit 6246a24

Browse files
author
Kaushik Gopal
committed
Add cache option for javascript_include_tag
1 parent 0f3556e commit 6246a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
2-
<content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}javascript_include_tag ${1::application}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content>
2+
<content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}javascript_include_tag ${1::application}${2:, cache: ${3:true}}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content>
33
<tabTrigger>jit</tabTrigger>
44
<scope>text.html.ruby, text.haml</scope>
55
<description>javascript_include_tag</description>
6-
</snippet>
6+
</snippet>

0 commit comments

Comments
 (0)