From 5029fbe53a7117deae5dc08fda1207abcac99d2c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 21 Mar 2022 19:04:20 +0100 Subject: fix(treesitter): set regex hl to true --- lua/config/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 7a4bf3f..4875788 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -16,7 +16,7 @@ treesitter.setup { highlight = { enable = true, -- false will disable the whole extension disable = { "org" }, -- list of language that will be disabled - additional_vim_regex_highlighting = { "org" }, -- Required since TS highlighter doesn't support all syntax features (conceal) + additional_vim_regex_highlighting = true, }, context_commentstring = { enable = true, -- cgit v1.2.3-70-g09d2