aboutsummaryrefslogtreecommitdiff
path: root/lexers
diff options
context:
space:
mode:
authorChloe <toast@programmer.net>2016-07-25 01:43:14 -0400
committerGitHub <noreply@github.com>2016-07-25 01:43:14 -0400
commit29f0b0a768e418583a16a71c5f68931a4f9ee8a8 (patch)
tree2759f39607a748f39462c550f53e8f1c9bca5fa6 /lexers
parent5c2cee9461ef1199f2e80ddcda699595b11fdf08 (diff)
downloadvis-29f0b0a768e418583a16a71c5f68931a4f9ee8a8.tar.gz
vis-29f0b0a768e418583a16a71c5f68931a4f9ee8a8.tar.xz
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.
Diffstat (limited to 'lexers')
-rw-r--r--lexers/README.md2
1 files changed, 1 insertions, 1 deletions
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.