Add some other shit who even knows

This commit is contained in:
2025-03-24 14:43:52 +01:00
parent 77acbd63f3
commit 5697f30593
4 changed files with 669 additions and 0 deletions

View File

@@ -353,6 +353,7 @@ end
Warning.Printf("Match found but no capture groups: %s", limitString(match, 50))
return match
}
Info.Printf("Match found: %s", limitString(match, 50))
// Set up global variables v1, v2, etc. for the Lua context
captureValues := make([]string, len(captures)-1)