mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -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
|
(attribute
|
||||||
(identifier) @attribute)
|
(identifier) @attribute)
|
||||||
|
|
||||||
(comment) @comment
|
[(line_comment) (block_comment)] @comment
|
||||||
|
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@
|
||||||
"}"
|
"}"
|
||||||
] @branch
|
] @branch
|
||||||
|
|
||||||
(comment) @auto
|
[(line_comment) (block_comment)] @auto
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue