Add support for PureScript

This commit is contained in:
klarkc
2024-07-11 16:16:15 -03:00
parent e3452cb1e4
commit fe5e34d9ad
5 changed files with 60 additions and 4 deletions

View File

@@ -364,6 +364,22 @@
}
]
},
{
"language": "PureScript",
"markers": [
{
"type": "line",
"pattern": "--"
},
{
"type": "block",
"pattern": {
"start": "{-",
"end": "-}"
}
}
]
},
{
"language": "Haskell",
"markers": [