feat(elixir): add tree-sitter support

This commit is contained in:
Jeetaditya Chatterjee 2022-04-10 23:06:26 +01:00
parent 65207ab3dc
commit 152f0e0f91
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -99,3 +99,6 @@
"T" #'exunit-toggle-file-and-test
"t" #'exunit-toggle-file-and-test-other-window
"s" #'exunit-verify-single))
(eval-when! (featurep! +tree-sitter)
(add-hook! 'elixir-mode-local-vars-hook #'tree-sitter!))