branch: elpa/evil-matchit
commit 0845b2a0bff3e405d5ef73415e85186df8d5370a
Merge: 11aa990ecb 77c4a0a1d9
Author: Chen Bin <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #109 from neojski/add-double-semicolon
Add double semicolon
---
evil-matchit-ocaml.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/evil-matchit-ocaml.el b/evil-matchit-ocaml.el
index 9239bf2a84..3c1801fbbb 100644
--- a/evil-matchit-ocaml.el
+++ b/evil-matchit-ocaml.el
@@ -35,7 +35,7 @@
(("match") ("with"))
(("match" "try") ("with"))
(("while" "for") ("done"))
- (("let") ("in"))
+ (("let") ("in" ";;"))
(("(") (")"))
(("[") ("]"))
(("{") ("}"))
@@ -59,6 +59,7 @@
"Check character at POS is keyword by comparing font face."
(evilmi-current-font-among-fonts-p pos '(tuareg-font-lock-governing-face
tuareg-font-lock-operator-face ;;
for parentheses
+ tuareg-font-double-colon-face ;;
for double semicolon
font-lock-keyword-face)))
;; jumps to next keyword. Returs nil if there's no next word