Skip to content

Commit 6f7e943

Browse files
committed
Update by original
1 parent 66f2441 commit 6f7e943

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

doc/syntax.jax

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Aug 03
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Aug 13
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2093,7 +2093,8 @@ Note これら 3 つの変数は HTML 構文ファイルで維持されること
20932093
る。
20942094

20952095

2096-
JSON *json.vim* *ft-json-syntax*
2096+
JSON *json.vim* *ft-json-syntax* *g:vim_json_conceal*
2097+
*g:vim_json_warnings*
20972098

20982099
json構文ファイルは、標準で conceal サポート付きのシンタックスハイライトを提供
20992100
する。conceal を無効にするには: >
@@ -2278,7 +2279,8 @@ V release 4で供給される標準的なパッケージセットの関数がユ
22782279
mv_finance mv_logic mv_powseries
22792280
22802281
2281-
MARKDOWN *ft-markdown-syntax*
2282+
MARKDOWN *ft-markdown-syntax* *g:markdown_minlines*
2283+
*g:markdown_fenced_languages* *g:markdown_syntax_conceal*
22822284

22832285
長い領域がある場合、間違ったハイライトがおこなわれる可能性がある。表示を遅くす
22842286
る代償として、エンジンに領域の開始を同期するためにもっと後方を見るようにするこ

en/syntax.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2024 Aug 03
1+
*syntax.txt* For Vim version 9.1. Last change: 2024 Aug 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2157,7 +2157,8 @@ displayed line. The default value is 10. The disadvantage of using a larger
21572157
number is that redrawing can become slow.
21582158

21592159

2160-
JSON *json.vim* *ft-json-syntax*
2160+
JSON *json.vim* *ft-json-syntax* *g:vim_json_conceal*
2161+
*g:vim_json_warnings*
21612162

21622163
The json syntax file provides syntax highlighting with conceal support by
21632164
default. To disable concealment: >
@@ -2347,7 +2348,8 @@ $VIMRUNTIME/syntax/syntax.vim).
23472348
mv_finance mv_logic mv_powseries
23482349
23492350
2350-
MARKDOWN *ft-markdown-syntax*
2351+
MARKDOWN *ft-markdown-syntax* *g:markdown_minlines*
2352+
*g:markdown_fenced_languages* *g:markdown_syntax_conceal*
23512353

23522354
If you have long regions there might be wrong highlighting. At the cost of
23532355
slowing down displaying, you can have the engine look further back to sync on

0 commit comments

Comments
 (0)