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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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