1
0
forked from aniani/vim

patch 9.0.0005: hare files are not recognized

Problem:    Hare files are not recognized.
Solution:   Add a filetype pattern. (Hugo Osvaldo Barrera, closes #10630)
This commit is contained in:
Hugo Osvaldo Barrera
2022-06-29 13:48:49 +01:00
committed by Bram Moolenaar
parent d14bb1aef9
commit 040674129f
3 changed files with 6 additions and 0 deletions

View File

@@ -789,6 +789,9 @@ au BufNewFile,BufRead *.hsm setf hamster
" Handlebars
au BufNewFile,BufRead *.hbs setf handlebars
" Hare
au BufNewFile,BufRead *.ha setf hare
" Haskell
au BufNewFile,BufRead *.hs,*.hsc,*.hs-boot,*.hsig setf haskell
au BufNewFile,BufRead *.lhs setf lhaskell