Update grammars

This commit is contained in:
Alex Ross
2021-06-11 10:11:40 +02:00
parent 750390dcd3
commit 57a760e71f
9 changed files with 52 additions and 23 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/e03ba9cb9b19412f48c73ea73deb6746d50bbf23",
"version": "https://github.com/Ikuyadeu/vscode-R/commit/866d7cbe0620d28948a89bca24d99efd6b74b9bb",
"name": "R",
"scopeName": "source.r",
"patterns": [
@@ -180,6 +180,10 @@
"match": "(!|&{1,2}|[|]{1,2})",
"name": "keyword.operator.logical.r"
},
{
"match": "(\\|>)",
"name": "keyword.operator.pipe.r"
},
{
"match": "(%between%|%chin%|%like%|%\\+%|%\\+replace%|%:%|%do%|%dopar%|%>%|%<>%|%T>%|%\\$%)",
"name": "keyword.operator.other.r"