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
Formatting verbs in format arguments are highlighted the same way as the string.
Formatting verbs should be specially highlighted.
Formatting verbs such as #v or T can be appended in Goto by putting a : after the format arg, e.g.: "I have \(appleCount:d) apples"
#v
T
:
"I have \(appleCount:d) apples"
Standard neovim highlighting groups: https://neovim.io/doc/user/treesitter.html#treesitter-highlight
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Encountered behavior:
Formatting verbs in format arguments are highlighted the same way as the string.
Expected behavior:
Formatting verbs should be specially highlighted.
Context:
Formatting verbs such as
#v
orT
can be appended in Goto by putting a:
after the format arg, e.g.:"I have \(appleCount:d) apples"
Resources:
Standard neovim highlighting groups:
https://neovim.io/doc/user/treesitter.html#treesitter-highlight
The text was updated successfully, but these errors were encountered: