mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00

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: vim/vim#15709
50423ab808
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>