mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(wgsl): comment -> {line,block}_comment
This commit is contained in:
parent
a64b1f478d
commit
3df5313424
2 changed files with 2 additions and 2 deletions
|
|
@ -101,6 +101,6 @@
|
|||
(attribute
|
||||
(identifier) @attribute)
|
||||
|
||||
(comment) @comment
|
||||
[(line_comment) (block_comment)] @comment
|
||||
|
||||
(ERROR) @error
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@
|
|||
"}"
|
||||
] @branch
|
||||
|
||||
(comment) @auto
|
||||
[(line_comment) (block_comment)] @auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue