feat(elixir): add tree-sitter support
This commit is contained in:
parent
65207ab3dc
commit
152f0e0f91
1 changed files with 3 additions and 0 deletions
|
@ -99,3 +99,6 @@
|
||||||
"T" #'exunit-toggle-file-and-test
|
"T" #'exunit-toggle-file-and-test
|
||||||
"t" #'exunit-toggle-file-and-test-other-window
|
"t" #'exunit-toggle-file-and-test-other-window
|
||||||
"s" #'exunit-verify-single))
|
"s" #'exunit-verify-single))
|
||||||
|
|
||||||
|
(eval-when! (featurep! +tree-sitter)
|
||||||
|
(add-hook! 'elixir-mode-local-vars-hook #'tree-sitter!))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue