diff --git a/src/powerquery/powerquery.ts b/src/powerquery/powerquery.ts index f6035903..c01101ab 100644 --- a/src/powerquery/powerquery.ts +++ b/src/powerquery/powerquery.ts @@ -96,7 +96,8 @@ export const language = { { include: "@strings" }, [/[{}()\[\]]/, "@brackets"], - [/([,;=\+<>\-\*&@\?\/!])|([<>]=)|(<>)|(=>)|(\.\.\.)|(\.\.)/, "punctuator"], + [/([=\+<>\-\*&@\?\/!])|([<>]=)|(<>)|(=>)|(\.\.\.)|(\.\.)/, "operator"], + [/[,;]/, "delimiter"], ], whitespace: [