tree-sitter-dockerfile/corpus/comment.txt
Camden Cheek d812f3a7fc
comments must start at beginning of line
Previously, this grammar allowed comments to start partway through
lines, but per the Dockerfile spec, that is not valid.
2021-06-20 11:47:14 -06:00

11 lines
103 B
Plaintext

==================
Full line comment
==================
# Test comment
---
(source_file
(comment))