Remove old wordDefinition field

pull/2748/head
Matt Masson 7 years ago
parent 8380da7fff
commit eb48b847e5

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

Loading…
Cancel
Save