Skip to content

Commit

Permalink
Fix tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Nov 7, 2019
1 parent e69fc65 commit c2bb378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/floggraph.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ highlight default link flogDate Number

" Ref {{{

syntax match flogRefTag contained containedin=flogRef /\vtags\/\zs.{-}\ze(, |)\)/
syntax match flogRefTag contained containedin=flogRef /\vtag: \zs.{-}\ze(, |)\)/
syntax match flogRefRemote contained containedin=flogRef /\vremotes\/\zs.{-}\ze(, |)\)/
syntax match flogRefHead contained containedin=flogRef /HEAD/

Expand Down

0 comments on commit c2bb378

Please sign in to comment.