From e6bac1fc90524eb6d6a3bb256de9025cae2478d9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 3 Aug 2025 21:19:49 +0200 Subject: [PATCH] fix --- sh/core/code.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/core/code.awk b/sh/core/code.awk index f0b9b9f..6c96920 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -260,6 +260,7 @@ function parse(string) { # doc if (action == "doc") { + parse($0) # constant if (current_match == "constant") {