From 6566606214ad538fa03c4f6b9a1788bfabab5e76 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 8 Jul 2022 02:19:51 +0530 Subject: issue: Allow specifying tags with keyword and tag singulars. * tissue/issue.scm (file-details): Allow specifying tags with keyword and tag singulars. --- tissue/issue.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tissue') diff --git a/tissue/issue.scm b/tissue/issue.scm index f5becf6..5b34c66 100644 --- a/tissue/issue.scm +++ b/tissue/issue.scm @@ -334,7 +334,9 @@ gemtext file." (hashtable-prepend! result 'assigned (map (cut resolve-alias <> (%aliases)) values))) - (((or 'keywords 'severity 'status 'priority 'tags 'type) . values) + (((or 'keyword 'keywords 'severity 'status + 'priority 'tag 'tags 'type) + . values) (hashtable-prepend! result 'keywords values)) (_ #t)) alist))) -- cgit v1.2.3