From d43b70d93987c94d15a352cf0026fb93d3317cc8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 26 Dec 2018 10:41:57 +0100 Subject: Update --- syntax/gitrebase.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syntax/gitrebase.vim') diff --git a/syntax/gitrebase.vim b/syntax/gitrebase.vim index 3a66f0a2..dad1605b 100644 --- a/syntax/gitrebase.vim +++ b/syntax/gitrebase.vim @@ -21,6 +21,7 @@ syn match gitrebaseSquash "\v^s%(quash)=>" nextgroup=gitrebaseCommit skipwhite syn match gitrebaseFixup "\v^f%(ixup)=>" nextgroup=gitrebaseCommit skipwhite syn match gitrebaseExec "\v^%(x|exec)>" nextgroup=gitrebaseCommand skipwhite syn match gitrebaseDrop "\v^d%(rop)=>" nextgroup=gitrebaseCommit skipwhite +syn match gitrebaseBreak "\v^b%(reak)=>" nextgroup=gitrebaseCommit skipwhite syn match gitrebaseSummary ".*" contains=gitrebaseHash contained syn match gitrebaseCommand ".*" contained syn match gitrebaseComment "^\s*#.*" contains=gitrebaseHash @@ -35,6 +36,7 @@ hi def link gitrebaseSquash Type hi def link gitrebaseFixup Special hi def link gitrebaseExec Function hi def link gitrebaseDrop Comment +hi def link gitrebaseBreak Macro hi def link gitrebaseSummary String hi def link gitrebaseComment Comment hi def link gitrebaseSquashError Error -- cgit v1.2.3