vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9dee76baa6e32de48b47d8ece609872a35bfce22 parent b8eb15bb6f0ff0453a257483fb6e280a10c1be3e Author: larryhynes <larryhynes@users.noreply.github.com> Date: Fri, 8 Apr 2016 16:41:34 +0100 Add '.markdown' suffix for markdown syntax highlighting. Diffstat:
| M | visrc.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/visrc.lua b/visrc.lua @@ -132,7 +132,7 @@ local set_filetype = function(win) [".litcoffee"] = "litcoffee", [".lua"] = "lua", ["GNUmakefile|.iface|.mak|.mk|makefile|Makefile"] = "makefile", - [".md"] = "markdown", + [".md|.markdown"] = "markdown", [".moon"] = "moonscript", [".n"] = "nemerle", [".nim"] = "nim",