From f5fdda6fd3c79be4a47181826a14de33e1649171 Mon Sep 17 00:00:00 2001 From: Alban Moreon Date: Sun, 3 Nov 2024 01:56:53 -0500 Subject: [PATCH] Added VHS syntax package --- repository/v.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/v.json b/repository/v.json index 2a9bf7013f9..8dc1628e451 100644 --- a/repository/v.json +++ b/repository/v.json @@ -317,6 +317,18 @@ } ] }, + { + "name": "VHS", + "details": "https://github.com/patopesto/Sublime-Text-VHS-Syntax", + "labels": ["language syntax"], + "author": "patopesto", + "releases": [ + { + "sublime_text": ">=4107", + "tags": true + } + ] + }, { "name": "View Bookmarks", "details": "https://github.com/adam-zethraeus/SublimeViewBookmarks",