mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user