feat: change .sp extension to SourcePawn (#995)

This commit is contained in:
strafe 2021-04-14 13:45:28 +01:00 committed by GitHub
parent dc080797b5
commit 10c3206608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@
".inc": { "image": "pawn" },
".sma": { "image": "pawn" },
".pwn": { "image": "pawn" },
".sp": { "image": "pawn" },
".sp": { "image": "sourcepawn" },
"/\\.p(er)?l$/i": { "image": "perl" },
".al": { "image": "perl" },
".ph": { "image": "perl" },