aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a714645..ecae68e 100644
--- a/README.md
+++ b/README.md
@@ -885,6 +885,7 @@ A quick overview over the code structure to get you started:
`vis-operators.c` | vi(m) operator implementation
`vis-prompt.c` | `:`, `/` and `?` prompt implemented as a regular file/window with custom key bindings
`vis-text-objects.c`| vi(m) text object implementations, uses `text-objects.h` internally
+ `vis.lua` | Lua library for vis, providing parts of the exposed API
`visrc.lua` | Lua startup and configuration script
Testing infrastructure for the [low level core data structures]