Files
org-vim/runtime/syntax/testdir/input/awk.awk
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
173 B
Awk
Raw Normal View History

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