Add Haskell support

This commit is contained in:
Ondrej Sebek 2022-06-30 20:48:38 +02:00
parent 2b1af285f4
commit f6ff32665a
2 changed files with 17 additions and 0 deletions

View File

@ -79,6 +79,7 @@ There are additional inputs if you want to be able to assign issues to projects.
* Go * Go
* Handlebars * Handlebars
* HCL * HCL
* Haskell
* HTML * HTML
* Java * Java
* JavaScript * JavaScript

View File

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