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 0fe086c commit e433143Copy full SHA for e433143
cl_image_tag.sublime-snippet
@@ -1,5 +1,5 @@
1
<snippet>
2
- <content><![CDATA[<%= cl_image_tag '${1:photo_path}' {${2:options}}%>]]></content>
+ <content><![CDATA[<%= cl_image_tag '${1:photo_path}' {${2:options?}} %>]]></content>
3
<tabTrigger>cli</tabTrigger>
4
<scope>text.html.ruby</scope>
5
<description>insert a rails view cloudinary cl_image_tag helper</description>
0 commit comments