mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-04 07:29:32 +00:00
Add Svelte to list of ESLint languages (#11437)
Release Notes: - Added ESLint as a default language server for Svelte.
This commit is contained in:
parent
910963e5f3
commit
d0c95c2f43
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ pub fn init(
|
|||
);
|
||||
}
|
||||
|
||||
let eslint_languages = ["TSX", "TypeScript", "JavaScript", "Vue.js"];
|
||||
let eslint_languages = ["TSX", "TypeScript", "JavaScript", "Vue.js", "Svelte"];
|
||||
for language in eslint_languages {
|
||||
languages.register_secondary_lsp_adapter(
|
||||
language.into(),
|
||||
|
|
Loading…
Reference in a new issue