mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
description testing on vscode showed we should remove pattern descriptions
This commit is contained in:
@ -7,12 +7,10 @@
|
||||
"allOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"description": "All <> brackets come in pairs",
|
||||
"pattern": "^[^><]*(\\<[^>]*\\>[^><]*)*$"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "All [] brackets come in pairs",
|
||||
"pattern": "^[^\\[\\]]*(\\[[^\\[\\]]*\\][^\\[\\]]*)*$"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user