branch: externals/caml
commit 97c1bb7cbc50ffcd009d1534b31882d7b94aa0ea
Author: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>
Commit: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>

    highlight ignore
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3782 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 caml-font.el  | 2 +-
 caml-hilit.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/caml-font.el b/caml-font.el
index 5c9ae35..4ee1910 100644
--- a/caml-font.el
+++ b/caml-font.el
@@ -58,7 +58,7 @@
      . font-lock-keyword-face)
 ;control
    (cons (concat
-          "\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|if"
+          "\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|i\\(f\\|gnore\\)"
           "\\|lazy\\|match\\|new\\|or\\|t\\(hen\\|o\\|ry\\)"
           "\\|w\\(h\\(en\\|ile\\)\\|ith\\)\\)\\>"
           "\\|\|\\|->\\|&\\|#")
diff --git a/caml-hilit.el b/caml-hilit.el
index 21a5870..093c15f 100644
--- a/caml-hilit.el
+++ b/caml-hilit.el
@@ -33,7 +33,7 @@
    '("\\<\\(object\\|struct\\|sig\\|begin\\|end\\)\\>" 2 include)
 ;control
    (list (concat
-          "\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|if"
+          "\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|i\\(f\\|gnore\\)"
           "\\|lazy\\|match\\|new\\|or\\|t\\(hen\\|o\\|ry\\)"
           "\\|w\\(h\\(en\\|ile\\)\\|ith\\)\\)\\>"
           "\\|\|\\|->\\|&\\|#")

Reply via email to