2154342789
indentation of Objective Caml and Camllight codes. Key parts of the code are hilighted using Font-Lock. Support to run an interactive Caml toplevel and debbuger is provided.
12 lines
531 B
Text
12 lines
531 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2005/06/05 13:39:07 jtonio Exp $
|
|
|
|
To use the tuareg-mode for editing caml or ocaml files, you may want to
|
|
put the following into your .emacs:
|
|
|
|
(setq auto-mode-alist
|
|
(cons '("\\.ml\\w?" . tuareg-mode) auto-mode-alist))
|
|
(autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code." t)
|
|
(autoload 'camldebug "cameldeb" "Run the Caml debugger." t)
|
|
|
|
===========================================================================
|