mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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
|
||||
|
||||
(dollar "$" @operator)
|
||||
(dollar _ "$" @operator)
|
||||
|
||||
(subset2
|
||||
"[[" @punctuation.bracket
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ b <- list(TRUE, FALSE, NA, Inf)
|
|||
b <- list(name = "r", version = R.version$major)
|
||||
# ^ @parameter
|
||||
# ^ @string
|
||||
# ^ @punctuation.special
|
||||
# ^ @operator
|
||||
# ^ @field
|
||||
|
||||
Lang$new(name = "r")$print()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue