aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers')
-rw-r--r--lua/lexers/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lexers/README.md b/lua/lexers/README.md
index 1d74a8c..8d9e217 100644
--- a/lua/lexers/README.md
+++ b/lua/lexers/README.md
@@ -24,7 +24,7 @@ where `<name>` corresponds to the filename without the `.lua` extension.
# Adding new lexers
To add a new lexer, start with the template quoted below or a lexer of a
-similiar language. Read the
+similar language. Read the
[lexer module documentation](https://orbitalquark.github.io/scintillua/api.html#lexer).
The [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) introduction might also
be useful.