From 29f0b0a768e418583a16a71c5f68931a4f9ee8a8 Mon Sep 17 00:00:00 2001 From: Chloe Date: Mon, 25 Jul 2016 01:43:14 -0400 Subject: Fix filetype table link in lexers/README.md `vis.filetypes` can be found on [line 72 of `vis.lua`](https://github.com/martanne/vis/blob/master/vis.lua#L72), but is not present at all in lexer.lua. Fix `lexers/README.md` to avoid further confusion. --- lexers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexers/README.md b/lexers/README.md index 34ca587..6e43e94 100644 --- a/lexers/README.md +++ b/lexers/README.md @@ -32,7 +32,7 @@ script as described in the To enable auto syntax highlighting when opening a file you can associate your new lexer with a set of file extensions by adding a corresponding entry into -the table found at the end of the [lexer.lua](lexer.lua) file. +the table found at the end of the [vis.lua](/vis.lua) file. Changes to existing lexers should also be sent upstream for consideration. -- cgit v1.2.3