branch: elpa/evil-matchit commit 143e03d9c6ec2f7fffafa0bf0914170cbab3b33f Merge: 1c4fefa9bb 03fc03d659 Author: Chen Bin <chb...@hotmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #146 from xuan-w/patch-org add more org blocks --- 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.")