Skip to content

Commit bf40464

Browse files
1 parent 8c6420e commit bf40464

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

syntax.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'syntax'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Mar 21<br>
6+
<a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Mar 27<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -2144,12 +2144,12 @@
21442144
に対応するため Vim には実装されている構文関連のプレビュー機能に対するオプショ<br>
21452145
ンのサポートがある。以下のようにプレビュー機能番号のリストを指定して、これをリ<br>
21462146
クエストできる:<br>
2147-
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:let g:java_syntax_previews = [455, 476]</div>
2147+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:let g:java_syntax_previews = [488, 494]</div>
21482148
<br>
21492149
サポートされている JEP 番号は以下の表から取得される:<br>
21502150
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Comment">430</span>: String Templates [JDK 21]<br>
2151-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Comment">455</span>: Primitive types in Patterns, instanceof, and switch<br>
2152-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Comment">476</span>: Module Import Declarations<br>
2151+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Comment">488</span>: Primitive types in Patterns, instanceof, and switch<br>
2152+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Comment">494</span>: Module Import Declarations<br>
21532153
<br>
21542154
<span class="Todo">Note</span>&nbsp;特定のプレビュー機能が Java プラットフォームに統合されると、すぐにそのエ<br>
21552155
ントリはテーブルから削除され、関連するオプション機能は廃止されることに注意。<br>
@@ -5641,9 +5641,12 @@
56415641
DiffDelete&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;差分モード: 削除された行。<a class="Identifier" href="diff.html">diff.txt</a><br>
56425642
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="syntax.html#hl-DiffText" name="hl-DiffText">hl-DiffText</a><br>
56435643
DiffText&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;差分モード: 変更された行中の変更されたテキスト。<a class="Identifier" href="diff.html">diff.txt</a><br>
5644+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="syntax.html#hl-DiffTextAdd" name="hl-DiffTextAdd">hl-DiffTextAdd</a><br>
5645+
DiffTextAdd&nbsp;&nbsp;&nbsp;&nbsp; 差分モード: 変更された行内の追加されたテキスト。デフォルトでは<br>
5646+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Identifier" href="syntax.html#hl-DiffText">hl-DiffText</a>&nbsp;にリンクされる。&nbsp;<a class="Identifier" href="diff.html">diff.txt</a><br>
56445647
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="syntax.html#hl-EndOfBuffer" name="hl-EndOfBuffer">hl-EndOfBuffer</a><br>
56455648
EndOfBuffer&nbsp;&nbsp;&nbsp;&nbsp; バッファ中で最終行以降の領域を埋めるための行 (~)。<br>
5646-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;標準では、<a class="Identifier" href="syntax.html#hl-NonText">hl-NonText</a>のようにハイライトされる。<br>
5649+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;デフォルトでは、<a class="Identifier" href="syntax.html#hl-NonText">hl-NonText</a>&nbsp;のようにハイライトされる。<br>
56475650
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="syntax.html#hl-ErrorMsg" name="hl-ErrorMsg">hl-ErrorMsg</a><br>
56485651
ErrorMsg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;コマンドラインに現れるエラーメッセージ。<br>
56495652
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="Constant" href="syntax.html#hl-VertSplit" name="hl-VertSplit">hl-VertSplit</a><br>

tags.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8542,6 +8542,7 @@
85428542
<a class="Identifier" href="syntax.html#hl-DiffChange">hl-DiffChange</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>
85438543
<a class="Identifier" href="syntax.html#hl-DiffDelete">hl-DiffDelete</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>
85448544
<a class="Identifier" href="syntax.html#hl-DiffText">hl-DiffText</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>
8545+
<a class="Identifier" href="syntax.html#hl-DiffTextAdd">hl-DiffTextAdd</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.jax<br>
85458546
<a class="Identifier" href="syntax.html#hl-Directory">hl-Directory</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.jax<br>
85468547
<a class="Identifier" href="syntax.html#hl-EndOfBuffer">hl-EndOfBuffer</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syntax.jax<br>
85478548
<a class="Identifier" href="syntax.html#hl-ErrorMsg">hl-ErrorMsg</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syntax.jax<br>

version9.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41703,7 +41703,7 @@
4170341703
<span class="PreProc">ハイライト:</span><br>
4170441704
<br>
4170541705
<a class="Identifier" href="syntax.html#hl-ComplMatchIns">hl-ComplMatchIns</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;現在挿入されている補完にマッチするテキスト<br>
41706-
<span class="MissingTag">hl-DiffTextAdd</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;変更された行に追加されたテキスト<br>
41706+
<a class="Identifier" href="syntax.html#hl-DiffTextAdd">hl-DiffTextAdd</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;変更された行に追加されたテキスト<br>
4170741707
<a class="Identifier" href="syntax.html#hl-MsgArea">hl-MsgArea</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;コマンドラインとメッセージ領域のハイライト<br>
4170841708
<a class="Identifier" href="syntax.html#hl-PmenuMatch">hl-PmenuMatch</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ポップアップメニュー: マッチしたテキストのハイライト<br>
4170941709
<a class="Identifier" href="syntax.html#hl-PmenuMatchSel">hl-PmenuMatchSel</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ポップアップメニュー: 選択された行のマッチしたテキスト<br>

0 commit comments

Comments
 (0)