mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
vim-patch:9.1.0396: filetype: jj files are not recognized (#28672)
Problem: jj files are not recognized
Solution: recognize '*.jjdescription' files as jj filetype
(Gregory Anders)
See: https://github.com/martinvonz/jj
closes: vim/vim#14733
6a4ea471d2
This commit is contained in:
@@ -570,6 +570,7 @@ local extension = {
|
||||
jsx = 'javascriptreact',
|
||||
clp = 'jess',
|
||||
jgr = 'jgraph',
|
||||
jjdescription = 'jj',
|
||||
j73 = 'jovial',
|
||||
jov = 'jovial',
|
||||
jovial = 'jovial',
|
||||
|
||||
Reference in New Issue
Block a user