add support for .sp files (SourcePawn) (#79)
This commit is contained in:
parent
9d23cb23bd
commit
b3963fdce6
1 changed files with 3 additions and 0 deletions
|
@ -680,6 +680,9 @@
|
|||
".p": {
|
||||
"image": "pawn"
|
||||
},
|
||||
".sp": {
|
||||
"image": "pawn"
|
||||
},
|
||||
".py": {
|
||||
"image": "python"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue