From 5afa9e50407c137c61082627a4456ab99cfbed18 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 24 Dec 2022 17:01:23 +0100 Subject: [PATCH] highlights(wgsl): highlight "->" for return types as `@punctuation.delimiter` --- queries/wgsl/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/wgsl/highlights.scm b/queries/wgsl/highlights.scm index c9ab0668f..0411880d7 100644 --- a/queries/wgsl/highlights.scm +++ b/queries/wgsl/highlights.scm @@ -50,7 +50,7 @@ "return" @keyword.return -[ "," "." ":" ";" ] @punctuation.delimiter +[ "," "." ":" ";" "->" ] @punctuation.delimiter ["(" ")" "[" "]" "{" "}"] @punctuation.bracket