Update grammars

This commit is contained in:
Alex Ross
2021-12-07 15:09:32 +01:00
parent a2da2566b5
commit 95dcb89a92
13 changed files with 92 additions and 238 deletions

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/c9290464add8409f35fcbe47339d4b2ca0e4416c",
"version": "https://github.com/Ikuyadeu/vscode-R/commit/f99fdd79533b62b0b6eb6142190963349aa621d7",
"name": "R",
"scopeName": "source.r",
"patterns": [
@@ -245,6 +245,27 @@
"name": "constant.character.escape.r"
}
]
},
{
"begin": "`",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.begin.r"
}
},
"end": "`",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.end.r"
}
},
"name": "variable.parameter.r",
"patterns": [
{
"match": "\\\\.",
"name": "variable.parameter.r"
}
]
}
]
},