Add externals to grammar JSON schema

This commit is contained in:
Max Brunsfeld 2016-12-05 17:09:09 -08:00
parent a09409900f
commit 505fe6d382

View file

@ -40,6 +40,14 @@
"pattern": "^[a-zA-Z_]\\w*$"
}
}
},
"externals": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-zA-Z_]\\w*$"
}
}
},