feat: pawn support
This commit is contained in:
parent
52c871fb96
commit
042e77708d
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
"objc",
|
"objc",
|
||||||
"ocaml",
|
"ocaml",
|
||||||
"pascal",
|
"pascal",
|
||||||
|
"pawn",
|
||||||
"perl",
|
"perl",
|
||||||
"php",
|
"php",
|
||||||
"powershell",
|
"powershell",
|
||||||
|
@ -672,6 +673,9 @@
|
||||||
".ps1xml": {
|
".ps1xml": {
|
||||||
"image": "powershell"
|
"image": "powershell"
|
||||||
},
|
},
|
||||||
|
".p": {
|
||||||
|
"image": "pawn"
|
||||||
|
},
|
||||||
".py": {
|
".py": {
|
||||||
"image": "python"
|
"image": "python"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue