1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

Update Lua Reference with Lua version

This commit is contained in:
Benjamin Kane 2024-02-03 20:45:21 -08:00 committed by Wez Furlong
parent 38dbd8db5e
commit 2c5fa35986

View File

@ -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'