aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index 1fb007be..b2122d93 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.lua
@@ -20,6 +20,7 @@ M.tags = {_HOME..'/modules/lua/tags', _USERHOME..'/modules/lua/tags'}
---
-- Map of expression patterns to their types.
+-- Used for type-hinting when showing autocompletions for variables.
-- Expressions are expected to match after the '=' sign of a statement.
-- @class table
-- @name expr_types