summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:54:57 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:54:57 +0200
commit3952d404ef0d838fa471e0c7df1d4c48014cc23e (patch)
tree43d74bd36368f803e3c55094c4602d55717963bd /fnl/plugins/editor
parent0e6c6c5e804eb765c34610586fca6b594e90bada (diff)
Fix treesitter error for bash files
Diffstat (limited to 'fnl/plugins/editor')
-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 68baf38..b88b4bf 100644
--- a/fnl/plugins/editor/treesitter.fnl
+++ b/fnl/plugins/editor/treesitter.fnl
@@ -2,7 +2,8 @@
;; In the neovim context it helps with better coloring.
(local opts
- {:ensure_installed [:c
+ {:ensure_installed [:bash
+ :c
:dockerfile
:erlang
:fennel