Skip to content

Commit c5a5ac8

Browse files
1 parent 3b37138 commit c5a5ac8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

syntax.html

Lines changed: 4 additions & 2 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: 2024 Sep 11<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: 2024 Sep 19<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>
@@ -2114,10 +2114,12 @@
21142114
に対応するため Vim には実装されている構文関連のプレビュー機能に対するオプショ<br>
21152115
ンのサポートがある。以下のようにプレビュー機能番号のリストを指定して、これをリ<br>
21162116
クエストできる:&nbsp;&gt;<br>
2117-
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:let g:java_syntax_previews = [430]</div>
2117+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:let g:java_syntax_previews = [455, 476]</div>
21182118
<br>
21192119
サポートされている JEP 番号は以下の表から取得される:<br>
21202120
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`<span class="Comment">430</span>`: String Templates [JDK 21]<br>
2121+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`<span class="Comment">455</span>`: Primitive types in Patterns, instanceof, and switch<br>
2122+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`<span class="Comment">476</span>`: Module Import Declarations<br>
21212123
<br>
21222124
<span class="Todo">Note</span>&nbsp;特定のプレビュー機能が Java プラットフォームに統合されると、すぐにそのエ<br>
21232125
ントリはテーブルから削除され、関連するオプション機能は廃止されることに注意。<br>

0 commit comments

Comments
 (0)