feat: support for AMXX's .sma files (#251)

This commit is contained in:
Gabe Iggy 2019-05-06 16:13:08 -04:00 committed by Crawl
parent 1dcd0e3ae5
commit e4cfafd99a

View file

@ -825,6 +825,9 @@
".inc": {
"image": "pawn"
},
".sma": {
"image": "pawn"
},
".ino": {
"image": "arduino"
},