diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-25 20:36:00 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-25 20:36:00 +0100 |
commit | 3986ab171ff3e784932a87840e7e8463774f5b19 (patch) | |
tree | af20dd0d76a67a2aa89a4a6d110c7e8a912516f4 /fnl/plugins/treesitter.fnl | |
parent | add2292efbed0be9ad5694c22ee9a3b12c1de726 (diff) |
Add rest plugin
Diffstat (limited to 'fnl/plugins/treesitter.fnl')
-rw-r--r-- | fnl/plugins/treesitter.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl index 02b7a64..546abc7 100644 --- a/fnl/plugins/treesitter.fnl +++ b/fnl/plugins/treesitter.fnl @@ -7,9 +7,12 @@ :comment :dockerfile :fennel + :graphql :haskell :hcl :html + :http + :json :latex :lua :make @@ -22,6 +25,7 @@ :toml :vim :vimdoc + :xml :yaml] :sync_install false :ignore_install [""] |