diff --git a/templates/include/post-render.tmpl b/templates/include/post-render.tmpl index 8d7a816..0f6a289 100644 --- a/templates/include/post-render.tmpl +++ b/templates/include/post-render.tmpl @@ -20,9 +20,12 @@ "hh" : "cpp", "hxx" : "cpp", "cxx" : "cpp", - "sh" : "bash" + "sh" : "bash", + "js" : "javascript", + "jsx" : "javascript", + "html" : "xml" }; - + // Given a set of nodes, run highlighting on them function highlight(nodes) { for (i=0; i < nodes.length; i++) {