Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 720 Bytes

Lua Capture

Test your lua capture patterns against strings online.

try online

Motivation

While adding a parser to nvim-lint i realized that there were no websites to test lua capture patterns easily and here we are.

How it works

Go backend runs an embedded lua function to return captured groups.

Tech Stack

As minimal as it can be:

  • Frontend with htmx
  • Backend with Go and templating with templ
  • Styling with picocss

Note

It takes a while for Render to start the app for the first time each day. After that load is much faster.