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
276 stars 58 forks source link

Fix syntax highlighting for the 0 literal #136

Closed HertzDevil closed 3 years ago

HertzDevil commented 3 years ago

The sole 0 isn't currently highlighted because the regex assumes it must then be followed by an underscore to be recognized as a deicmal integer literal.