From 6ceee3192e805fe399be842a1ad0c1558301915f Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Mon, 30 Aug 2021 14:45:57 +0200 Subject: [PATCH] Update grammars --- extensions/cpp/cgmanifest.json | 4 +-- extensions/r/cgmanifest.json | 4 +-- extensions/r/syntaxes/r.tmLanguage.json | 7 +++--- extensions/sql/cgmanifest.json | 4 +-- extensions/sql/syntaxes/sql.tmLanguage.json | 12 ++++++--- .../test/colorize-results/test_r.json | 25 ++++++------------- 6 files changed, 24 insertions(+), 32 deletions(-) diff --git a/extensions/cpp/cgmanifest.json b/extensions/cpp/cgmanifest.json index 54ee5c882f9..e09a7c4125a 100644 --- a/extensions/cpp/cgmanifest.json +++ b/extensions/cpp/cgmanifest.json @@ -6,11 +6,11 @@ "git": { "name": "jeff-hykin/cpp-textmate-grammar", "repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar", - "commitHash": "f074a48ae0b7ba313af3faf3d8bfda8537864bd1" + "commitHash": "cb4565d3ac2e04138effb732b1217650636eb1de" } }, "license": "MIT", - "version": "1.15.5", + "version": "1.15.6", "description": "The files syntaxes/c.json and syntaxes/c++.json were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle." }, { diff --git a/extensions/r/cgmanifest.json b/extensions/r/cgmanifest.json index 05f8a237fde..9a2c1398253 100644 --- a/extensions/r/cgmanifest.json +++ b/extensions/r/cgmanifest.json @@ -6,11 +6,11 @@ "git": { "name": "Ikuyadeu/vscode-R", "repositoryUrl": "https://github.com/Ikuyadeu/vscode-R", - "commitHash": "f98bd30417c203876969408440f656f56eba80d8" + "commitHash": "c6a9803fbda262ea68c427a2339bddafed41a9d5" } }, "license": "MIT", - "version": "2.0.0" + "version": "2.1.0" } ], "version": 1 diff --git a/extensions/r/syntaxes/r.tmLanguage.json b/extensions/r/syntaxes/r.tmLanguage.json index 9e7500c59cf..d2186b9c5ff 100644 --- a/extensions/r/syntaxes/r.tmLanguage.json +++ b/extensions/r/syntaxes/r.tmLanguage.json @@ -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/f98bd30417c203876969408440f656f56eba80d8", + "version": "https://github.com/Ikuyadeu/vscode-R/commit/c6a9803fbda262ea68c427a2339bddafed41a9d5", "name": "R", "scopeName": "source.r", "patterns": [ @@ -332,8 +332,8 @@ "function-declarations": { "patterns": [ { - "begin": "^\\s*([a-zA-Z._][\\w.:]*)\\s*(<