Rosetta Code:Village Pump/Syntax highlighting: Difference between revisions

m
Line 467:
3.4 +. 1.2 (* float addition *)</lang>
the point that indicates the float operation (<code>+. *. /. -.</code>) is caught as the separator between a module name and a function from that module:
<lang ocaml>xvalue_a +. yvalue_b</lang>
here xvalue_a and yvalue_b should have the same color.
 
This problem also occurs with fields of structures: