patch 9.1.0986: filetype: 'jj' filetype is a bit imprecise
Problem: filetype: 'jj' filetype is a bit imprecise
Solution: rename 'jj' filetype to 'jjdescription'
(Gregory Anders)
closes: #16364
Signed-off-by: Gregory Anders <greg@gpanders.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
bde76da4d0
commit
58c44e8833
@ -1244,7 +1244,7 @@ au BufNewFile,BufRead *.jgr setf jgraph
|
||||
au BufNewFile,BufRead *.jinja setf jinja
|
||||
|
||||
" Jujutsu
|
||||
au BufNewFile,BufRead *.jjdescription setf jj
|
||||
au BufNewFile,BufRead *.jjdescription setf jjdescription
|
||||
|
||||
" Jovial
|
||||
au BufNewFile,BufRead *.jov,*.j73,*.jovial setf jovial
|
||||
|
||||
@ -21,4 +21,4 @@ hi def link jjAdded Added
|
||||
hi def link jjRemoved Removed
|
||||
hi def link jjChanged Changed
|
||||
|
||||
let b:current_syntax = 'jj'
|
||||
let b:current_syntax = 'jjdescription'
|
||||
Reference in New Issue
Block a user