0
0
mirror of https://github.com/vim/vim.git synced 2025-10-21 08:24:06 -04:00

runtime(java): Recognise _module_ import declarations

After two preview proposals (JEPs 476 and 494), _module_
import declarations are now a part of the language (JDK 25).

Reference:
https://openjdk.org/jeps/511

closes: #18424

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Aliaksei Budavei
2025-09-28 17:40:29 +00:00
committed by Christian Brabandt
parent 9d5208a931
commit 91ac18cb03
3 changed files with 7 additions and 12 deletions

View File

@@ -28,5 +28,3 @@ autocmd_add([{
cmd: 'RestoreFilename()',
once: true,
}])
g:java_syntax_previews = [476, 494]