mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Add Haskell support
This commit is contained in:
16
syntax.json
16
syntax.json
@@ -323,6 +323,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Haskell",
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "--"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "{-",
|
||||
"end": "-}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "HTML",
|
||||
"markers": [
|
||||
|
||||
Reference in New Issue
Block a user