Change sh alias back to bash

because this is the alias in highlight itself.

(see https://github.com/writeas/writefreely/pull/128#issuecomment-505766645)
This commit is contained in:
Michael Demetriou 2019-06-27 00:12:18 +03:00
parent c2d7c2c8b7
commit 0842119694

View file

@ -22,7 +22,7 @@
"hh" : "cpp", "hh" : "cpp",
"hxx" : "cpp", "hxx" : "cpp",
"cxx" : "cpp", "cxx" : "cpp",
"sh" : "shell" "sh" : "bash"
}; };
// Given a set of nodes, run highlighting on them // Given a set of nodes, run highlighting on them