Skip to content

Commit 7603fcc

Browse files
committed
add snippet
1 parent a57ea13 commit 7603fcc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<Dictionary Name="${1:dict_var}">
4+
<Description><![CDATA["${2:param name}"]]${-1}></Description>
5+
<Flags>
6+
<ParFlg_Hidden/>
7+
</Flags>
8+
<Value/>
9+
</Dictionary>
10+
]]></content>
11+
<tabTrigger>dict</tabTrigger>
12+
<description>Dict (Paramlist)</description>
13+
<scope>text.xml</scope>
14+
</snippet>

0 commit comments

Comments
 (0)