diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-10-26 23:58:01 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-10-26 23:58:01 +0200 |
| commit | d4f852269246b07479aa2bbd8db8798509394f99 (patch) | |
| tree | 4c033df628692a2f65732d84972c746e6512354c | |
| parent | d7c163b27fc86ae35649667c2b6004ecc9824681 (diff) | |
| parent | eb68c9345d7107349a673732b8a4437a4b3a67f7 (diff) | |
| download | vis-d4f852269246b07479aa2bbd8db8798509394f99.tar.gz vis-d4f852269246b07479aa2bbd8db8798509394f99.tar.xz | |
Merge branch 'awk' of https://github.com/larryhynes/vis
| -rw-r--r-- | vis.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, |
