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:
Gregory Anders
2024-05-08 18:39:18 -05:00
committed by GitHub
parent 9b1628da98
commit d3fa88b70f
4 changed files with 41 additions and 0 deletions

View File

@@ -570,6 +570,7 @@ local extension = {
jsx = 'javascriptreact',
clp = 'jess',
jgr = 'jgraph',
jjdescription = 'jj',
j73 = 'jovial',
jov = 'jovial',
jovial = 'jovial',