roxygen tag highlight? #413
Closed
PMassicotte
started this conversation in
Ideas
Replies: 2 comments
-
It's easy to highlight the entire line with the color from a different group. Tree-sitter queries are enough for this. However, as far as I know, to highlight specific strings within these lines, it would be necessary to write a tree-sitter grammar. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, there is no straight forward way to do it. I will come back if I can think of an easy way to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in
R.nvim
, I am seeing this:and in vscode:
Would it be difficult to implement?
I think the vscode extension uses this: https://github.com/REditorSupport/vscode-R-syntax/blob/main/syntaxes/r.yaml
Beta Was this translation helpful? Give feedback.
All reactions