MicroPython added as a file extension

This commit is contained in:
Matt Pass
2020-01-11 13:23:59 +00:00
committed by GitHub
parent 6500205624
commit 35c7116ed9

View File

@@ -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;
}
</script>
</script>