branch: elpa/evil-matchit
commit 03fc03d659b858592accd0d7676ad84632dc24a5
Author: Xuan Wang <[email protected]>
Commit: Xuan Wang <[email protected]>
add more org blocks
verse: preserve line breaks
center: center text
comment: don't export
export: this replace the old "begin_html" with "begin_export html",
supporting
more formats
justifyleft/right: only works for ascii export
---
evil-matchit-org.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/evil-matchit-org.el b/evil-matchit-org.el
index 16d904327c..2587e7f388 100644
--- a/evil-matchit-org.el
+++ b/evil-matchit-org.el
@@ -50,6 +50,12 @@ Sub-match is the match defined between '\\(' and '\\)' in
regular expression.")
(("begin_html") () ("end_html") "MONOGAMY")
(("begin_quote") () ("end_quote") "MONOGAMY")
(("begin_export") () ("end_export") "MONOGAMY")
+ (("begin_verse") () ("end_verse") "MONOGAMY")
+ (("begin_center") () ("end_center") "MONOGAMY")
+ (("begin_comment") () ("end_comment") "MONOGAMY")
+ (("begin_export") () ("end_export") "MONOGAMY")
+ (("begin_justifyleft") () ("end_justifyleft") "MONOGAMY")
+ (("begin_justifyright") () ("end_justifyright") "MONOGAMY")
(("results") () ("end") "MONOGAMY"))
"Match tags in org file.")