Refactor plugin and README for documentation skills; add doc-docker and doc-funcs skills
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
!/^[[:space:]]*#/ && / #/ {
|
||||
idx = index($0, " #")
|
||||
if (idx != TARGET) print NR, "col=" idx, substr($0, 1, 80)
|
||||
}
|
||||
Reference in New Issue
Block a user