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

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

[nongnu] elpa/evil-matchit 80413a836a 121/244: Merge pull request #79 fr


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 80413a836a 121/244: Merge pull request #79 from msaffer/patch-1
Date: Thu, 6 Jan 2022 02:58:55 -0500 (EST)

branch: elpa/evil-matchit
commit 80413a836a59356e68c1fe8ce85e5c7c59b828a8
Merge: 0b0e6d61a6 69299108fd
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #79 from msaffer/patch-1
    
    Add sig/end matching for ocaml
---
 evil-matchit-ocaml.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-matchit-ocaml.el b/evil-matchit-ocaml.el
index 1ec48b39b7..3c2af0577f 100644
--- a/evil-matchit-ocaml.el
+++ b/evil-matchit-ocaml.el
@@ -1,5 +1,5 @@
 (defvar evilmi-ocaml-keywords
-  '((("struct" "begin" "object") ("end"))
+  '((("struct" "begin" "sig" "object") ("end"))
     (("if") ("then"))
     (("match") ("with"))
     (("match" "try") ("with"))
@@ -83,4 +83,4 @@
                        (evilmi-ocaml-go tag-info 1 direction))))
       (if new-point (goto-char new-point)))))
 
-(provide 'evil-matchit-ocaml)
\ No newline at end of file
+(provide 'evil-matchit-ocaml)



reply via email to

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