Skip to content

Bug fixes: incorrect highlighting and word separators

Choose a tag to compare

@ianharper ianharper released this 17 Dec 20:11
· 85 commits to master since this release

Fixed Bugs for D3:

  • Variables with partial matching to keywords were highlighted.
  • goto definition wasn't working because "." were seen as word separators. This also allows selecting a whole word with ctrl + d to work for MV variables.

Other Changes:

  • Enhanced the syntax test.
  • Added highlighting of numeric literals.