summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/editor/treesitter.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/editor/treesitter.fnl b/fnl/plugins/editor/treesitter.fnl
index 3679b50..70a3cc8 100644
--- a/fnl/plugins/editor/treesitter.fnl
+++ b/fnl/plugins/editor/treesitter.fnl
@@ -23,7 +23,8 @@
:sync_install false
:ignore_install [""]
:autopairs {:enable true}
- :highlight {:enable true :disable [:org]}
+ :highlight {:enable true
+ :additional_vim_regex_highlighting [:org]}
:context_commentstring {:enable true :enable_autocmd false}
:indent {:enable true :disable [:yaml :python :css]}
:playground {:enable true}})