Add svelte coc support
parent
d23b0267cd
commit
dc8e6e2ef4
|
@ -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": ">",
|
||||||
|
|
Loading…
Reference in New Issue