Add support for hypgens in task IDs

This commit is contained in:
2025-03-25 22:15:22 +01:00
parent 17fe6b86de
commit 9bc036113f

View File

@@ -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 { return {
feature: "dependency", feature: "dependency",
type, type,