aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-06-29 16:21:04 +0200
committerGitHub <noreply@github.com>2022-06-29 16:21:04 +0200
commitba583f820655d3d7cf4c85854c0359c54d49ae5a (patch)
tree51cbfcca6cf68da470320fb53682e7d34234d410 /runtime/lua/vim
parent8ea09fc9086824ce45a2845f0ccd00da4fc63fde (diff)
downloadrneovim-ba583f820655d3d7cf4c85854c0359c54d49ae5a.tar.gz
rneovim-ba583f820655d3d7cf4c85854c0359c54d49ae5a.tar.bz2
rneovim-ba583f820655d3d7cf4c85854c0359c54d49ae5a.zip
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) https://github.com/vim/vim/commit/040674129f3382822eeb7b590380efa5228124a8
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 73605413ee..c3bdfea6c7 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -435,6 +435,7 @@ local extension = {
haml = 'haml',
hsm = 'hamster',
hbs = 'handlebars',
+ ha = 'hare',
['hs-boot'] = 'haskell',
hsig = 'haskell',
hsc = 'haskell',