Files
vscode/extensions/r/cgmanifest.json
Randy Lai 43996d7422 Update upstream repo for R syntax (#248880)
* Update upstream repo for R syntax

* Update cgmanifest and grammar

---------

Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
2025-05-15 10:04:36 +00:00

17 lines
331 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "REditorSupport/vscode-R",
"repositoryUrl": "https://github.com/REditorSupport/vscode-R-syntax",
"commitHash": "8ae62233c4076ccffa19bdb3a4bb4e873a7b802f"
}
},
"license": "MIT",
"version": "0.1.0"
}
],
"version": 1
}