mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Remove old wordDefinition field
This commit is contained in:
parent
8380da7fff
commit
eb48b847e5
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue