diff --git a/processes/on-editor-load.php b/processes/on-editor-load.php index 9adcd8d..e7919e7 100644 --- a/processes/on-editor-load.php +++ b/processes/on-editor-load.php @@ -172,6 +172,7 @@ top.ICEcoder.caretLocationType = function() { : fileExt == "coffee" ? "CoffeeScript" : fileExt == "ts" ? "TypeScript" : fileExt == "py" ? "Python" + : fileExt == "mpy" ? "Python" : fileExt == "rb" ? "Ruby" : fileExt == "css" ? "CSS" : fileExt == "less" ? "LESS" @@ -195,4 +196,4 @@ top.ICEcoder.caretLocationType = function() { top.ICEcoder.caretLocType = caretLocType; } - \ No newline at end of file +