添加前端三件套语法高亮

This commit is contained in:
caprain 2026-05-18 00:34:49 +08:00
parent 8eacffaa83
commit 476e467710
4 changed files with 16 additions and 4 deletions

View file

@ -12,7 +12,7 @@ local P = {
-- 提取出统一的配置变量
local formatters_by_ft = {
python = { "isort", "black" },
rust = { "rust-analyzer", lsp_format = "fallback" },
rust = { "rustfmt", lsp_format = "fallback" },
toml = { "templ" },
sh = { "shfmt" },
zsh = { "shfmt" },