diff --git a/package-lock.json b/package-lock.json index 15810d6..48cdc33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tmlanguage-syntax-highlighter", - "version": "2.5.8", + "version": "2.5.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tmlanguage-syntax-highlighter", - "version": "2.5.8", + "version": "2.5.9", "dependencies": { "vscode-oniguruma": "1.7.0", "web-tree-sitter": "^0.24.3" diff --git a/package.json b/package.json index 7a277d1..cc37cf3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "TextMate Syntax Highlighting and Intellisense", "description": "Syntax Highlighting and Intellisense for VSCodes's JSON based TextMate grammars", "publisher": "RedCMD", - "version": "2.5.8", + "version": "2.5.9", "engines": { "vscode": "^1.87.0" },