You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breaking: proper scope selector matching
Instead of requiring scopes to match exactly, Fmt now allows partial
selector matching. For example, `source.json` will also match
`source.json.sublime`.
Breaking: to accommodate this feature, the setting "scopes" has been
renamed to "rules", and must be a list where each rule has a "selector".
This is more flexible and more consistent with the rest of Sublime.