diff options
| author | Larry Hynes <larry@larryhynes.com> | 2016-10-21 20:58:01 +0100 |
|---|---|---|
| committer | Larry Hynes <larry@larryhynes.com> | 2016-10-21 20:58:01 +0100 |
| commit | eb68c9345d7107349a673732b8a4437a4b3a67f7 (patch) | |
| tree | e0acc883214687bc53aeff3fe489f5d2ae560ea0 /vis.lua | |
| parent | b0c9b0063d0b9ed9a7f93c69779749130b353ff1 (diff) | |
| download | vis-eb68c9345d7107349a673732b8a4437a4b3a67f7.tar.gz vis-eb68c9345d7107349a673732b8a4437a4b3a67f7.tar.xz | |
Add app definitions for awk in vis.lua
Diffstat (limited to 'vis.lua')
| -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" }, |
