diff options
Diffstat (limited to 'lua/config/treesitter.lua')
-rw-r--r-- | lua/config/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |