From 35c7116ed93e5f2033fad84ef7854c2a922f92d2 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 11 Jan 2020 13:23:59 +0000 Subject: [PATCH] MicroPython added as a file extension --- processes/on-editor-load.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +