Skip to content

Commit

Permalink
vim/syntax/pkgaddconf.vim: add back accidentaly removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 24, 2024
1 parent 00a0a70 commit b0553a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/syntax/pkgaddconf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ syn keyword pkgaddTodo TODO FIXME XXX NOTE
syn region pkgaddComment start="^\s*#" end="$"
\ display
\ oneline
\ contains=pkgaddTodo,@Spell
" Event.
syn match pkgaddEvent '^\<\%(UPGRADE\|INSTALL\)\>'
\ nextgroup=pkgaddPattern
Expand Down

0 comments on commit b0553a5

Please sign in to comment.