From 830ace507e0d479ebbbc5b6f69c56592c63db755 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 4 Feb 2025 17:22:53 +0000 Subject: [PATCH] Add tablegen treesitter parser --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 1c426ac..3850faa 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -62,6 +62,7 @@ return { 'rst', 'ssh_config', 'strace', + 'tablegen', 'tmux', 'toml', 'vim',