rokucommunity / vscode-brightscript-language

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

Syntax highlighting but for object functions #604

Closed chrisdp closed 6 days ago

chrisdp commented 1 week ago

Fixes https://github.com/rokucommunity/vscode-brightscript-language/issues/411 syntax highlighting for the as keyword in function return types when a parameter is also of type function

Before: image

After (notice the as is purple now): image