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:
Gregory Anders
2025-01-03 10:35:35 +01:00
committed by Christian Brabandt
parent bde76da4d0
commit 58c44e8833
6 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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'