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
* [Git Config] Simplify section scopes
This commit simplifies `meta.section` scopes by.
1. removing `meta.section.body` from key-value pairs, which also covered
section headers illegally
2. strip `.header` sub scope.
As a result, only lines with `[section "subsection"]` are scoped
meta.section.git.config, which is also true for INI and TOML.
* [Git Config] Tweak key scopes
This commit applies `meta.mapping.key string.unquoted` to keys.
* [Git Config] Scope whole line meta.section
This commit ensures to also scope leading whitespace meta.section,
so possibly applied background color covers full width of a view.
* [Git Config] Fix brackets punctuation scope
This commit uses punctuation.section.brackets
according to scope naming guidelines.
* [Git Formats] Fix symbol list
---------
Co-authored-by: deathaxe <[email protected]>
0 commit comments