Skip to content

Improve Google Protocol Buffers to recognize stream keyword #336

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

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

peter-harmann-tfs
Copy link
Contributor

As seen in this example, the stream keyword should be highlighted:

service TestService {
    rpc Test(TestRequest) returns (stream TestResponse);
}

Adding stream to keywords ensures it is. In addition, brackets () have to be added to folding characters to prevent them being recognized as part of the keyword.

@pryrt pryrt merged commit acf4fac into notepad-plus-plus:master Aug 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants