aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2016-10-21 20:58:01 +0100
committerLarry Hynes <larry@larryhynes.com>2016-10-21 20:58:01 +0100
commiteb68c9345d7107349a673732b8a4437a4b3a67f7 (patch)
treee0acc883214687bc53aeff3fe489f5d2ae560ea0
parentb0c9b0063d0b9ed9a7f93c69779749130b353ff1 (diff)
downloadvis-eb68c9345d7107349a673732b8a4437a4b3a67f7.tar.gz
vis-eb68c9345d7107349a673732b8a4437a4b3a67f7.tar.xz
Add app definitions for awk in vis.lua
-rw-r--r--vis.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.lua b/vis.lua
index 99eb93f..f4a5232 100644
--- 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" },