Skip to content

Commit

Permalink
Update Vue Package (#9008)
Browse files Browse the repository at this point in the history
This commit...

1. renames "Vue Syntax Highlight" package to "Vue"
2. retargets the package to SublimeText organization
   see: SublimeText/Vue#2
3. changes tag-prefixes from `st4-` to `<build>-`
4. adds another waypoint for ST4126+ releases with
   various backward compatibility only contexts removed.
  • Loading branch information
deathaxe authored Dec 8, 2024
1 parent d71bef3 commit fa294f8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions repository/v.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
}
]
},
Expand Down

0 comments on commit fa294f8

Please sign in to comment.