File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2155,6 +2155,16 @@ JQ *jq.vim* *jq_quote_highlight* *ft-jq-syntax*
2155
2155
引用符を文字列とは異なるハイライトにしたい場合は >
2156
2156
let g:jq_quote_highlight = 1
2157
2157
2158
+ KCONFIG *ft-kconfig-syntax*
2159
+
2160
+ Kconfig 構文ハイライト言語。構文同期については、以下の変数を設定できる (デフォ
2161
+ ルト: 50): >
2162
+
2163
+ let kconfig_minlines = 50
2164
+
2165
+ もう少し(より重い)ハイライトを設定するには、以下の変数を設定する: >
2166
+
2167
+ let kconfig_syntax_heavy = 1
2158
2168
2159
2169
LACE *lace.vim* *ft-lace-syntax*
2160
2170
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2218,6 +2218,16 @@ To disable numbers having their own color add the following to your vimrc: >
2218
2218
If you want quotes to have different highlighting than strings >
2219
2219
let g:jq_quote_highlight = 1
2220
2220
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
2221
2231
2222
2232
LACE *lace.vim* *ft-lace-syntax*
2223
2233
You can’t perform that action at this time.
0 commit comments