diff --git a/crates/languages/src/typescript/highlights.scm b/crates/languages/src/typescript/highlights.scm index 8a85dfea07fe4f50cb271f65ec1bdeeaf2ea150c..6474ba2a05af330b1a7bd2da8ed3411b9132fe22 100644 --- a/crates/languages/src/typescript/highlights.scm +++ b/crates/languages/src/typescript/highlights.scm @@ -121,6 +121,15 @@ ; Tokens +[ + ";" + "?." + "." + "," + ":" + "?" +] @punctuation.delimiter + [ "..." "-" @@ -179,15 +188,6 @@ ] @operator ) -[ - ";" - "?." - "." - "," - ":" - "?" -] @punctuation.delimiter - [ "(" ")"