mirror of https://github.com/ARMmbed/mbed-os.git
Allow _ and () in identifiers in macros
parent
6633fbca68
commit
67e76f3a5e
|
@ -11,7 +11,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "(^[\\w]+$|^[\\w]+=.+$)"
|
"pattern": "(^[\\w()_]+$|^[\\w()_]+=.+$)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config_definition": {
|
"config_definition": {
|
||||||
|
|
Loading…
Reference in New Issue