Add svelte coc support
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
"typescript",
|
"typescript",
|
||||||
"javascriptreact",
|
"javascriptreact",
|
||||||
"typescriptreact",
|
"typescriptreact",
|
||||||
"typescript.tsx"
|
"typescript.tsx",
|
||||||
|
"svelte"
|
||||||
],
|
],
|
||||||
|
|
||||||
"prettier.eslintIntegration": true,
|
"prettier.eslintIntegration": true,
|
||||||
@@ -27,7 +28,8 @@
|
|||||||
"html",
|
"html",
|
||||||
"json",
|
"json",
|
||||||
"Markdown",
|
"Markdown",
|
||||||
"css"
|
"css",
|
||||||
|
"svelte"
|
||||||
],
|
],
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
"javascript",
|
"javascript",
|
||||||
@@ -38,7 +40,8 @@
|
|||||||
"html",
|
"html",
|
||||||
"json",
|
"json",
|
||||||
"Markdown",
|
"Markdown",
|
||||||
"css"
|
"css",
|
||||||
|
"svelte"
|
||||||
],
|
],
|
||||||
|
|
||||||
"diagnostic.errorSign": ">",
|
"diagnostic.errorSign": ">",
|
||||||
|
|||||||
Reference in New Issue
Block a user