Skip to content

Commit 96c83aa

Browse files
committed
add snippet
1 parent a1f8e05 commit 96c83aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<LineType Name="${1:linetype var name}">
4+
<Description><![CDATA["{2:paramlist name}"]]${-1}></Description>
5+
<Value>${3:1}</Value>
6+
</LineType>
7+
]]></content>
8+
<tabTrigger>linetype</tabTrigger>
9+
<description>LineType (Paramlist)</description>
10+
<scope>text.xml</scope>
11+
</snippet>

0 commit comments

Comments
 (0)