Allow _ and () in identifiers in macros

pull/6285/head
Jimmy Brisson 2018-03-06 11:12:56 -06:00
parent 6633fbca68
commit 67e76f3a5e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "(^[\\w]+$|^[\\w]+=.+$)"
"pattern": "(^[\\w()_]+$|^[\\w()_]+=.+$)"
}
},
"config_definition": {