|
3 | 3 | helpname: 'syntax' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Mar 21<br> |
| 6 | +<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Mar 27<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
|
2144 | 2144 | に対応するため Vim には実装されている構文関連のプレビュー機能に対するオプショ<br> |
2145 | 2145 | ンのサポートがある。以下のようにプレビュー機能番号のリストを指定して、これをリ<br> |
2146 | 2146 | クエストできる:<br> |
2147 | | -<div class="helpExample"> :let g:java_syntax_previews = [455, 476]</div> |
| 2147 | +<div class="helpExample"> :let g:java_syntax_previews = [488, 494]</div> |
2148 | 2148 | <br> |
2149 | 2149 | サポートされている JEP 番号は以下の表から取得される:<br> |
2150 | 2150 | <span class="Comment">430</span>: String Templates [JDK 21]<br> |
2151 | | - <span class="Comment">455</span>: Primitive types in Patterns, instanceof, and switch<br> |
2152 | | - <span class="Comment">476</span>: Module Import Declarations<br> |
| 2151 | + <span class="Comment">488</span>: Primitive types in Patterns, instanceof, and switch<br> |
| 2152 | + <span class="Comment">494</span>: Module Import Declarations<br> |
2153 | 2153 | <br> |
2154 | 2154 | <span class="Todo">Note</span> 特定のプレビュー機能が Java プラットフォームに統合されると、すぐにそのエ<br> |
2155 | 2155 | ントリはテーブルから削除され、関連するオプション機能は廃止されることに注意。<br> |
|
5641 | 5641 | DiffDelete 差分モード: 削除された行。<a class="Identifier" href="diff.html">diff.txt</a><br> |
5642 | 5642 | <a class="Constant" href="syntax.html#hl-DiffText" name="hl-DiffText">hl-DiffText</a><br> |
5643 | 5643 | DiffText 差分モード: 変更された行中の変更されたテキスト。<a class="Identifier" href="diff.html">diff.txt</a><br> |
| 5644 | + <a class="Constant" href="syntax.html#hl-DiffTextAdd" name="hl-DiffTextAdd">hl-DiffTextAdd</a><br> |
| 5645 | +DiffTextAdd 差分モード: 変更された行内の追加されたテキスト。デフォルトでは<br> |
| 5646 | + <a class="Identifier" href="syntax.html#hl-DiffText">hl-DiffText</a> にリンクされる。 <a class="Identifier" href="diff.html">diff.txt</a><br> |
5644 | 5647 | <a class="Constant" href="syntax.html#hl-EndOfBuffer" name="hl-EndOfBuffer">hl-EndOfBuffer</a><br> |
5645 | 5648 | EndOfBuffer バッファ中で最終行以降の領域を埋めるための行 (~)。<br> |
5646 | | - 標準では、<a class="Identifier" href="syntax.html#hl-NonText">hl-NonText</a>のようにハイライトされる。<br> |
| 5649 | + デフォルトでは、<a class="Identifier" href="syntax.html#hl-NonText">hl-NonText</a> のようにハイライトされる。<br> |
5647 | 5650 | <a class="Constant" href="syntax.html#hl-ErrorMsg" name="hl-ErrorMsg">hl-ErrorMsg</a><br> |
5648 | 5651 | ErrorMsg コマンドラインに現れるエラーメッセージ。<br> |
5649 | 5652 | <a class="Constant" href="syntax.html#hl-VertSplit" name="hl-VertSplit">hl-VertSplit</a><br> |
|
0 commit comments