Update grammars (#254634)

This commit is contained in:
Alex Ross
2025-07-08 12:59:18 +02:00
committed by GitHub
parent a31b87c942
commit f8bb386a48
12 changed files with 214 additions and 90 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-syntax/commit/8ae62233c4076ccffa19bdb3a4bb4e873a7b802f",
"version": "https://github.com/REditorSupport/vscode-R-syntax/commit/b199996070723eefbe7a61e0384b2ae4768eb7f0",
"name": "R",
"scopeName": "source.r",
"patterns": [
@@ -46,6 +46,9 @@
},
{
"include": "#function-calls"
},
{
"match": "(?:[a-zA-Z._][\\w.]*|`[^`]+`)"
}
],
"repository": {