wrong regexp

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3147 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2000-05-08 02:45:05 +00:00
parent 5891f0f402
commit b1bd8cd973
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,8 @@
"\\|v\\(al\\(ue\\)?\\|irtual\\)\\)\\>")
'font-lock-type-face)
;blocking
'("\\<begin\\|end\\|object\\|s\\(ig\\|truct\\)\\>" . font-lock-keyword-face)
'("\\<\\(begin\\|end\\|object\\|s\\(ig\\|truct\\)\\)\\>"
. font-lock-keyword-face)
;control
(cons (concat
"\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|if"

View File

@ -30,8 +30,7 @@
"\\|v\\(al\\(ue\\)?\\|irtual\\)\\)\\>")
nil 'ForestGreen)
;blocking
'("\\(\\<\\|:\\)\\(object\\|struct\\|sig\\|begin\\|end\\)\\>"
2 include)
'("\\<\\(object\\|struct\\|sig\\|begin\\|end\\)\\>" 2 include)
;control
(list (concat
"\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|if"