mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 08:44:06 +00:00
vim-patch:9.1.0951: filetype: jshell files are not recognized
Problem: filetype: jshell files are not recognized
Solution: detect '*.jsh' files as java filetype
(Konfekt)
closes: vim/vim#16260
62e3014ab1
Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
This commit is contained in:
committed by
Christian Clason
parent
fd05c7f19d
commit
c7a4197a5c
@@ -616,6 +616,7 @@ local extension = {
|
||||
janet = 'janet',
|
||||
jav = 'java',
|
||||
java = 'java',
|
||||
jsh = 'java',
|
||||
jj = 'javacc',
|
||||
jjt = 'javacc',
|
||||
es = 'javascript',
|
||||
|
||||
Reference in New Issue
Block a user