mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Merge pull request #48 from kkapper/markdown-syntax-support
Adds markdown block support.
This commit is contained in:
commit
925f3fdf50
12
syntax.json
12
syntax.json
@ -325,5 +325,17 @@
|
|||||||
"pattern": ";"
|
"pattern": ";"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "Markdown",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "<!---",
|
||||||
|
"end": "-->"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user