diff --git a/queries/swift/highlights.scm b/queries/swift/highlights.scm index e30618c74..3ce25f0ab 100644 --- a/queries/swift/highlights.scm +++ b/queries/swift/highlights.scm @@ -1,4 +1,4 @@ -[ "." ";" ":" "," "->" ] @punctuation.delimiter +[ "." ";" ":" "," ] @punctuation.delimiter [ "\\(" "(" ")" "[" "]" "{" "}"] @punctuation.bracket ; TODO: "\\(" ")" in interpolations should be @punctuation.special ; Identifiers @@ -130,4 +130,5 @@ "!=" "!==" "===" + "->" ] @operator