Update Berry VSCode plugin

This commit is contained in:
Stephan Hadinger 2021-07-20 21:28:18 +02:00
parent 84e58739a0
commit 5f99d13718
1 changed files with 1 additions and 1 deletions

View File

@ -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": {