From 6815de4f2262818fec4f8c8c83b4822bf3f625fb Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 2 Aug 2025 19:59:55 +0200 Subject: [PATCH] line --- sh/core/code.awk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/core/code.awk b/sh/core/code.awk index d6b54d6..ad854cf 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -124,6 +124,7 @@ function parse(string) { # module if (match(string, RE_MODULE)) { current_match = "module" + line = 0 module = strip_first(string, "#\\.") doc_reset() shebang = "" @@ -308,6 +309,7 @@ if (action == "doc") { } # ← main + line++ } # → end