feat: change .sp extension to SourcePawn (#995)
This commit is contained in:
parent
dc080797b5
commit
10c3206608
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@
|
||||||
".inc": { "image": "pawn" },
|
".inc": { "image": "pawn" },
|
||||||
".sma": { "image": "pawn" },
|
".sma": { "image": "pawn" },
|
||||||
".pwn": { "image": "pawn" },
|
".pwn": { "image": "pawn" },
|
||||||
".sp": { "image": "pawn" },
|
".sp": { "image": "sourcepawn" },
|
||||||
"/\\.p(er)?l$/i": { "image": "perl" },
|
"/\\.p(er)?l$/i": { "image": "perl" },
|
||||||
".al": { "image": "perl" },
|
".al": { "image": "perl" },
|
||||||
".ph": { "image": "perl" },
|
".ph": { "image": "perl" },
|
||||||
|
|
Loading…
Reference in a new issue