diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-22 23:54:57 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-22 23:54:57 +0200 |
commit | 3952d404ef0d838fa471e0c7df1d4c48014cc23e (patch) | |
tree | 43d74bd36368f803e3c55094c4602d55717963bd /fnl | |
parent | 0e6c6c5e804eb765c34610586fca6b594e90bada (diff) |
Fix treesitter error for bash files
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/editor/treesitter.fnl | 3 |
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 |