From 04f9a3c6ced9ba16696167f6f55118dd15fc3070 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Tue, 19 Apr 2022 18:10:34 +0600 Subject: [PATCH] Switch VB language to different fork The original project is not maintained [anymore](https://github.com/textmate/asp.vb.net.tmbundle/issues/11) so I decide to take maintainance. Not sure if this is proper place, but if yes, then I hope during next sync commit https://github.com/kant2002/asp.vb.net.tmbundle/commit/516448684852796ab46baea28c5ddf67ab38a08a will land in this repo. --- extensions/vb/cgmanifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/vb/cgmanifest.json b/extensions/vb/cgmanifest.json index 23523f36abb3e2..f1a3ef943aa223 100644 --- a/extensions/vb/cgmanifest.json +++ b/extensions/vb/cgmanifest.json @@ -4,8 +4,8 @@ "component": { "type": "git", "git": { - "name": "textmate/asp.vb.net.tmbundle", - "repositoryUrl": "https://github.com/textmate/asp.vb.net.tmbundle", + "name": "kant2002/asp.vb.net.tmbundle", + "repositoryUrl": "https://github.com/kant2002/asp.vb.net.tmbundle", "commitHash": "72d44550b3286d0382d7be0624140cf97857ff69" } }, @@ -29,4 +29,4 @@ } ], "version": 1 -} \ No newline at end of file +}