File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Aug 03
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Aug 13
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2093,7 +2093,8 @@ Note これら 3 つの変数は HTML 構文ファイルで維持されること
2093
2093
る。
2094
2094
2095
2095
2096
- JSON *json.vim* *ft-json-syntax*
2096
+ JSON *json.vim* *ft-json-syntax* *g:vim_json_conceal*
2097
+ *g:vim_json_warnings*
2097
2098
2098
2099
json構文ファイルは、標準で conceal サポート付きのシンタックスハイライトを提供
2099
2100
する。conceal を無効にするには: >
@@ -2278,7 +2279,8 @@ V release 4で供給される標準的なパッケージセットの関数がユ
2278
2279
mv_finance mv_logic mv_powseries
2279
2280
2280
2281
2281
- MARKDOWN *ft-markdown-syntax*
2282
+ MARKDOWN *ft-markdown-syntax* *g:markdown_minlines*
2283
+ *g:markdown_fenced_languages* *g:markdown_syntax_conceal*
2282
2284
2283
2285
長い領域がある場合、間違ったハイライトがおこなわれる可能性がある。表示を遅くす
2284
2286
る代償として、エンジンに領域の開始を同期するためにもっと後方を見るようにするこ
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2157,7 +2157,8 @@ displayed line. The default value is 10. The disadvantage of using a larger
2157
2157
number is that redrawing can become slow.
2158
2158
2159
2159
2160
- JSON *json.vim* *ft-json-syntax*
2160
+ JSON *json.vim* *ft-json-syntax* *g:vim_json_conceal*
2161
+ *g:vim_json_warnings*
2161
2162
2162
2163
The json syntax file provides syntax highlighting with conceal support by
2163
2164
default. To disable concealment: >
@@ -2347,7 +2348,8 @@ $VIMRUNTIME/syntax/syntax.vim).
2347
2348
mv_finance mv_logic mv_powseries
2348
2349
2349
2350
2350
- MARKDOWN *ft-markdown-syntax*
2351
+ MARKDOWN *ft-markdown-syntax* *g:markdown_minlines*
2352
+ *g:markdown_fenced_languages* *g:markdown_syntax_conceal*
2351
2353
2352
2354
If you have long regions there might be wrong highlighting. At the cost of
2353
2355
slowing down displaying, you can have the engine look further back to sync on
You can’t perform that action at this time.
0 commit comments