mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 19:07:06 +10:00
Define "g:java_syntax_previews" and include number 455 in
its list to enable this recognition:
------------------------------------------------------------
let g:java_syntax_previews = [455]
------------------------------------------------------------
Reference:
https://openjdk.org/jeps/455
closes: vim/vim#15698
23079450a8
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>