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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
] ]
} }