docs: correct removal guidance on lang/type compat contexts #42

Merged
corneliusio merged 1 commit from fix/lang-type-compat-comments into master 2026-08-15 05:08:41 +00:00
corneliusio commented 2026-08-15 04:54:36 +00:00 (Migrated from github.com)

The comments on tag-lang-attribute-meta and tag-type-attribute-meta (from #40) claimed both were required only until ST4184 per sublimehq/Packages#4061. Two corrections:

  • #4061 added only the type context to core HTML, and it first shipped in default packages v4193, not v4184 (verified against the tagged package sources).
  • Core HTML defines no lang attribute context at any build — tag-lang-attribute-meta is package-owned and referenced by the script/style lang deciders, so it must not be removed.

Without this fix, a plausible future cleanup at "min build ≥ 4184" would delete a required context and break four decider references.

Also restores a blank line before the section header that was lost in the #40 merge conflict resolution.

The comments on `tag-lang-attribute-meta` and `tag-type-attribute-meta` (from #40) claimed both were required only until ST4184 per sublimehq/Packages#4061. Two corrections: - #4061 added only the `type` context to core HTML, and it first shipped in default packages **v4193**, not v4184 (verified against the tagged package sources). - Core HTML defines no `lang` attribute context at any build — `tag-lang-attribute-meta` is package-owned and referenced by the script/style lang deciders, so it must not be removed. Without this fix, a plausible future cleanup at "min build ≥ 4184" would delete a required context and break four decider references. Also restores a blank line before the section header that was lost in the #40 merge conflict resolution.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
repos/svelte-sublime!42
No description provided.