update grammars

This commit is contained in:
Martin Aeschlimann
2018-04-18 22:13:50 +02:00
parent e02f59a111
commit 9d2814a9a1
8 changed files with 91 additions and 56 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/b3ef459a3999160d97ea28f4754fda810417f99f",
"version": "https://github.com/Ikuyadeu/vscode-R/commit/1cd3d42a6b2e54276ef2d71fe33bb3fefb1d6cff",
"name": "R",
"scopeName": "source.r",
"patterns": [
@@ -168,6 +168,10 @@
"match": "(\\-|\\+|\\*|\\/|%\\/%|%%|%\\*%|%o%|%x%|\\^)",
"name": "keyword.operator.arithmetic.r"
},
{
"match": "<=|>=",
"name": "keyword.operator.comparison.r"
},
{
"match": "==",
"name": "keyword.operator.comarison.r"
@@ -177,7 +181,7 @@
"name": "keyword.operator.assignment.r"
},
{
"match": "(!=|<>|<|>|<=|>=|%in%)",
"match": "(!=|<>|<|>|%in%)",
"name": "keyword.operator.comparison.r"
},
{