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

Support for coloring printf's TreeSitter words #67

Open
greg0ire opened this issue Aug 26, 2024 · 0 comments
Open

Support for coloring printf's TreeSitter words #67

greg0ire opened this issue Aug 26, 2024 · 0 comments

Comments

@greg0ire
Copy link

I have installed the printf Treesitter parser. I'm sure it works because when running :InspectTree, I get this for a string inside a call to Go's fmt.Sprintf.

                                    (format_string ; [57, 30] - [57, 62]
                                      (format ; [57, 56] - [57, 58]
                                        (type)) ; [57, 57] - [57, 58]
                                      (format ; [57, 59] - [57, 61]
                                        (type)))) ; [57, 60] - [57, 61]

But it is all the same color. Can you please add different highlights for format, and maybe even type?

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

1 participant