diff --git a/docs/config/lua/general.md b/docs/config/lua/general.md index 20d49074e..ad5c19663 100644 --- a/docs/config/lua/general.md +++ b/docs/config/lua/general.md @@ -1,8 +1,9 @@ # Lua Reference -This section documents the various lua functions and types that are provided to -the configuration file. These are provided by the `wezterm` module that must -be imported into your configuration file: +WezTerm provides Lua 5.4 as a configuration language. This section documents +the various lua functions and types that are provided to the configuration +file. These are provided by the `wezterm` module that must be imported into +your configuration file: ```lua local wezterm = require 'wezterm'