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:
parent
38dbd8db5e
commit
2c5fa35986
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user