Skip to content

Commit 419363a

Browse files
committed
[#9] Add if snippet.
1 parent 252c9ba commit 419363a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Snippets/if.sublime-snippet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
if ${1:a} == ${2:b} {
4+
${3}
5+
} else {
6+
${4}
7+
}
8+
]]></content>
9+
<tabTrigger>if</tabTrigger>
10+
<scope>source.just</scope>
11+
</snippet>

0 commit comments

Comments
 (0)