Add externals to grammar JSON schema
This commit is contained in:
parent
a09409900f
commit
505fe6d382
1 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,14 @@
|
|||
"pattern": "^[a-zA-Z_]\\w*$"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"externals": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-zA-Z_]\\w*$"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue