mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
* Update upstream repo for R syntax * Update cgmanifest and grammar --------- Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
17 lines
331 B
JSON
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
|
|
} |