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",
"php",
"powershell",
"purescript",
"python",
"r",
"reasonml",
@ -692,6 +693,9 @@
".ps1xml": {
"image": "powershell"
},
".purs": {
"image": "purescript"
},
".p": {
"image": "pawn"
},