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
1 changed files with 1 additions and 1 deletions

View File

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