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 _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
