add: sql keywords

This commit is contained in:
quenousimporte 2024-02-19 14:25:20 +01:00
parent 02eb28d4e0
commit e1fad4468d
1 changed files with 1 additions and 1 deletions

View File

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