diff --git a/packages/client/src/highlighter/tokenProvider.ts b/packages/client/src/highlighter/tokenProvider.ts index e058a6b..1d0897f 100644 --- a/packages/client/src/highlighter/tokenProvider.ts +++ b/packages/client/src/highlighter/tokenProvider.ts @@ -136,7 +136,7 @@ function processNode(node: Node, textDocument: string[], context: NodeContext[]) return { result: [ { ...generatePlotterForNode(node), - tokenType: tokenTypeObj[reference.type] + tokenType: tokenTypeObj[reference.type], }, ], references: undefined } }