Skip to content

Commit

Permalink
yaml customTags config
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS Scripting Guy committed Aug 30, 2018
1 parent 6282b06 commit 9846155
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions yaml.customTags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// include snippet below in your User Settings (Ctrl + ,)

{
"yaml.customTags": [
"!And",
"!If",
"!Not",
"!Equals",
"!Or",
"!FindInMap",
"!Base64",
"!Cidr",
"!Ref",
"!Sub",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Select",
"!Split",
"!Join"
]
}

0 comments on commit 9846155

Please sign in to comment.