We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code:
enum MyEnum { VALUE, // comment ANOTHER_VALUE /* another comment */ }
How it's shown in vscode:
Notice that comments don't have the right color.
The text was updated successfully, but these errors were encountered:
This issue is also being tracked on Linear.
We use Linear to manage our development process, but we keep the conversations on Github.
LINEAR-ID: 29f058de-bbb2-4e27-b16b-cf2b2545e59d
Sorry, something went wrong.
feat(syntax): allow comments in enums
71048d1
Include the comment pattern in both enum declaration and function argument lists. Fixes #165.
feat(syntax): allow comments in enums (#166)
2daa63d
Include the comment pattern in both enum declaration, function argument lists and function modifier lists. Fixes #165.
e4411e0
kanej
Successfully merging a pull request may close this issue.
Code:
How it's shown in vscode:
Notice that comments don't have the right color.
The text was updated successfully, but these errors were encountered: