Update grammars (#229924)

This commit is contained in:
Alex Ross
2024-09-27 10:27:11 +02:00
committed by GitHub
parent 2d10b8159a
commit e67b1982e1
11 changed files with 24 additions and 99 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/REditorSupport/vscode-R/commit/ad966f3b2de8a83594f90aa5b51f5b569cf02c08",
"version": "https://github.com/REditorSupport/vscode-R/commit/c937cdd39982995d8ee1f1125919f7c2d150b35d",
"name": "R",
"scopeName": "source.r",
"patterns": [
@@ -158,14 +158,6 @@
{
"match": "\\b([[:alnum:]_]+)(?=::)",
"name": "entity.namespace.r"
},
{
"match": "\\b([[:alnum:]._]+)\\b",
"name": "variable.other.r"
},
{
"match": "(`[^`]+`)",
"name": "variable.other.r"
}
]
},