Add word property to grammar JSON schema

This commit is contained in:
Max Brunsfeld 2018-06-15 13:32:41 -07:00
parent 52a5e4125e
commit e130c4ddb5

View file

@ -55,6 +55,11 @@
"pattern": "^[a-zA-Z_]\\w*$"
}
}
},
"word": {
"type": "string",
"pattern": "^[a-zA-Z_]\\w*"
}
},