1
0
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:
Amaan Qureshi
2023-03-21 19:57:33 +00:00
committed by Bram Moolenaar
parent 5fedb8a5ab
commit 4a5c39fc52
3 changed files with 6 additions and 0 deletions

View File

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