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 637cfb2 commit c63d562Copy full SHA for c63d562
Snippets/Param-BMat.sublime-snippet
@@ -0,0 +1,11 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<BuildingMaterial Name="${1:bmat var name}">
4
+ <Description><![CDATA["param name"]]${-1}></Description>
5
+ <Value>${3:0}</Value>
6
+</BuildingMaterial>
7
+]]></content>
8
+ <tabTrigger>bmat</tabTrigger>
9
+ <description>BMat (Paramlist)</description>
10
+ <scope>text.xml</scope>
11
+</snippet>
0 commit comments