Skip to content

Commit 350c3ab

Browse files
committed
Merge pull request #13 from kaushikgopal/js_link_tag
javascript_include_tag modifications
2 parents ab60b0a + 6246a24 commit 350c3ab

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)