diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index a311ddf..819f6e9 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -5,7 +5,8 @@ local language_parsers = { "css", "diff", "dockerfile", - "ghactions", + "gh_actions_expressions", + "gitignore", "go", "hcl", "html", @@ -16,7 +17,6 @@ local language_parsers = { "markdown", "perl", "python", - "tmux", "toml", "typescript", "yaml",