Types on hover request aren't highlighted as types
There are two possible solutions to discuss:
- Add context to trick highlighter i.e print
variable : type
instead of justtype
in case of hover over variable and printtype foo = body
instead of just body in case of hover over types - Add an option to highlighter to highlight as type and use it in those requests