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
In sublime text, the string literal prefixes (e.g, the "f" in f'a string') and function arguments (names and values) are separate highlight groups:
f'a string'
It would be nice if we could have this in vim, too. :)
The text was updated successfully, but these errors were encountered:
Certainly could be added. Send a PR if you're interested in contributing!
Sorry, something went wrong.
I second this. As an addendum, it would also be nice to have groups for the quotes themselves, like the default python.vim does (pythonQuotes, https://github.com/vim/vim/blob/master/runtime/syntax/python.vim#L137).
No branches or pull requests
In sublime text, the string literal prefixes (e.g, the "f" in
f'a string'
) and function arguments (names and values) are separate highlight groups:It would be nice if we could have this in vim, too. :)
The text was updated successfully, but these errors were encountered: