File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim version 9.1. Last change: 2025 Jan 11
1+ *syntax.txt* For Vim version 9.1. Last change: 2025 Jan 20
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2218,6 +2218,16 @@ To disable numbers having their own color add the following to your vimrc: >
22182218 If you want quotes to have different highlighting than strings >
22192219 let g:jq_quote_highlight = 1
22202220
2221+ KCONFIG *ft-kconfig-syntax*
2222+
2223+ Kconfig syntax highlighting language. For syntax syncing, you can configure
2224+ the following variable (default: 50): >
2225+
2226+ let kconfig_minlines = 50
2227+
2228+ To configure a bit more (heavier) highlighting, set the following variable: >
2229+
2230+ let kconfig_syntax_heavy = 1
22212231
22222232 LACE *lace.vim* *ft-lace-syntax*
22232233
Original file line number Diff line number Diff line change 22" Vim syntax file
33" Maintainer: Christian Brabandt <cb@256bit.org>
44" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
5- " Latest Revision: 2024-04-12
5+ " Latest Revision: 2025 Jan 20
66" License: Vim (see :h license)
77" Repository: https://github.com/chrisbra/vim-kconfig
88
@@ -19,4 +19,5 @@ setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql
1919" For matchit.vim
2020if exists (" loaded_matchit" )
2121 let b: match_words = ' ^\<menu\>:\<endmenu\>,^\<if\>:\<endif\>,^\<choice\>:\<endchoice\>'
22+ let b: undo_ftplugin .= " | unlet! b:match_words"
2223endif
You can’t perform that action at this time.
0 commit comments