-
Notifications
You must be signed in to change notification settings - Fork 46
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
Enumeration support #29
Comments
From @Satak on November 24, 2015 17:52 You can see that enum keyword, the name or it's content is not color coded |
This seems to be a problem with the TextMate bundle we're using from Sublime Text. GitHub also uses it, this is how the same code gets highlighted here: enum test
{
listItem1
listItem2
listItem3
} Looks like there's already a bug filed against the Sublime Text repo for this: @Jaykul, any interest in trying to fix that one? |
From @adbertram on December 14, 2016 16:30 I just ran into this today as well. It would be nice to at least get syntax coloring for enums. |
From @rkeithhill on December 19, 2016 0:51 Shouldn't this be moved to http://github.com/powershell/editorsyntax and closed here? |
Yep! |
Any update on this, we're 3 years later now #curious |
@JosKrause, have you a chance to look at PR #155? In that PR I have a more complete |
Sure would be nice to treat "enum" as a real thing... finally. |
Soon this turns 5 years 😁
|
This should finally fix this issue: https://github.com/PowerShell/vscode-powershell/releases/tag/v2020.7.0-preview |
Looks like there's still no fix for this, 6 years later... |
From @Satak on November 24, 2015 7:49
The whole enumeration / enum keyword feels like it's not implemented to have a support for it. Doesn't highlight the keyword or it's content and doesn't offer any snippets.
Copied from original issue: PowerShell/vscode-powershell#26
The text was updated successfully, but these errors were encountered: