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
1 changed files with 6 additions and 1 deletions

View File

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