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