forked from aniani/vim
patch 9.0.1419: Lean files are not recognized
Problem: Lean files are not recognized. Solution: Add a pattern for Lean files. (Amaan Qureshi, closes #12177)
This commit is contained in:
committed by
Bram Moolenaar
parent
5fedb8a5ab
commit
4a5c39fc52
@@ -1112,6 +1112,9 @@ au BufNewFile,BufRead *.ldif setf ldif
|
||||
" Ld loader
|
||||
au BufNewFile,BufRead *.ld setf ld
|
||||
|
||||
" Lean
|
||||
au BufNewFile,BufRead *.lean setf lean
|
||||
|
||||
" Ledger
|
||||
au BufRead,BufNewFile *.ldg,*.ledger,*.journal setf ledger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user