crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
277 stars 58 forks source link

Corrected regex issue and covered dotted fresh variables #57

Closed fgimian closed 5 years ago

fgimian commented 6 years ago

This repairs an error that broke Crystal syntax highlighting and also improves fresh variable highlighting:

screen shot 2018-06-14 at 7 21 05 pm

Cheers Fotis