tree-sitter-dust/corpus/comments.txt

36 lines
389 B
Plaintext
Raw Normal View History

==================
Full Line Comments
==================
# comment
#comment
# also a comment!
---
(source
(comment)
(comment)
(comment))
==================
Partial Line Comments
==================
# comment # 1;
2023-09-29 07:52:21 +00:00
#comment# "one"
---
(source
(comment)
(statement
2023-09-29 07:52:21 +00:00
(closed_statement
(value
(integer))))
(comment)
(statement
2023-09-29 07:52:21 +00:00
(open_statement
(value
(string)))))