[Caml-list] perfect syntax coloring in emacs

2011-12-09 Thread Damien Doligez
Dear OCaml users, I have implemented emacs-lisp code that correctly recognizes all comments and strings in OCaml code, and interfaced it with the fontification features of Emacs. The code is committed in the SVN repository, but if you want to try it before the next release, I'm including it in at

Re: [Caml-list] perfect syntax coloring in emacs

2011-12-09 Thread Yoann Padioleau
There is perfect syntax coloring in Codemap for OCaml :) https://github.com/facebook/pfff/wiki/CodeMap It even colorizes differently identifiers for functions, variables, types, etc. On Dec 9, 2011, at 7:23 AM, Damien Doligez wrote: > Dear OCaml users, > > I have implemented emacs-lisp code tha