mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
vim-patch:9.0.0005: hare files are not recognized (#19151)
Problem: Hare files are not recognized.
Solution: Add a filetype pattern. (Hugo Osvaldo Barrera, closes vim/vim#10630)
040674129f
This commit is contained in:
@@ -435,6 +435,7 @@ local extension = {
|
||||
haml = 'haml',
|
||||
hsm = 'hamster',
|
||||
hbs = 'handlebars',
|
||||
ha = 'hare',
|
||||
['hs-boot'] = 'haskell',
|
||||
hsig = 'haskell',
|
||||
hsc = 'haskell',
|
||||
|
||||
Reference in New Issue
Block a user