From 6c2152306fb08bee83061a39f2c85b24febdf85d Mon Sep 17 00:00:00 2001 From: RedCMD Date: Fri, 29 Nov 2024 07:03:40 +0000 Subject: [PATCH] 2.5.9 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" },