Add PureScript to known languages (#178)
This commit is contained in:
parent
3ea5309abe
commit
8d022cbc86
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
"perl",
|
||||
"php",
|
||||
"powershell",
|
||||
"purescript",
|
||||
"python",
|
||||
"r",
|
||||
"reasonml",
|
||||
|
@ -692,6 +693,9 @@
|
|||
".ps1xml": {
|
||||
"image": "powershell"
|
||||
},
|
||||
".purs": {
|
||||
"image": "purescript"
|
||||
},
|
||||
".p": {
|
||||
"image": "pawn"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue