Skip to content

Commit 87db9a0

Browse files
committed
Array snippet added
1 parent 087327a commit 87db9a0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Messages/v3.4.2.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ has successfully updated
1818
CHANGELOG:
1919

2020
# fixed
21-
• Some Snippets didn't work as expected.
21+
• Some Snippets didn't work as expected.
22+
23+
# added
24+
• Snippet for an Array inside a Parameter
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<ArrayValues FirstDimension="1" SecondDimension="0">
4+
<AVal Row="1">${1:0}</AVal>
5+
</ArrayValues>
6+
]]></content>
7+
<tabTrigger>array</tabTrigger>
8+
<description>Array inside a Param (Paramlist)</description>
9+
<scope>text.xml</scope>
10+
</snippet>

0 commit comments

Comments
 (0)