feat: add svelte
This commit is contained in:
@@ -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", stop_after_first = true },
|
||||
},
|
||||
})
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user