Closed chrisdp closed 6 days 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
as
function
Before:
After (notice the as is purple now):
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 typefunction
Before:
After (notice the
as
is purple now):