feat(treesitter): add yaml

This commit is contained in:
2026-03-18 16:46:27 +01:00
parent f6a21cb88b
commit 94b9f27993
+1
View File
@@ -26,6 +26,7 @@ local languages = {
{ "scss", extra_ft = { "css" } }, { "scss", extra_ft = { "css" } },
"tsx", "tsx",
"typescript", "typescript",
"yaml",
} }
---@type LazyPluginSpec ---@type LazyPluginSpec