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