From 5f99d13718e14e2660f7e24c2a77c6b2f1456df8 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 20 Jul 2021 21:28:18 +0200 Subject: [PATCH] Update Berry VSCode plugin --- .../tools/plugins/vscode/skiars.berry-0.1.0/syntaxes/berry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libesp32/Berry/tools/plugins/vscode/skiars.berry-0.1.0/syntaxes/berry.json b/lib/libesp32/Berry/tools/plugins/vscode/skiars.berry-0.1.0/syntaxes/berry.json index 1cd1d7cfd..661d969a5 100755 --- a/lib/libesp32/Berry/tools/plugins/vscode/skiars.berry-0.1.0/syntaxes/berry.json +++ b/lib/libesp32/Berry/tools/plugins/vscode/skiars.berry-0.1.0/syntaxes/berry.json @@ -67,7 +67,7 @@ "keywords": { "patterns": [{ "name": "keyword.berry", - "match": "\\b(var|def|class|true|false|nil|self|super|import|as)\\b" + "match": "\\b(var|static|def|class|true|false|nil|self|super|import|as)\\b" }] }, "identifier": {