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",
|
"perl",
|
||||||
"php",
|
"php",
|
||||||
"powershell",
|
"powershell",
|
||||||
|
"purescript",
|
||||||
"python",
|
"python",
|
||||||
"r",
|
"r",
|
||||||
"reasonml",
|
"reasonml",
|
||||||
|
@ -692,6 +693,9 @@
|
||||||
".ps1xml": {
|
".ps1xml": {
|
||||||
"image": "powershell"
|
"image": "powershell"
|
||||||
},
|
},
|
||||||
|
".purs": {
|
||||||
|
"image": "purescript"
|
||||||
|
},
|
||||||
".p": {
|
".p": {
|
||||||
"image": "pawn"
|
"image": "pawn"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue