vis

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

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

commit e4c4faa1b5039fa56e2f4a19b7239a7b3bca2d04
parent bda080c5baad07f80eb34e34c00a7512cfa5396c
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 26 Oct 2016 23:58:01 +0200

Merge branch 'awk' of https://github.com/larryhynes/vis

Diffstat:
Mvis.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vis.lua b/vis.lua @@ -84,7 +84,7 @@ vis.ftdetect.filetypes = { asm = { ext = ".asm|.ASM|.s|.S" }, asp = { ext = ".asa|.asp|.hta" }, autoit = { ext = ".au3|.a3x" }, - awk = { ext = ".awk" }, + awk = { ext = ".awk", app = "awk|nawk|mawk|gawk" }, bash = { ext = ".bash|.csh|.sh|.zsh", name = "%.bashrc|%.bash_profile|%.configure", app = "bash|csh|sh|zsh|ash|dash|tcsh" }, batch = { ext = ".bat|.cmd" }, bibtex = { ext = ".bib" },