summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 89fbceba39b..6c63a8da3c8 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -2605,6 +2605,10 @@ sub parse_AddHyphen_line {
@{$ret{"synonyms"}} = split /,/, $b;
next;
}
+ if ($a eq "comment") {
+ $ret{"comment"} = $b;
+ next;
+ }
# should not be reached at all
$ret{"error"} = "Unknown language directive $e";
return %ret;