mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: update comment test
This commit is contained in:
parent
da0928d643
commit
a9b31418e6
1 changed files with 3 additions and 3 deletions
|
|
@ -9,13 +9,13 @@ public var item = 1;
|
|||
# ^ punctuation.delimiter
|
||||
|
||||
# hash comment
|
||||
# <- spell
|
||||
# <- @comment @spell
|
||||
|
||||
// slash comment
|
||||
# <- spell
|
||||
# <- @comment @spell
|
||||
|
||||
/* block comment */
|
||||
# <- spell
|
||||
# <- @comment @spell
|
||||
|
||||
fun name(arg1,
|
||||
# ^ keyword.function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue