Skip to content

Commit 9846155

Browse files
author
AWS Scripting Guy
committedAug 30, 2018
yaml customTags config
1 parent 6282b06 commit 9846155

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎yaml.customTags.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// include snippet below in your User Settings (Ctrl + ,)
2+
3+
{
4+
"yaml.customTags": [
5+
"!And",
6+
"!If",
7+
"!Not",
8+
"!Equals",
9+
"!Or",
10+
"!FindInMap",
11+
"!Base64",
12+
"!Cidr",
13+
"!Ref",
14+
"!Sub",
15+
"!GetAtt",
16+
"!GetAZs",
17+
"!ImportValue",
18+
"!Select",
19+
"!Split",
20+
"!Join"
21+
]
22+
}

0 commit comments

Comments
 (0)