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:
parent
c2d7c2c8b7
commit
0842119694
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue