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:
committed by
Christian Brabandt
parent
9d5208a931
commit
91ac18cb03
@@ -28,5 +28,3 @@ autocmd_add([{
|
||||
cmd: 'RestoreFilename()',
|
||||
once: true,
|
||||
}])
|
||||
|
||||
g:java_syntax_previews = [476, 494]
|
||||
|
Reference in New Issue
Block a user