Skip to content

Commit 67e76f3

Browse files
committed
Allow _ and () in identifiers in macros
1 parent 6633fbc commit 67e76f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config/definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "array",
1212
"items": {
1313
"type": "string",
14-
"pattern": "(^[\\w]+$|^[\\w]+=.+$)"
14+
"pattern": "(^[\\w()_]+$|^[\\w()_]+=.+$)"
1515
}
1616
},
1717
"config_definition": {

0 commit comments

Comments
 (0)