summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-13 22:18:29 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-13 22:18:29 +0100
commitc1b093c1b50055aad39c2304875e9f6d629dfc4c (patch)
tree661378b30afffb89fc32e26a406125a2d8c71192 /fnl
parent1cf7262b7b051861936937d57e7cb9b8b27f48f3 (diff)
Update treesitter for org
Diffstat (limited to 'fnl')
-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}})