We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e52154 commit 9e1f017Copy full SHA for 9e1f017
extensions/markdown-basics/package.json
@@ -67,6 +67,7 @@
67
"meta.embedded.block.javascript": "javascript",
68
"meta.embedded.block.json": "json",
69
"meta.embedded.block.jsonc": "jsonc",
70
+ "meta.embedded.block.latex": "latex",
71
"meta.embedded.block.less": "less",
72
"meta.embedded.block.objc": "objc",
73
"meta.embedded.block.scss": "scss",
@@ -91,8 +92,8 @@
91
92
],
93
"configurationDefaults": {
94
"[markdown]": {
- "editor.unicodeHighlight.ambiguousCharacters": false,
95
- "editor.unicodeHighlight.invisibleCharacters": false
+ "editor.unicodeHighlight.ambiguousCharacters": false,
96
+ "editor.unicodeHighlight.invisibleCharacters": false
97
}
98
99
},
0 commit comments