Skip to content

Commit 4aa6b52

Browse files
committed
runtime(kconfig): Update syntax script and remove syn sync
fixes: #15306 Signed-off-by: Christian Brabandt <[email protected]>
1 parent 510f94b commit 4aa6b52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

runtime/syntax/kconfig.vim

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Maintainer: Christian Brabandt <[email protected]>
33
" Previous Maintainer: Nikolai Weibull <[email protected]>
4-
" Latest Revision: 2015-05-29
4+
" Latest Revision: 2024-07-19
55
" License: Vim (see :h license)
66
" Repository: https://github.com/chrisbra/vim-kconfig
77

@@ -715,8 +715,6 @@ syn region kconfigHelpText
715715
\ skip='^$'
716716
\ end='^\z1\@!'
717717

718-
syn sync match kconfigSyncHelp grouphere kconfigHelpText 'help\|---help---'
719-
720718
hi def link kconfigTodo Todo
721719
hi def link kconfigComment Comment
722720
hi def link kconfigKeyword Keyword

0 commit comments

Comments
 (0)