Add word property to grammar JSON schema
This commit is contained in:
parent
52a5e4125e
commit
e130c4ddb5
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,11 @@
|
|||
"pattern": "^[a-zA-Z_]\\w*$"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"word": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-zA-Z_]\\w*"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue