added: szh in code syntax

This commit is contained in:
quenousimporte 2023-11-10 12:37:07 +01:00
parent 237c547faf
commit 4a49a74972
1 changed files with 2 additions and 1 deletions

View File

@ -1925,7 +1925,8 @@ function escapeHtml(unsafe) {
var languagekeywords = {
"sql": ["select", "from", "where", "and", "or"],
"js": ["var", "for", "if", "else"]
"js": ["var", "for", "if", "else"],
"zsh": ["sudo"]
}
function currentline()