Add html.filetypes options to highlight html syntax in jsx
This commit is contained in:
@@ -27,5 +27,6 @@
|
||||
"svelte.plugin.html.enable": true,
|
||||
"svelte.plugin.css.enable": true,
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"svelte.plugin.svelte.format.enable": true
|
||||
"svelte.plugin.svelte.format.enable": true,
|
||||
"html.filetypes": ["html", "javascriptreact", "typescriptreact"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user