From eb48b847e51dee121eabeabd0af0b13a3a7936f3 Mon Sep 17 00:00:00 2001 From: Matt Masson Date: Tue, 10 Jul 2018 13:08:06 -0400 Subject: [PATCH] Remove old wordDefinition field --- src/powerquery/powerquery.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/powerquery/powerquery.ts b/src/powerquery/powerquery.ts index 85647774..f6035903 100644 --- a/src/powerquery/powerquery.ts +++ b/src/powerquery/powerquery.ts @@ -67,9 +67,6 @@ export const language = { "function" ], - // (identifier|keyword or type|quoted identifier) - wordDefinition: /([a-zA-Z_][\w\.]*)|(#?[a-z]+)|(#"[\w \.]+")/, - tokenizer: { root: [ // escaped identifier