aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/demo.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/demo.sml')
-rw-r--r--src/demo.sml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/demo.sml b/src/demo.sml
index 6897bfa2..747bbd2c 100644
--- a/src/demo.sml
+++ b/src/demo.sml
@@ -424,6 +424,10 @@ fun make' {prefix, dirname, guided} =
| Settings.Prefix => TextIO.output (outf, "*");
TextIO.output (outf, " ");
TextIO.output (outf, #to rule);
+ if #hyphenate rule then
+ TextIO.output (outf, " [-]")
+ else
+ ();
TextIO.output (outf, "\n"))) (#rewrites combined);
filters "url" (#filterUrl combined);
filters "mime" (#filterMime combined);