diff --git a/doc/syntax.jax b/doc/syntax.jax index 31d568e6f..0f40c9489 100644 --- a/doc/syntax.jax +++ b/doc/syntax.jax @@ -1,4 +1,4 @@ -*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11 +*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 20 VIMリファレンスマニュアル by Bram Moolenaar @@ -2155,6 +2155,16 @@ JQ *jq.vim* *jq_quote_highlight* *ft-jq-syntax* 引用符を文字列とは異なるハイライトにしたい場合は > let g:jq_quote_highlight = 1 +KCONFIG *ft-kconfig-syntax* + +Kconfig 構文ハイライト言語。構文同期については、以下の変数を設定できる (デフォ +ルト: 50): > + + let kconfig_minlines = 50 + +もう少し(より重い)ハイライトを設定するには、以下の変数を設定する: > + + let kconfig_syntax_heavy = 1 LACE *lace.vim* *ft-lace-syntax* diff --git a/en/syntax.txt b/en/syntax.txt index 9b204780a..38f764f7a 100644 --- a/en/syntax.txt +++ b/en/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 9.1. Last change: 2025 Jan 11 +*syntax.txt* For Vim version 9.1. Last change: 2025 Jan 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2218,6 +2218,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*