1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Use the text parser to parse CSS

This commit is contained in:
Jeremy Ruston 2013-04-25 09:05:17 +01:00
parent 7aeeaf81eb
commit 82308f642a

View File

@ -27,6 +27,7 @@ exports["text/plain"] = TextParser;
exports["application/vnd.tiddlywiki2"] = TextParser;
exports["application/javascript"] = TextParser;
exports["application/json"] = TextParser;
exports["text/css"] = TextParser;
})();