Added syntax highlighting to markdown preview

pull/223/head
Ruben Daniels 2015-11-11 02:38:18 +00:00
rodzic 83343e98e1
commit 15bfbc0fae
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -187,5 +187,5 @@ highlight.renderSync = function(input, mode, theme, lineStart, disableGutter) {
}; };
module.exports = highlight; module.exports = highlight;
module.exports.highlight =highlight; module.exports.highlight = highlight;
}); });

Wyświetl plik

@ -96,7 +96,7 @@
"c9.ide.openfiles": "#7fa4a97fed", "c9.ide.openfiles": "#7fa4a97fed",
"c9.ide.preview": "#b6d2dfe356", "c9.ide.preview": "#b6d2dfe356",
"c9.ide.preview.browser": "#cec211a76a", "c9.ide.preview.browser": "#cec211a76a",
"c9.ide.preview.markdown": "#a25690de78", "c9.ide.preview.markdown": "#6f39e56f76",
"c9.ide.pubsub": "#a85fb27eca", "c9.ide.pubsub": "#a85fb27eca",
"c9.ide.readonly": "#e67bb593bd", "c9.ide.readonly": "#e67bb593bd",
"c9.ide.recentfiles": "#7c099abf40", "c9.ide.recentfiles": "#7c099abf40",