Git rebase highlights

This commit is contained in:
Iron_E 2020-11-17 13:05:21 -05:00
parent 4782264e6b
commit c58fdff4ec
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 14 additions and 0 deletions

View File

@ -633,6 +633,20 @@ local highlight_groups = {
--[[ 4.3.33. YAML ]]
yamlKey = 'Label',
--[[ 4.3.34. Git ]]
gitrebaseBreak = 'Keyword',
gitrebaseCommit = 'Tag',
gitrebaseDrop = 'Exception',
gitrebaseEdit = 'Define',
gitrebaseExec = 'PreProc',
gitrebaseFixup = 'gitrebaseSquash',
gitrebaseMerge = 'PreProc',
gitrebasePick = 'Include',
gitrebaseReset = 'gitrebaseLabel',
gitrebaseReword = 'gitrebasePick',
gitrebaseSquash = 'Macro',
gitrebaseSummary = 'Normal',
--[[ 4.4. Plugins
Everything in this section is OPTIONAL. Feel free to remove everything
here if you don't want to define it, or add more if there's something