mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-07 00:56:48 +01:00
MicroPython added as a file extension
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user