added rmd support

This commit is contained in:
Max Brede
2023-03-23 14:05:08 +01:00
parent 2c6872aca3
commit dab20df5f2
4 changed files with 56 additions and 2 deletions

View File

@@ -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 @@
}
]
}
]
]