output is multiline for everything by default

This commit is contained in:
cloudhead 2010-02-25 18:01:35 -05:00
parent b81160107e
commit 22b4380645

View File

@ -4,7 +4,9 @@
content: "#*%:&^,)!.(~*})";
empty: "";
}
#comments { content: "/* hello */ // not-so-secret"; }
#comments {
content: "/* hello */ // not-so-secret";
}
#single-quote {
quotes: "'" "'";
content: '""#!&""';