fix and add code keywords

This commit is contained in:
quenousimporte 2024-03-22 15:58:51 +01:00
parent d77defe68e
commit cc792e10fd
1 changed files with 2 additions and 1 deletions

View File

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