feat: support for AMXX's .sma files (#251)
This commit is contained in:
parent
1dcd0e3ae5
commit
e4cfafd99a
1 changed files with 3 additions and 0 deletions
|
@ -825,6 +825,9 @@
|
|||
".inc": {
|
||||
"image": "pawn"
|
||||
},
|
||||
".sma": {
|
||||
"image": "pawn"
|
||||
},
|
||||
".ino": {
|
||||
"image": "arduino"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue