add support for svelte via svelteserver language server (#3644)

* add support for svelte via svelteserver language server
* svelte: fix Vint error and add a `svelteserver` simple test.

Co-authored-by: Joakim Repomaa <mail@j.repomaa.com>
Co-authored-by: Joakim Repomaa <mail@jreinert.com>
This commit is contained in:
fiatjaf
2021-03-20 19:23:27 -03:00
committed by GitHub
parent b1d833417b
commit 4411b4d751
8 changed files with 73 additions and 1 deletions

View File

@@ -498,6 +498,9 @@ formatting.
* [stylelint](https://github.com/stylelint/stylelint)
* SugarSS
* [stylelint](https://github.com/stylelint/stylelint)
* Svelte
* [prettier](https://github.com/prettier/prettier)
* [svelteserver](https://github.com/sveltejs/language-tools/tree/master/packages/language-server)
* Swift
* [Apple swift-format](https://github.com/apple/swift-format)
* [sourcekit-lsp](https://github.com/apple/sourcekit-lsp)