emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-matchit 86d22498c8 2/2: Merge pull request #148 from


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 86d22498c8 2/2: Merge pull request #148 from LionyxML/master
Date: Thu, 7 Nov 2024 04:00:03 -0500 (EST)

branch: elpa/evil-matchit
commit 86d22498c8a2bcfae170f11b698bee935d577f07
Merge: c75b2c6c31 9172b9d8e6
Author: Chen Bin <chb_sh@hotmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #148 from LionyxML/master
    
    feat: html tag support for js/typescript treesitter modes
---
 evil-matchit.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/evil-matchit.el b/evil-matchit.el
index cc74c4c141..26b239ec45 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -195,11 +195,13 @@ Some modes can be toggle on/off in the hook"
                               js2-mode
                               js3-mode
                               javascript-mode
+                              js-ts-mode
                               rjsx-mode
                               js2-jsx-mode
                               react-mode
                               typescript-mode
                               typescript-tsx-mode
+                              typescript-ts-mode
                               tsx-ts-mode)
                             '(simple javascript html))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]