Skip to content

Commit 5a17f1b

Browse files
authored
Merge pull request #2548 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents 6a02604 + 3a10fae commit 5a17f1b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/syntax.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*syntax.txt* For Vim バージョン 9.2. Last change: 2026 Mar 22
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -2224,11 +2224,11 @@ Java プラットフォームへの重要な変更は、リリース用に実装
22242224
に対応するため Vim には実装されている構文関連のプレビュー機能に対するオプショ
22252225
ンのサポートがある。以下のようにプレビュー機能番号のリストを指定して、これをリ
22262226
クエストできる: >
2227-
:let g:java_syntax_previews = [507]
2227+
:let g:java_syntax_previews = [530]
22282228
22292229
サポートされている JEP 番号は以下の表から取得される:
22302230
`430`: String Templates [JDK 21]
2231-
`507`: Primitive types in Patterns, instanceof, and switch
2231+
`530`: Primitive types in Patterns, instanceof, and switch
22322232

22332233
Note 特定のプレビュー機能が Java プラットフォームに統合されると、すぐにそのエ
22342234
ントリはテーブルから削除され、関連するオプション機能は廃止されることに注意。

en/syntax.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*syntax.txt* For Vim version 9.2. Last change: 2026 Mar 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2285,11 +2285,11 @@ cycles for such a feature to become either integrated into the platform or
22852285
withdrawn from this effort. To cater for early adopters, there is optional
22862286
support in Vim for syntax related preview features that are implemented. You
22872287
can request it by specifying a list of preview feature numbers as follows: >
2288-
:let g:java_syntax_previews = [507]
2288+
:let g:java_syntax_previews = [530]
22892289
22902290
The supported JEP numbers are to be drawn from this table:
22912291
`430`: String Templates [JDK 21]
2292-
`507`: Primitive types in Patterns, instanceof, and switch
2292+
`530`: Primitive types in Patterns, instanceof, and switch
22932293

22942294
Note that as soon as the particular preview feature will have been integrated
22952295
into the Java platform, its entry will be removed from the table and related

0 commit comments

Comments
 (0)