wrong regexp
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3147 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
5891f0f402
commit
b1bd8cd973
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue