mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
runtime(java): Optionally recognise _module_ import declarations
Define "g:java_syntax_previews" and include number 476 in its list to enable this recognition: ------------------------------------------------------------ let g:java_syntax_previews = [476] ------------------------------------------------------------ Reference: https://openjdk.org/jeps/476 closes: #15709 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
35699f1749
commit
50423ab808
@@ -28,3 +28,5 @@ autocmd_add([{
|
||||
cmd: 'RestoreFilename()',
|
||||
once: true,
|
||||
}])
|
||||
|
||||
g:java_syntax_previews = [476]
|
||||
|
Reference in New Issue
Block a user