Add PureScript to known languages (#178)

This commit is contained in:
Madeline Trotter 2019-02-17 09:50:51 -08:00 committed by Crawl
parent 3ea5309abe
commit 8d022cbc86

View file

@ -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"
}, },