Add language definition for R

[R](https://en.wikipedia.org/wiki/R_(programming_language))

Comments are simply started with a `#`
This commit is contained in:
James McMahon
2022-05-18 15:43:07 +01:00
committed by GitHub
parent 355d677107
commit 48caf5c8ab

View File

@@ -600,5 +600,14 @@
"pattern": "#"
}
]
},
{
"language": "R",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
}
]