0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

runtime(kconfig): Update syntax script and remove syn sync

fixes: #15306

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-07-20 12:20:51 +02:00
parent 510f94b6db
commit 4aa6b52e82
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -1,7 +1,7 @@
" Vim syntax file " Vim syntax file
" Maintainer: Christian Brabandt <cb@256bit.org> " Maintainer: Christian Brabandt <cb@256bit.org>
" Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2015-05-29 " Latest Revision: 2024-07-19
" License: Vim (see :h license) " License: Vim (see :h license)
" Repository: https://github.com/chrisbra/vim-kconfig " Repository: https://github.com/chrisbra/vim-kconfig
@ -715,8 +715,6 @@ syn region kconfigHelpText
\ skip='^$' \ skip='^$'
\ end='^\z1\@!' \ end='^\z1\@!'
syn sync match kconfigSyncHelp grouphere kconfigHelpText 'help\|---help---'
hi def link kconfigTodo Todo hi def link kconfigTodo Todo
hi def link kconfigComment Comment hi def link kconfigComment Comment
hi def link kconfigKeyword Keyword hi def link kconfigKeyword Keyword