-
Notifications
You must be signed in to change notification settings - Fork 511
Enumeration support #26
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 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? |
I just ran into this today as well. It would be nice to at least get syntax coloring for enums. |
Shouldn't this be moved to http://github.com/powershell/editorsyntax and closed here? |
Yep! |
This issue was moved to PowerShell/EditorSyntax#29 |
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.
The text was updated successfully, but these errors were encountered: