Skip to content

Commit 95151aa

Browse files
authored
Merge pull request #1933 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents dd655cc + ad6b25f commit 95151aa

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

doc/syntax.jax

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2155,6 +2155,16 @@ JQ *jq.vim* *jq_quote_highlight* *ft-jq-syntax*
21552155
引用符を文字列とは異なるハイライトにしたい場合は >
21562156
let g:jq_quote_highlight = 1
21572157
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
21582168
21592169
LACE *lace.vim* *ft-lace-syntax*
21602170

en/syntax.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)