tree-sitter-dust/corpus/comments.txt

44 lines
460 B
Plaintext
Raw Normal View History

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