I encountered a strange problem with syntax highlighting: I have an almost identical code sample on two consecutive slides, both of them defines a record type, but the second one is also using the mutable keyword. And the coloring of the two samples are pretty different.
The first one:

The second:

Has anyone encountered something similar before? Can I simply hook in either a different syntax coloring library, or use a different theme for just the code?
Or this is completely unrelated from FsReveal, and I should ask this on the highlightJs page instead?
I encountered a strange problem with syntax highlighting: I have an almost identical code sample on two consecutive slides, both of them defines a record type, but the second one is also using the
mutablekeyword. And the coloring of the two samples are pretty different.The first one:

The second:

Has anyone encountered something similar before? Can I simply hook in either a different syntax coloring library, or use a different theme for just the code?
Or this is completely unrelated from FsReveal, and I should ask this on the highlightJs page instead?