diff --git a/main.js b/main.js index 90144b9..c9b0964 100644 --- a/main.js +++ b/main.js @@ -1669,7 +1669,8 @@ function escapeHtml(unsafe) { var languagekeywords = { "sql": ["select", "from", "where", "and", "or", "set", "declare"], "js": ["var", "for", "if", "else"], - "zsh": ["sudo"] + "zsh": ["sudo"], + "python": ["molecule"] } function currentline()