highlights(wgsl): highlight "->" for return types as @punctuation.delimiter

This commit is contained in:
Stephan Seitz 2022-12-24 17:01:23 +01:00
parent 817531ce6f
commit 5afa9e5040

View file

@ -50,7 +50,7 @@
"return" @keyword.return
[ "," "." ":" ";" ] @punctuation.delimiter
[ "," "." ":" ";" "->" ] @punctuation.delimiter
["(" ")" "[" "]" "{" "}"] @punctuation.bracket