-
Notifications
You must be signed in to change notification settings - Fork 511
Function without arguments not colorized #2558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This should go in: https://github.com/PowerShell/EditorSyntax Can you open this over there? |
FWIW the regex's that drive the colorization are pretty complicated and brittle IMO. This would just work at the point we have semantic (AST) based colorization supported by the extension. I believe VSCode is looking into enabling this capability. |
Yeah when that is something that is possible, we can probably move to that. That said, I would expect a new issue to be opened for "Support semantic colorization" when that's possible for us to do so. |
@TylerLeonhardt, yes and sorry for delay. The issue was cloned here: PowerShell/EditorSyntax#198. Bye |
Hi vscode-powershell team, thank you for great job!
It's more easy if I show you a screenshot:

I expect
ScriptName
function to be colorized with a color different from the rest of the string.Have a nice day.
Regards,
Giacomo S. S.
The text was updated successfully, but these errors were encountered: