Refactor plugin and README for documentation skills; add doc-docker and doc-funcs skills

This commit is contained in:
Jeffery
2026-06-17 11:16:30 +08:00
parent cc93b4a529
commit 2381e368d1
13 changed files with 326 additions and 51 deletions
@@ -0,0 +1,9 @@
!/^[[:space:]]*#/ && / #/ {
idx = index($0, " #")
if (idx > 0 && idx != TARGET) {
pad = ""
for (i = idx; i < TARGET; i++) pad = pad " "
sub(/ #/, pad " #")
}
}
{ print }