diff --git a/languages.toml b/languages.toml
index 521dcd26..1b3b3c67 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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" ]