File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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: 2024 Sep 11 <br>
6
+ <a class="Constant" href="syntax.html" name="syntax.txt">syntax.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Sep 19 <br>
7
7
<br>
8
8
<br>
9
9
<span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
2114
2114
に対応するため Vim には実装されている構文関連のプレビュー機能に対するオプショ<br>
2115
2115
ンのサポートがある。以下のようにプレビュー機能番号のリストを指定して、これをリ<br>
2116
2116
クエストできる: ><br>
2117
- <div class="helpExample"> :let g:java_syntax_previews = [430 ]</div>
2117
+ <div class="helpExample"> :let g:java_syntax_previews = [455, 476 ]</div>
2118
2118
<br>
2119
2119
サポートされている JEP 番号は以下の表から取得される:<br>
2120
2120
`<span class="Comment">430</span>`: String Templates [JDK 21]<br>
2121
+ `<span class="Comment">455</span>`: Primitive types in Patterns, instanceof, and switch<br>
2122
+ `<span class="Comment">476</span>`: Module Import Declarations<br>
2121
2123
<br>
2122
2124
<span class="Todo">Note</span> 特定のプレビュー機能が Java プラットフォームに統合されると、すぐにそのエ<br>
2123
2125
ントリはテーブルから削除され、関連するオプション機能は廃止されることに注意。<br>
You can’t perform that action at this time.
0 commit comments