Disable highlighting ambiguous characters for markdown.

This commit is contained in:
Henning Dieterichs 2021-11-26 11:51:54 +01:00
parent 153a028f3b
commit 319529dc9d
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -87,7 +87,12 @@
"language": "markdown", "language": "markdown",
"path": "./snippets/markdown.code-snippets" "path": "./snippets/markdown.code-snippets"
} }
] ],
"configurationDefaults": {
"[markdown]": {
"editor.unicodeHighlight.ambiguousCharacters": false
}
}
}, },
"scripts": { "scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json" "update-grammar": "node ../node_modules/vscode-grammar-updater/bin microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json"