branch: elpa/evil-matchit commit 80413a836a59356e68c1fe8ce85e5c7c59b828a8 Merge: 0b0e6d61a6 69299108fd Author: Chen Bin <chenbin...@gmail.com> Commit: GitHub <nore...@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)