Skip to content

Commit

Permalink
Update PowerShell package (#9033)
Browse files Browse the repository at this point in the history
PowerShell v4.0 requires ST4 as it uses sublime-syntax "version 2".

This commit therefore ...

introduces a release based on `st2-` tags for ST2 and ST3,
continuing with ST4-only releases without prefixed tags.
  • Loading branch information
deathaxe authored Jan 12, 2025
1 parent be35d5f commit 7008c9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions repository/p.json
Original file line number Diff line number Diff line change
Expand Up @@ -2140,12 +2140,12 @@
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "<3156",
"tags": "version/st3155/"
"sublime_text": "<4000",
"tags": "st2-"
},
{
"sublime_text": ">=3156",
"tags": "version/st/"
"sublime_text": ">=4000",
"tags": true
}
]
},
Expand Down

0 comments on commit 7008c9a

Please sign in to comment.