add keyword for python

This commit is contained in:
quenousimporte 2024-03-22 15:52:12 +01:00
parent 77489ca4ab
commit 87a2cbc949
1 changed files with 2 additions and 1 deletions

View File

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