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",
|
||||
"ocaml",
|
||||
"pascal",
|
||||
"pawn",
|
||||
"perl",
|
||||
"php",
|
||||
"powershell",
|
||||
|
@ -672,6 +673,9 @@
|
|||
".ps1xml": {
|
||||
"image": "powershell"
|
||||
},
|
||||
".p": {
|
||||
"image": "pawn"
|
||||
},
|
||||
".py": {
|
||||
"image": "python"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue