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>
This commit is contained in:
Randy Lai
2025-05-15 03:04:36 -07:00
committed by GitHub
parent 1085eb338a
commit 43996d7422
4 changed files with 553 additions and 504 deletions
+3 -3
View File
@@ -5,12 +5,12 @@
"type": "git",
"git": {
"name": "REditorSupport/vscode-R",
"repositoryUrl": "https://github.com/REditorSupport/vscode-R",
"commitHash": "b0781feedfadbcc35f40db5ce09cc9956d78547c"
"repositoryUrl": "https://github.com/REditorSupport/vscode-R-syntax",
"commitHash": "8ae62233c4076ccffa19bdb3a4bb4e873a7b802f"
}
},
"license": "MIT",
"version": "2.8.6"
"version": "0.1.0"
}
],
"version": 1
+1 -1
View File
@@ -9,7 +9,7 @@
"vscode": "*"
},
"scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin REditorSupport/vscode-R syntax/r.json ./syntaxes/r.tmLanguage.json"
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin REditorSupport/vscode-R-syntax syntaxes/r.json ./syntaxes/r.tmLanguage.json"
},
"categories": ["Programming Languages"],
"contributes": {
File diff suppressed because one or more lines are too long
@@ -561,7 +561,7 @@
},
{
"c": "{",
"t": "source.r punctuation.section.braces.begin.r",
"t": "source.r punctuation.section.block.begin.bracket.curly.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
@@ -617,7 +617,7 @@
},
{
"c": "}",
"t": "source.r punctuation.section.braces.end.r",
"t": "source.r punctuation.section.block.end.bracket.curly.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",