feat: add svelte

This commit is contained in:
2026-09-02 21:49:04 +02:00
parent 097e8d194b
commit 6f427d791c
+3 -1
View File
@@ -19,7 +19,7 @@ Config.now_if_args(function()
local filetypes = {
'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'
}
@@ -48,6 +48,7 @@ Config.now_if_args(function()
"gopls",
"intelephense",
"lua_ls",
"svelte",
"tailwindcss",
"tsc",
"dartls"
@@ -72,6 +73,7 @@ Config.now_if_args(function()
typescript = { "biome" },
javascriptreact = { "biome" },
typescriptreact = { "biome" },
svelte = { "biome" },
},
})
end)