Skip to content

Commit

Permalink
Merge pull request #142 from johnhamelink/patch-1
Browse files Browse the repository at this point in the history
Add support for elixir's tree-sitter mode
  • Loading branch information
Chen Bin committed Mar 25, 2023
2 parents dd03243 + c950df3 commit 3b12ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-matchit.el
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Some modes can be toggle on/off in the hook"
(evilmi-load-plugin-rules '(term-mode shell-mode) '(simple terminal))

;; Elixir
(evilmi-load-plugin-rules '(elixir-mode enh-elixir-mode) '(simple elixir)))
(evilmi-load-plugin-rules '(elixir-mode elixir-ts-mode enh-elixir-mode) '(simple elixir)))


(defun evilmi--region-to-select-or-delete (num &optional is-inner)
Expand Down

0 comments on commit 3b12ed5

Please sign in to comment.