highlights(swift): highlight "->" as @operator

This commit is contained in:
Stephan Seitz 2022-01-16 15:23:18 +01:00
parent a3c86fe843
commit 8025b90329

View file

@ -1,4 +1,4 @@
[ "." ";" ":" "," "->" ] @punctuation.delimiter
[ "." ";" ":" "," ] @punctuation.delimiter
[ "\\(" "(" ")" "[" "]" "{" "}"] @punctuation.bracket ; TODO: "\\(" ")" in interpolations should be @punctuation.special
; Identifiers
@ -130,4 +130,5 @@
"!="
"!=="
"==="
"->"
] @operator