There was an error while loading. Please reload this page.
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. :)
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. :)