1
0
Fork 0
vim/runtime/syntax/testdir/input/awk.awk
Daniel Baumann 0985b09abd
Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:09:31 +02:00

9 lines
173 B
Awk

{ # Comment 1
for (i = 0; # Comment 2
i < 1; # Comment 3
i++) # Comment 4
{ # Comment 5
print # Comment 6
} # Comment 7
} # Comment 8