From c1682fca969994d8fcd0ae0ecd5d61ab22d232fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Wi=C4=85cek?= Date: Wed, 22 Jul 2026 00:39:11 +0200 Subject: [PATCH] Fix parsers for treesitter --- lua/plugins/treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",