* [Caml-list] font-lock typo in caml-font.el [patch]
@ 2001-02-18 21:18 Guillaume Marceau
0 siblings, 0 replies; only message in thread
From: Guillaume Marceau @ 2001-02-18 21:18 UTC (permalink / raw)
To: gmarceau
the 'end' keyword was being hilited in the middle of words.
Particularly anoying for print_endline, so I fix it.
Here's the patch
*** /home/gmarceau/lisp/ocaml/caml-font.el Sat Feb 17 23:03:27 2001
--- /usr/share/emacs/site-lisp/caml-font.el Sat Feb 17 23:31:16 2001
***************
*** 54,60 ****
"\\|v\\(al\\(ue\\)?\\|irtual\\)\\)\\>")
'font-lock-type-face)
;blocking
! '("\\<begin\\|end\\|object\\|s\\(ig\\|truct\\)\\>" . font-lock-keyword-face)
;control
(cons (concat
"\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|if"
--- 54,60 ----
"\\|v\\(al\\(ue\\)?\\|irtual\\)\\)\\>")
'font-lock-type-face)
;blocking
! '("\\<\\(begin\\|end\\|object\\|s\\(ig\\|truct\\)\\)\\>" . font-lock-keyword-face)
;control
(cons (concat
"\\<\\(do\\(ne\\|wnto\\)?\\|else\\|for\\|if"
--
This is almost a sig, but not quite. Guillaume
-------------------
To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-02-24 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-18 21:18 [Caml-list] font-lock typo in caml-font.el [patch] Guillaume Marceau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox