feat(lang:r): Add roxygen header comment token (#12748)

This commit is contained in:
Doug Kelkhoff 2025-02-01 20:44:07 -05:00 committed by GitHub
parent de11273857
commit 0f594c35f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" ]