emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-matchit 4435f3ada5 128/244: evil-matchit-org: add :re


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 4435f3ada5 128/244: evil-matchit-org: add :results: :end: drawer
Date: Thu, 6 Jan 2022 02:58:55 -0500 (EST)

branch: elpa/evil-matchit
commit 4435f3ada5ce8d82fd4159c647781c0571547194
Author: et2010 <jianwang.academic@gmail.com>
Commit: GitHub <noreply@github.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]