Skip to content

Commit

Permalink
Update Lua Reference with Lua version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane authored and wez committed Feb 4, 2024
1 parent 38dbd8d commit 2c5fa35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/config/lua/general.md
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 2c5fa35

Please sign in to comment.