mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Add Haskell support
This commit is contained in:
parent
2b1af285f4
commit
f6ff32665a
@ -79,6 +79,7 @@ There are additional inputs if you want to be able to assign issues to projects.
|
||||
* Go
|
||||
* Handlebars
|
||||
* HCL
|
||||
* Haskell
|
||||
* HTML
|
||||
* Java
|
||||
* JavaScript
|
||||
|
||||
16
syntax.json
16
syntax.json
@ -323,6 +323,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Haskell",
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "--"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "{-",
|
||||
"end": "-}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "HTML",
|
||||
"markers": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user