diff --git a/main.js b/main.js index c9b0964..8a7c9fd 100644 --- a/main.js +++ b/main.js @@ -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()