From 8d20804c761dcd0c21cd8fc26fd64f7f5d95aa72 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Sun, 17 Sep 2023 22:37:10 +0200
Subject: Add sql to treesitter

---
 fnl/plugins/editor/treesitter.fnl | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

(limited to 'fnl/plugins/editor')

diff --git a/fnl/plugins/editor/treesitter.fnl b/fnl/plugins/editor/treesitter.fnl
index 70a3cc8..bb22287 100644
--- a/fnl/plugins/editor/treesitter.fnl
+++ b/fnl/plugins/editor/treesitter.fnl
@@ -2,24 +2,25 @@
 ;; In the neovim context it helps with better coloring.
 
 (local opts {:ensure_installed [:c
-                                :rust
-                                :lua
-                                :hcl
-                                :org
-                                :haskell
-                                :python
+                                :dockerfile
+                                :erlang
                                 :fennel
-                                :make
                                 :go
-                                :ocaml
-                                :erlang
-                                :vim
-                                :yaml
+                                :haskell
+                                :hcl
                                 :html
-                                :toml
-                                :dockerfile
+                                :latex
+                                :lua
+                                :make
                                 :markdown
-                                :latex]
+                                :ocaml
+                                :org
+                                :python
+                                :rust
+                                :sql
+                                :toml
+                                :vim
+                                :yaml]
              :sync_install false
              :ignore_install [""]
              :autopairs {:enable true}
-- 
cgit v1.2.3-70-g09d2