mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
added rmd support
This commit is contained in:
25
syntax.json
25
syntax.json
@@ -429,6 +429,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Rmarkdown",
|
||||
"markers": [
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "<!--",
|
||||
"end": "-->"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "{/\\*",
|
||||
"end": "\\*/}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "- \\[ \\]"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Shell",
|
||||
"markers": [
|
||||
@@ -721,4 +744,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user