This commit is contained in:
Pedro Castro 2022-11-29 13:54:07 -03:00 committed by Stephan Seitz
parent 966393dc38
commit ec3d4af104
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@
"}" "}"
] @punctuation.bracket ] @punctuation.bracket
(dollar "$" @operator) (dollar _ "$" @operator)
(subset2 (subset2
"[[" @punctuation.bracket "[[" @punctuation.bracket

View file

@ -23,7 +23,7 @@ b <- list(TRUE, FALSE, NA, Inf)
b <- list(name = "r", version = R.version$major) b <- list(name = "r", version = R.version$major)
# ^ @parameter # ^ @parameter
# ^ @string # ^ @string
# ^ @punctuation.special # ^ @operator
# ^ @field # ^ @field
Lang$new(name = "r")$print() Lang$new(name = "r")$print()