add js, jsx and html aliases for highlightjs

pull/270/head
koehr 5 years ago
parent e16ea3b419
commit b42760abab
  1. 5
      templates/include/post-render.tmpl

@ -20,7 +20,10 @@
"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

Loading…
Cancel
Save