summaryrefslogtreecommitdiff
path: root/src/cjr_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr_print.sml')
-rw-r--r--src/cjr_print.sml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cjr_print.sml b/src/cjr_print.sml
index f86d4928..cabfc77f 100644
--- a/src/cjr_print.sml
+++ b/src/cjr_print.sml
@@ -2146,6 +2146,17 @@ fun p_decl env (dAll as (d, _) : decl) =
| DJavaScript s => box [string "static char jslib[] = \"",
string (String.toString s),
string "\";"]
+ | DStyle (s, xs) => box [string "/*",
+ space,
+ string "style",
+ space,
+ string s,
+ space,
+ string ":",
+ space,
+ p_list string xs,
+ space,
+ string "*/"]
datatype 'a search =
Found of 'a