From 4e8fec7238bb8dd067c7891871de7ae861694aa1 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 3 Jun 2024 23:11:18 +0200 Subject: [PATCH] Add regex parser to treesitter --- home/.config/nvim/lua/plugs/treesitter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.config/nvim/lua/plugs/treesitter.lua b/home/.config/nvim/lua/plugs/treesitter.lua index 6929b19..4761efb 100644 --- a/home/.config/nvim/lua/plugs/treesitter.lua +++ b/home/.config/nvim/lua/plugs/treesitter.lua @@ -33,7 +33,8 @@ return { "gdscript", "dockerfile", "dart", - "css" + "css", + "regex" }, sync_install = false, -- This can be updated to a list of languages instead of defaulting to true