feat: pawn support

This commit is contained in:
Crawl 2018-06-18 13:07:30 +02:00
parent 52c871fb96
commit 042e77708d
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -54,6 +54,7 @@
"objc",
"ocaml",
"pascal",
"pawn",
"perl",
"php",
"powershell",
@ -672,6 +673,9 @@
".ps1xml": {
"image": "powershell"
},
".p": {
"image": "pawn"
},
".py": {
"image": "python"
},