We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510f94b commit 4aa6b52Copy full SHA for 4aa6b52
runtime/syntax/kconfig.vim
@@ -1,7 +1,7 @@
1
" Vim syntax file
2
" Maintainer: Christian Brabandt <[email protected]>
3
" Previous Maintainer: Nikolai Weibull <[email protected]>
4
-" Latest Revision: 2015-05-29
+" Latest Revision: 2024-07-19
5
" License: Vim (see :h license)
6
" Repository: https://github.com/chrisbra/vim-kconfig
7
@@ -715,8 +715,6 @@ syn region kconfigHelpText
715
\ skip='^$'
716
\ end='^\z1\@!'
717
718
-syn sync match kconfigSyncHelp grouphere kconfigHelpText 'help\|---help---'
719
-
720
hi def link kconfigTodo Todo
721
hi def link kconfigComment Comment
722
hi def link kconfigKeyword Keyword
0 commit comments