mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
fix test
This commit is contained in:
parent
966393dc38
commit
ec3d4af104
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
"}"
|
"}"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
(dollar "$" @operator)
|
(dollar _ "$" @operator)
|
||||||
|
|
||||||
(subset2
|
(subset2
|
||||||
"[[" @punctuation.bracket
|
"[[" @punctuation.bracket
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue