I'd like to be able to see named function arguments in a different color, as in the following example:
print(list(one = 1), right=TRUE)
The word right should get its own category in the highlighting.
For example, in the Kotlin highlighting settings, this is called Named Argument. I was surprised that I didn't find this in the language defaults. Maybe JetBrains adds it.
I'd like to be able to see named function arguments in a different color, as in the following example:
The word
right
should get its own category in the highlighting.For example, in the Kotlin highlighting settings, this is called
Named Argument
. I was surprised that I didn't find this in the language defaults. Maybe JetBrains adds it.