mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
highlights(wgsl): highlight "->" for return types as @punctuation.delimiter
This commit is contained in:
parent
817531ce6f
commit
5afa9e5040
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
"return" @keyword.return
|
||||
|
||||
[ "," "." ":" ";" ] @punctuation.delimiter
|
||||
[ "," "." ":" ";" "->" ] @punctuation.delimiter
|
||||
|
||||
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue