Skip to content

Split up newer version of SublimeLinter-contrib-sublime-syntax #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion contrib.json
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,11 @@
"labels": ["linting", "SublimeLinter", "syntax", "test"],
"releases": [
{
"sublime_text": ">=3092",
"sublime_text": "3092 - 4180",
"tags": "st3-"
},
{
"sublime_text": ">=4181",
"tags": true
Comment on lines +1480 to 1485

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"sublime_text": "3092 - 4180",
"tags": "st3-"
},
{
"sublime_text": ">=4181",
"tags": true
"sublime_text": "3092 - 4180",
"tags": "3092-"
},
{
"sublime_text": ">=4181",
"tags": "4181-"

I'll likely stick to this strategy that I adoped from deathaxe that more clearly communicates which build a version starts being used for, which is becoming more and more likely to occur since ST moved away from selling major version updates only and especially with regards to syntax packages depending on built-in syntaxes (not relevant here).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make your life easier with true for the current/recent cycle, and only mark/freeze a specific version. That way the tags read natural and look semantic. 🤷‍♀️ It is still possible that such frozen tags are more and more likely in the future, but also that a future PC will allow us to declare tags: "=1.2.0". 🤷‍♂️ But just tell me when you're done.

}
]
Expand Down