mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
feat(lang:r): Add roxygen header comment token (#12748)
This commit is contained in:
parent
de11273857
commit
0f594c35f2
1 changed files with 1 additions and 1 deletions
|
@ -2029,7 +2029,7 @@ scope = "source.r"
|
|||
injection-regex = "(r|R)"
|
||||
file-types = ["r", "R", { glob = ".Rprofile" }, { glob = "Rprofile.site" }, { glob = ".RHistory" }]
|
||||
shebangs = ["r", "R"]
|
||||
comment-token = "#"
|
||||
comment-tokens = ["#", "#'"]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
language-servers = [ "r" ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue