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
The original implementation of the grammar in this repo predates any known specification and in 2022 a Protocol Buffer Text Format Spec was published.
Review the specification and the grammar to ensure proper handling of all syntax highlighting cases.
The text was updated successfully, but these errors were encountered:
Additionally while searching for example textproto files, I ran accross this repo, that contains an example grammer https://github.com/PorterAtGoogle/tree-sitter-textproto
Sorry, something went wrong.
Note: Comments can appear between syntax tokens:
value: - # comment 2.0 # Valid: whitespace and comments between '-' and '2.0'.
https://protobuf.dev/reference/protobuf/textformat-spec/#parsing
No branches or pull requests
The original implementation of the grammar in this repo predates any known specification and in 2022 a Protocol Buffer Text Format Spec was published.
Review the specification and the grammar to ensure proper handling of all syntax highlighting cases.
The text was updated successfully, but these errors were encountered: