runtime(java): Make changes for JDK 26

Reintroduce supported syntax-preview-feature numbers 455,
488, and 507 as _a new number_ 530.

Reference:
https://openjdk.org/jeps/530 (Primitive Types in Patterns etc.)

closes: #19793

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Aliaksei Budavei
2026-03-23 19:54:00 +00:00
committed by Christian Brabandt
parent 8c116bbe79
commit c9eaff0a8a
4 changed files with 7 additions and 7 deletions
@@ -1,4 +1,4 @@
// VIM_TEST_SETUP let g:java_syntax_previews = [455, 488, 507]
// VIM_TEST_SETUP let g:java_syntax_previews = [455, 488, 507, 530]