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