summaryrefslogtreecommitdiff
path: root/elchemy-user.el
diff options
context:
space:
mode:
Diffstat (limited to 'elchemy-user.el')
-rw-r--r--elchemy-user.el18
1 files changed, 18 insertions, 0 deletions
diff --git a/elchemy-user.el b/elchemy-user.el
index e3ba380..1d86114 100644
--- a/elchemy-user.el
+++ b/elchemy-user.el
@@ -103,4 +103,22 @@
("NO" . +org-todo-cancel)
("KILL" . +org-todo-cancel)))
+(setq treesit-language-source-alist
+ '((bash "https://github.com/tree-sitter/tree-sitter-bash")
+ (cmake "https://github.com/uyha/tree-sitter-cmake")
+ (css "https://github.com/tree-sitter/tree-sitter-css")
+ (elisp "https://github.com/Wilfred/tree-sitter-elisp")
+ (go "https://github.com/tree-sitter/tree-sitter-go")
+ (html "https://github.com/tree-sitter/tree-sitter-html")
+ (javascript "https://github.com/tree-sitter/tree-sitter-javascript" "master" "src")
+ (json "https://github.com/tree-sitter/tree-sitter-json")
+ (make "https://github.com/alemuller/tree-sitter-make")
+ (markdown "https://github.com/ikatyang/tree-sitter-markdown")
+ (python "https://github.com/tree-sitter/tree-sitter-python")
+ (rust "https://github.com/tree-sitter/tree-sitter-rust")
+ (toml "https://github.com/tree-sitter/tree-sitter-toml")
+ (tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")
+ (typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")
+ (yaml "https://github.com/ikatyang/tree-sitter-yaml")))
+
(provide 'elchemy-user)