From 08421196948276be3847d5cf6dcb88eb0778c0cf Mon Sep 17 00:00:00 2001 From: Michael Demetriou Date: Thu, 27 Jun 2019 00:12:18 +0300 Subject: [PATCH] Change `sh` alias back to `bash` because this is the alias in highlight itself. (see https://github.com/writeas/writefreely/pull/128#issuecomment-505766645) --- templates/include/post-render.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/include/post-render.tmpl b/templates/include/post-render.tmpl index 0f23810..517b291 100644 --- a/templates/include/post-render.tmpl +++ b/templates/include/post-render.tmpl @@ -22,7 +22,7 @@ "hh" : "cpp", "hxx" : "cpp", "cxx" : "cpp", - "sh" : "shell" + "sh" : "bash" }; // Given a set of nodes, run highlighting on them