Kaynağa Gözat

Change `sh` alias back to `bash`

because this is the alias in highlight itself.

(see https://github.com/writeas/writefreely/pull/128#issuecomment-505766645)
pull/128/head
Michael Demetriou 4 yıl önce
ebeveyn
işleme
0842119694
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      templates/include/post-render.tmpl

+ 1
- 1
templates/include/post-render.tmpl Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet