From fa294f89d7f390315b23db89670daaf17e413050 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sun, 8 Dec 2024 23:50:42 +0100 Subject: [PATCH] Update Vue Package (#9008) This commit... 1. renames "Vue Syntax Highlight" package to "Vue" 2. retargets the package to SublimeText organization see: https://github.com/SublimeText/Vue/pull/2 3. changes tag-prefixes from `st4-` to `-` 4. adds another waypoint for ST4126+ releases with various backward compatibility only contexts removed. --- repository/v.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/repository/v.json b/repository/v.json index aa9f123d071..557db5c25e5 100644 --- a/repository/v.json +++ b/repository/v.json @@ -779,20 +779,25 @@ ] }, { - "name": "Vue Syntax Highlight", - "details": "https://github.com/vuejs/vue-syntax-highlight", + "name": "Vue", + "details": "https://github.com/SublimeText/Vue", + "previous_names": ["Vue Syntax Highlight"], "releases": [ { "sublime_text": "<3153", "tags": "oldsyntax-" }, { - "sublime_text": "3153 - 3999", + "sublime_text": "3153 - 4106", "tags": "newsyntax-" }, { - "sublime_text": ">4000", - "tags": "st4-" + "sublime_text": "4107 - 4125", + "tags": "4107-" + }, + { + "sublime_text": ">=4126", + "tags": "4126-" } ] },