fix and add code keywords
This commit is contained in:
parent
d77defe68e
commit
cc792e10fd
3
main.js
3
main.js
|
@ -1670,7 +1670,8 @@ 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"]
|
"bash": ["molecule", "cd"],
|
||||||
|
"python": ["from", "import"]
|
||||||
}
|
}
|
||||||
|
|
||||||
function currentline()
|
function currentline()
|
||||||
|
|
Loading…
Reference in New Issue