diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-30 18:21:22 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-30 18:21:22 +0200 |
commit | fed7f512dabc98f5f1e088526b5b3617d48ed113 (patch) | |
tree | f38089fdb0a6e95f0ec49a2239bddb1c623c5e38 /fnl/config/treesitter.fnl | |
parent | 0f7ca4229a3e776800e2e7ab87d3c6a1c84adf56 (diff) |
fix(treesitter): add hcl and org
Diffstat (limited to 'fnl/config/treesitter.fnl')
-rw-r--r-- | fnl/config/treesitter.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl index ecd88f9..ebb2a33 100644 --- a/fnl/config/treesitter.fnl +++ b/fnl/config/treesitter.fnl @@ -8,6 +8,8 @@ {:ensure_installed [:c :rust :lua + :hcl + :org :haskell :python :fennel |