diff --git a/src/data/languages.json b/src/data/languages.json index f2aee19..01efa6f 100644 --- a/src/data/languages.json +++ b/src/data/languages.json @@ -62,6 +62,7 @@ "perl", "php", "powershell", + "purescript", "python", "r", "reasonml", @@ -692,6 +693,9 @@ ".ps1xml": { "image": "powershell" }, + ".purs": { + "image": "purescript" + }, ".p": { "image": "pawn" },