diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-01-20 22:44:56 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-01-21 00:16:24 +0100 |
commit | 855a2a75e6f7d08376c221a46e0179e5c76176ec (patch) | |
tree | 6e64a54cbd46d7a710f1607f7ada6b97df935187 /runtime/doc/syntax.txt | |
parent | f50f86b9ff5dd2aab7838801d3c1cad898ea0c77 (diff) | |
download | rneovim-855a2a75e6f7d08376c221a46e0179e5c76176ec.tar.gz rneovim-855a2a75e6f7d08376c221a46e0179e5c76176ec.tar.bz2 rneovim-855a2a75e6f7d08376c221a46e0179e5c76176ec.zip |
vim-patch:4335fcf: runtime(kconfig): updated ftplugin and syntax script
https://github.com/vim/vim/commit/4335fcfed1b0a29c07b10f97d1f309dd8f964de6
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index e3a43eaf1a..75d6d85183 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1745,6 +1745,16 @@ To disable numbers having their own color add the following to your vimrc: > If you want quotes to have different highlighting than strings > let g:jq_quote_highlight = 1 +KCONFIG *ft-kconfig-syntax* + +Kconfig syntax highlighting language. For syntax syncing, you can configure +the following variable (default: 50): > + + let kconfig_minlines = 50 + +To configure a bit more (heavier) highlighting, set the following variable: > + + let kconfig_syntax_heavy = 1 LACE *lace.vim* *ft-lace-syntax* |