[SVN] OCaml bundle bug report
Benjamin Ylvisaker
benjaminy at fastmail.fm
Fri Sep 29 19:10:09 UTC 2006
I'm not sure if this is the best place, but I have a bug report for
the OCaml bundle. When type signatures are broken across more than
one line, syntax highlighting breaks. Here is a pretty minimal
example that illustrates the problem:
> let foo (bar: (int *
> int)) = 5
>
> (* comment *)
Here "comment" is incorrectly highlighted, but if I change it to
> let foo (bar: (int * int)) = 5
>
> (* comment *)
Everything is fine. Would this be easy to fix?
Thanks,
Benjamin
More information about the textmate-dev
mailing list