Skip to content

Commit

Permalink
vim-patch:4aa6b52: runtime(kconfig): Update syntax script and remove …
Browse files Browse the repository at this point in the history
…syn sync

fixes: vim/vim#15306

vim/vim@4aa6b52

Co-authored-by: Christian Brabandt <[email protected]>
  • Loading branch information
clason and chrisbra committed Jul 20, 2024
1 parent 2a24d0a commit 5fc25ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime/syntax/kconfig.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim syntax file
" Maintainer: Christian Brabandt <[email protected]>
" Previous Maintainer: Nikolai Weibull <[email protected]>
" Latest Revision: 2015-05-29
" Latest Revision: 2024-07-19
" License: Vim (see :h license)
" Repository: https://github.com/chrisbra/vim-kconfig

Expand Down Expand Up @@ -715,8 +715,6 @@ syn region kconfigHelpText
\ skip='^$'
\ end='^\z1\@!'

syn sync match kconfigSyncHelp grouphere kconfigHelpText 'help\|---help---'

hi def link kconfigTodo Todo
hi def link kconfigComment Comment
hi def link kconfigKeyword Keyword
Expand Down

0 comments on commit 5fc25ec

Please sign in to comment.