feat: add svelte

This commit is contained in:
2026-09-02 21:43:25 +02:00
parent 097e8d194b
commit a5a2a57683
+3 -1
View File
@@ -19,7 +19,7 @@ Config.now_if_args(function()
local filetypes = { local filetypes = {
'html', 'css', 'lua', 'go', 'php', 'blade', 'sql', 'javascript', 'html', 'css', 'lua', 'go', 'php', 'blade', 'sql', 'javascript',
'typescript', 'typescriptreact', 'dockerfile', 'yaml', 'markdown', 'dart', 'typescript', 'typescriptreact', 'svelte', 'dockerfile', 'yaml', 'markdown', 'dart',
'json', 'xml', 'toml', 'sh', 'bash', 'zsh', 'gitcommit', 'diff', 'regex', 'http' 'json', 'xml', 'toml', 'sh', 'bash', 'zsh', 'gitcommit', 'diff', 'regex', 'http'
} }
@@ -48,6 +48,7 @@ Config.now_if_args(function()
"gopls", "gopls",
"intelephense", "intelephense",
"lua_ls", "lua_ls",
"svelte",
"tailwindcss", "tailwindcss",
"tsc", "tsc",
"dartls" "dartls"
@@ -72,6 +73,7 @@ Config.now_if_args(function()
typescript = { "biome" }, typescript = { "biome" },
javascriptreact = { "biome" }, javascriptreact = { "biome" },
typescriptreact = { "biome" }, typescriptreact = { "biome" },
svelte = { "biome", stop_after_first = true },
}, },
}) })
end) end)