vis-lint

vis plugin for linting code
git clone anongit@rnpnr.xyz:vis-lint.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 537f42db46fc44eb4f5cae2fd98935ab86e2d047
Parent: a5f1f335487d7eb33bade17a07e45ff1646f2384
Author: Randy Palamar
Date:   Tue, 23 May 2023 22:44:12 -0600

add usage table to README

Diffstat:
MREADME.md | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -15,7 +15,16 @@ wiki for further details. ## Usage -Type the following into the Vis command prompt: +The following functions and commands are exported: + +| Name | Description | +|---------|------------------------------------| +| `lint` | Run to lint the current file | +| `fix` | Run to fix the current file | +| `.lint` | `lint` command accessible from Lua | +| `.fix` | `fix` command accessible from Lua | + +For example type the following into the Vis command prompt: :lint