highlights(wgsl): comment -> {line,block}_comment

This commit is contained in:
Stephan Seitz 2023-01-09 21:28:17 +01:00 committed by Christian Clason
parent a64b1f478d
commit 3df5313424
2 changed files with 2 additions and 2 deletions

View file

@ -101,6 +101,6 @@
(attribute
(identifier) @attribute)
(comment) @comment
[(line_comment) (block_comment)] @comment
(ERROR) @error

View file

@ -16,4 +16,4 @@
"}"
] @branch
(comment) @auto
[(line_comment) (block_comment)] @auto