rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
112 stars 40 forks source link

Potental fix for numeric literal colorization #603

Closed chrisdp closed 2 weeks ago

chrisdp commented 2 weeks ago

Fixes https://github.com/rokucommunity/vscode-brightscript-language/issues/547 (decimal number without leading digit syntax highlighting bug)

Before: image

After: image