Skip to content
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

Go printing "verbs" highlight group. #84

Closed
ameddin73 opened this issue Oct 5, 2022 · 2 comments
Closed

Go printing "verbs" highlight group. #84

ameddin73 opened this issue Oct 5, 2022 · 2 comments

Comments

@ameddin73
Copy link

Currently, the only substring that gets a group is escape_sequence. Go has a collection of "verbs" you can see in the fmt package that should be highlighted as well in their own like print_verb.

It's very difficult to disambiguate placeholders in a string without syntax highlighting.
Here the escape rune is easy to find, but not the print verb.
image

@smacker
Copy link
Owner

smacker commented Oct 11, 2022

hi @ameddin73 ! You probably submitted the issue to the wrong repository. This project doesn't provide any highlighting capabilities. And if you are looking for golang grammar for tree-sitter you need this repository: https://github.com/tree-sitter/tree-sitter-go

@smacker smacker closed this as completed Oct 11, 2022
@ameddin73
Copy link
Author

Oops

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

No branches or pull requests

2 participants