vscode: support !reference tags

This commit is contained in:
John Bowdre 2024-11-12 13:19:24 -06:00
parent 9898851bf8
commit 72edef0bca
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -229,6 +229,9 @@
"vim.useCtrlKeys" = false;
"window.restoreWindows" = "none";
"workbench.startupEditor" = "none";
"yaml.customTags" = [
"!reference sequence"
];
"[markdown]" = {
"editor.defaultFormatter" = "yzhang.markdown-all-in-one";
"editor.quickSuggestions" = {