diff --git a/evil-matchit-org.el b/evil-matchit-org.el index 16d9043..2587e7f 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.")