Merge from vscode 718331d6f3ebd1b571530ab499edb266ddd493d5

This commit is contained in:
ADS Merger
2020-02-08 04:50:58 +00:00
parent 8c61538a27
commit 2af13c18d2
752 changed files with 16458 additions and 10063 deletions

View File

@@ -6,11 +6,11 @@
"git": {
"name": "Ikuyadeu/vscode-R",
"repositoryUrl": "https://github.com/Ikuyadeu/vscode-R",
"commitHash": "1cd3d42a6b2e54276ef2d71fe33bb3fefb1d6cff"
"commitHash": "bc79e9245682ee09b4f0b742b927a37702d91b82"
}
},
"license": "MIT",
"version": "0.5.5"
"version": "1.1.8"
}
],
"version": 1

View File

@@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/Ikuyadeu/vscode-R/commit/1cd3d42a6b2e54276ef2d71fe33bb3fefb1d6cff",
"version": "https://github.com/Ikuyadeu/vscode-R/commit/bc79e9245682ee09b4f0b742b927a37702d91b82",
"name": "R",
"scopeName": "source.r",
"patterns": [
@@ -417,7 +417,7 @@
"end": "(\\))",
"endCaptures": {
"1": {
"name": "punctuation.definition.parameters.r"
"name": "punctuation.section.parens.end.r"
}
},
"name": "meta.function-call.r",

View File

@@ -639,7 +639,7 @@
},
{
"c": ")",
"t": "source.r meta.function-call.r punctuation.definition.parameters.r",
"t": "source.r meta.function-call.r punctuation.section.parens.end.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
@@ -716,7 +716,7 @@
},
{
"c": ")",
"t": "source.r meta.function-call.r punctuation.definition.parameters.r",
"t": "source.r meta.function-call.r punctuation.section.parens.end.r",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
@@ -1044,4 +1044,4 @@
"hc_black": "default: #FFFFFF"
}
}
]
]