Remove old wordDefinition field

This commit is contained in:
Matt Masson 2018-07-10 13:08:06 -04:00
parent 8380da7fff
commit eb48b847e5

View file

@ -67,9 +67,6 @@ export const language = <ILanguage>{
"function" "function"
], ],
// (identifier|keyword or type|quoted identifier)
wordDefinition: /([a-zA-Z_][\w\.]*)|(#?[a-z]+)|(#"[\w \.]+")/,
tokenizer: { tokenizer: {
root: [ root: [
// escaped identifier // escaped identifier