tree-sitter-dust/corpus/comments.txt

36 lines
390 B
Plaintext

==================
Full Line Comments
==================
# comment
#comment
# also a comment!
---
(source
(comment)
(comment)
(comment))
==================
Partial Line Comments
==================
# comment # 1;
#comment# "one";
---
(source
(comment)
(statement
(closed_statment
(value
(integer))))
(comment)
(statement
(closed_statment
(value
(string)))))