Add support for hypgens in task IDs
This commit is contained in:
@@ -114,7 +114,7 @@ dateLiteral = year:([0-9]|4|) "-" month:([0-9]|1..2|) "-" day:([0-9]|1..2|) {
|
||||
|
||||
/**************************************************************************************************************************************/
|
||||
|
||||
dependency = type:dependencyIcon _ deps:([a-zA-Z0-9]+)|..,(_ "," _)| {
|
||||
dependency = type:dependencyIcon _ deps:([a-zA-Z0-9-]+)|..,(_ "," _)| {
|
||||
return {
|
||||
feature: "dependency",
|
||||
type,
|
||||
|
||||
Reference in New Issue
Block a user