Skip to content

Commit

Permalink
Fix incorrect lang mapping for js-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Nov 18, 2024
1 parent 5056ebc commit bce236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-textobj-tree-sitter-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Currently treesit queries are different from queries for elisp-tree-sitter."
(javascript-mode . "javascript")
(javascript-ts-mode . "javascript")
(js-mode . "javascript")
(js-ts-mode . "js")
(js-ts-mode . "javascript")
(js2-mode . "javascript")
(js3-mode . "javascript")
(julia-mode . "julia")
Expand Down

0 comments on commit bce236e

Please sign in to comment.