branch: elpa/evil-matchit
commit 4435f3ada5ce8d82fd4159c647781c0571547194
Author: et2010 <[email protected]>
Commit: GitHub <[email protected]>
evil-matchit-org: add :results: :end: drawer
---
evil-matchit-org.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/evil-matchit-org.el b/evil-matchit-org.el
index 5030a32a99..bd7d749e2e 100644
--- a/evil-matchit-org.el
+++ b/evil-matchit-org.el
@@ -33,6 +33,7 @@
(defvar evilmi-org-extract-keyword-howtos
'(("^[ \t]*#\\+\\([a-zA-Z_]+\\).*$" 1)
+ ("^[ \t]*\\:\\([a-zA-Z_]+\\)\\:$" 1)
)
"The list of HOWTO on extracting keyword from current line.
Each howto is actually a pair. The first element of pair is the regular
@@ -46,6 +47,7 @@ between '\\(' and '\\)' in regular expression.
'((("begin_src") () ( "end_src") "MONOGAMY")
(("begin_example") () ( "end_example") "MONOGAMY")
(("begin_html") () ( "end_html") "MONOGAMY")
+ (("results") () ( "end") "MONOGAMY")
))
(defun evilmi--element-property (property element)