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

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

[nongnu] elpa/evil-matchit 2143844e2b 170/244: support js2-jsx-mode


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 2143844e2b 170/244: support js2-jsx-mode
Date: Thu, 6 Jan 2022 02:58:59 -0500 (EST)

branch: elpa/evil-matchit
commit 2143844e2bdf53ed7aac3dc599ab4bc8d6947783
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    support js2-jsx-mode
---
 README.org      | 2 +-
 evil-matchit.el | 5 +++--
 pkg.sh          | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index dbf1e965f7..084a5f102a 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-* evil-matchit (v2.3.1)
+* evil-matchit (v2.3.2)
 
 
[[http://melpa.org/#/evil-matchit][file:http://melpa.org/packages/evil-matchit-badge.svg]]
 
[[http://stable.melpa.org/#/evil-matchit][file:http://stable.melpa.org/packages/evil-matchit-badge.svg]]
 
diff --git a/evil-matchit.el b/evil-matchit.el
index dd521e458d..e8a9944cfa 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -4,7 +4,7 @@
 
 ;; Author: Chen Bin <chenbin.sh@gmail.com>
 ;; URL: http://github.com/redguardtoo/evil-matchit
-;; Version: 2.3.1
+;; Version: 2.3.2
 ;; Keywords: matchit vim evil
 ;; Package-Requires: ((evil "1.2.0") (emacs "24.4"))
 ;;
@@ -296,6 +296,7 @@ If IS-FORWARD is t, jump forward; or else jump backward."
                               js3-mode
                               javascript-mode
                               rjsx-mode
+                              js2-jsx-mode
                               react-mode
                               typescript-mode
                               typescript-tsx-mode)
@@ -454,7 +455,7 @@ If IS-FORWARD is t, jump forward; or else jump backward."
 ;;;###autoload
 (defun evilmi-version()
   (interactive)
-  (message "2.3.1"))
+  (message "2.3.2"))
 
 ;;;###autoload
 (define-minor-mode evil-matchit-mode
diff --git a/pkg.sh b/pkg.sh
index 768b29db33..dfc8e57a03 100755
--- a/pkg.sh
+++ b/pkg.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 name=evil-matchit
-version=2.3.1
+version=2.3.2
 pkg=$name-$version
 mkdir $pkg
 cp README.org $pkg



reply via email to

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