added: szh in code syntax
This commit is contained in:
parent
237c547faf
commit
4a49a74972
3
main.js
3
main.js
|
@ -1925,7 +1925,8 @@ function escapeHtml(unsafe) {
|
||||||
|
|
||||||
var languagekeywords = {
|
var languagekeywords = {
|
||||||
"sql": ["select", "from", "where", "and", "or"],
|
"sql": ["select", "from", "where", "and", "or"],
|
||||||
"js": ["var", "for", "if", "else"]
|
"js": ["var", "for", "if", "else"],
|
||||||
|
"zsh": ["sudo"]
|
||||||
}
|
}
|
||||||
|
|
||||||
function currentline()
|
function currentline()
|
||||||
|
|
Loading…
Reference in New Issue