Skip to content

Commit

Permalink
Update Vue Package
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 committed Nov 21, 2024
1 parent c726ce0 commit 8a961a0
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 8a961a0

Please sign in to comment.