feat(colors): highlight gitconfig like toml
Git config and TOML have somewhat similar structure. Because of this, I'm making gitconfig follow that style.
This commit is contained in:
parent
0ddfde041b
commit
529bbd83cf
|
@ -667,7 +667,10 @@ local highlight_groups = {
|
||||||
gitcommitOverFlow = 'Error',
|
gitcommitOverFlow = 'Error',
|
||||||
gitcommitSummary = 'Title',
|
gitcommitSummary = 'Title',
|
||||||
gitconfigAssignment = 'String',
|
gitconfigAssignment = 'String',
|
||||||
gitconfigNone = 'Oprator',
|
gitconfigEscape = 'SpecialChar',
|
||||||
|
gitconfigNone = 'Operator',
|
||||||
|
gitconfigSection = 'Structure',
|
||||||
|
gitconfigVariable = 'Label',
|
||||||
gitrebaseBreak = 'Keyword',
|
gitrebaseBreak = 'Keyword',
|
||||||
gitrebaseCommit = 'Tag',
|
gitrebaseCommit = 'Tag',
|
||||||
gitrebaseDrop = 'Exception',
|
gitrebaseDrop = 'Exception',
|
||||||
|
|
Loading…
Reference in New Issue