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

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

[nongnu] elpa/evil-matchit 0845b2a0bf 178/244: Merge pull request #109 f


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 0845b2a0bf 178/244: Merge pull request #109 from neojski/add-double-semicolon
Date: Thu, 6 Jan 2022 02:58:59 -0500 (EST)

branch: elpa/evil-matchit
commit 0845b2a0bff3e405d5ef73415e85186df8d5370a
Merge: 11aa990ecb 77c4a0a1d9
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: GitHub <noreply@github.com>

    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



reply via email to

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