nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.39k stars 69 forks source link

feat(prettier, prettierd): added `svelte` and `astro` filetypes #112

Closed AlejandroSuero closed 4 months ago

AlejandroSuero commented 4 months ago

I was using the filetypes svelte and astro with formatting.prettierd.with({ extra_filetypes = { "astro", "svelte" }}) and it works fine.

I think we should add those in the filetypes entry.

[!note] Eslint lsp now is updated to work with these filetypes

AlejandroSuero commented 4 months ago

I assumed that the docs are generated automatically, but I can commit them if needed.

Already ran make autogen and it generated the docs in my end.