branch: elpa/evil-matchit
commit d7f45fd142a5adf67a4a27222f43aa97e9af5e6b
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
updated doc v1.2.7
---
README.org | 17 +++++++++++++++--
evil-matchit-pkg.el | 2 +-
evil-matchit.el | 2 +-
pkg.sh | 2 +-
4 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 8429334c76..0801006828 100644
--- a/README.org
+++ b/README.org
@@ -1,10 +1,23 @@
-* evil-matchit (version 1.2.6)
+* evil-matchit (version 1.2.7)
Vim [[http://www.vim.org/scripts/script.php?script_id=39][matchit.vim]] by
Benji Fisher ported into Emacs.
When it's installed, you can press "%" to jump between matched tags in Emacs.
-Most modern languages are supported. htm, python, java,c++, c, javascript,
perl, latex, just to name a few.
+Most modern languages are supported:
+- HTML
+- Python
+- Java
+- C++/C
+- Javascript
+- Perl
+- Latex
+- CMake
+- Org-mode (match tag of org-mode and tags of other languages embedded in org
file)
+- Ruby
+- Bash
+- Lua
+- Vim script
This package uses Evil as its vi layer!
diff --git a/evil-matchit-pkg.el b/evil-matchit-pkg.el
index 8eccf25763..1e98e06c5d 100644
--- a/evil-matchit-pkg.el
+++ b/evil-matchit-pkg.el
@@ -1,2 +1,2 @@
-(define-package "evil-matchit" "1.2.6"
+(define-package "evil-matchit" "1.2.7"
"Vim matchit ported into Emacs (requires EVIL)")
diff --git a/evil-matchit.el b/evil-matchit.el
index 6eaad01fff..176975a58d 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -4,7 +4,7 @@
;; Author: Chen Bin <[email protected]>
;; URL: http://github.com/redguardtoo/evil-matchit
-;; Version: 1.2.6
+;; Version: 1.2.7
;; Keywords: matchit vim evil
;; Package-Requires: ((evil "1.0.7"))
;;
diff --git a/pkg.sh b/pkg.sh
index 12fa2bdcac..eb6710736c 100755
--- a/pkg.sh
+++ b/pkg.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-pkg=evil-matchit-1.2.6
+pkg=evil-matchit-1.2.7
mkdir $pkg
cp README.org $pkg
cp *.el $pkg