aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index cc01eba..88ae9f2 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -182,6 +182,9 @@ vis.ftdetect.filetypes = {
gtkrc = {
ext = { "%.gtkrc$" },
},
+ hare = {
+ ext = { "%.ha$" }
+ },
haskell = {
ext = { "%.hs$" },
mime = { "text/x-haskell" },