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: #16260
Signed-off-by: Konfekt <Konfekt@users.noreply.github.com>
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
70881ba195
commit
62e3014ab1
@ -1200,7 +1200,7 @@ au BufNewFile,BufRead *.jpl,*.jpr setf jam
|
||||
au BufNewFile,BufRead *.janet setf janet
|
||||
|
||||
" Java
|
||||
au BufNewFile,BufRead *.java,*.jav setf java
|
||||
au BufNewFile,BufRead *.java,*.jav,*.jsh setf java
|
||||
|
||||
" JavaCC
|
||||
au BufNewFile,BufRead *.jj,*.jjt setf javacc
|
||||
|
||||
Reference in New Issue
Block a user