Skip to content

v1.8.0

Compare
Choose a tag to compare
@floitsch floitsch released this 09 Aug 09:49
· 34 commits to master since this release
055efe8
Support dash-identifiers in code mirror. (#221)

Support dash-identifiers, and also fix the constant/type heuristics.

They weren't checking the whole input. As long as a subpart
matched they would trigger. This meant that we colored types very often
as constants.