vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit a537d758fcd670c3fc56ceb5728563ac936c1522
parent 258730f3c0f1e445543e820d4b8df41d4ac9c59a
Author: qiu-x <alex@alexslomka.xyz>
Date:   Wed,  8 Jun 2022 21:46:39 +0200

Add support for the Hare language file type

https://harelang.org

Diffstat:
Mlua/plugins/filetype.lua | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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" },