Added custom YAML tags to settings.json (#3509)

This commit is contained in:
Benjamin Staneck
2022-02-01 08:43:27 +01:00
committed by GitHub
parent 2882d82628
commit 95092897bd

View File

@@ -13,6 +13,9 @@
}, },
"yaml.customTags": [ "yaml.customTags": [
"!ENV scalar", "!ENV scalar",
"!ENV sequence" "!ENV sequence",
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
] ]
} }