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:
committed by
Bram Moolenaar
parent
d14bb1aef9
commit
040674129f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user