Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion doc/syntax.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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*

Expand Down
12 changes: 11 additions & 1 deletion en/syntax.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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*

Expand Down