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
// normal comment fn foo() void {} /// doc comment fn foo() void {}
It helps to show that they will be parsed differently.
The text was updated successfully, but these errors were encountered:
i think i'm going to rework a lot of the syntax file to adhere to this hopefully this doesn't break anything such as the linguist syntax highlighting.
Sorry, something went wrong.
i think this would require an upstream change on github's part to differentiate between comment.*.documentation scopes and comment.* scopes.
comment.*.documentation
comment.*
Also container-doc-comments (ziglang/zig#3697)
No branches or pull requests
It helps to show that they will be parsed differently.
The text was updated successfully, but these errors were encountered: