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

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

[nongnu] elpa/evil-matchit 77c4a0a1d9 175/244: Ocaml: double semicolon m


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 77c4a0a1d9 175/244: Ocaml: double semicolon matches let.
Date: Thu, 6 Jan 2022 02:58:59 -0500 (EST)

branch: elpa/evil-matchit
commit 77c4a0a1d9c87184b38f687783ca229d68297ec9
Author: Tomasz KoƂodziejski <tkolodziejski@gmail.com>
Commit: Tomasz KoƂodziejski <tkolodziejski@gmail.com>

    Ocaml: double semicolon matches let.
---
 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



reply via email to

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