Bug fixes: incorrect highlighting and word separators
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.