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:
Iron-E 2020-12-30 01:53:44 -05:00
parent 0ddfde041b
commit 529bbd83cf
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 4 additions and 1 deletions

View File

@ -667,7 +667,10 @@ local highlight_groups = {
gitcommitOverFlow = 'Error',
gitcommitSummary = 'Title',
gitconfigAssignment = 'String',
gitconfigNone = 'Oprator',
gitconfigEscape = 'SpecialChar',
gitconfigNone = 'Operator',
gitconfigSection = 'Structure',
gitconfigVariable = 'Label',
gitrebaseBreak = 'Keyword',
gitrebaseCommit = 'Tag',
gitrebaseDrop = 'Exception',