aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-lua.c')
-rw-r--r--vis-lua.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/vis-lua.c b/vis-lua.c
index 2a1d05f..43957af 100644
--- a/vis-lua.c
+++ b/vis-lua.c
@@ -543,11 +543,13 @@ static const char *keymapping(Vis *vis, const char *keys, const Arg *arg) {
* @field registers array to access the register by single letter name
*/
/***
- * LPeg lexer support module.
- * @field lexers
+ * Scintillua lexer module.
+ * @field lexers might be `nil` if module is not found
+ */
+/***
+ * LPeg lexer module.
+ * @field lpeg might be `nil` if module is not found
*/
-
-// TODO vis.events
/***
* Create an iterator over all windows.