tree-sitter-dust/corpus/comments.txt

35 lines
424 B
Plaintext
Raw Normal View History

==================
Full Line Comments
==================
2023-09-30 19:13:38 +00:00
not_a_comment
# comment
---
2023-09-29 13:53:53 +00:00
(root
(item
2023-09-30 19:13:38 +00:00
(statement
(open_statement
(expression
(identifier)))))
2023-09-29 13:53:53 +00:00
(item
(comment)))
2023-09-30 19:13:38 +00:00
==================
Partial Line Comments
==================
2023-09-30 19:13:38 +00:00
not_a_comment # comment
---
2023-09-30 19:13:38 +00:00
(root
2023-09-29 13:53:53 +00:00
(item
2023-09-30 19:13:38 +00:00
(statement
(open_statement
(expression
(identifier)))))
2023-09-29 13:53:53 +00:00
(item
2023-09-30 19:13:38 +00:00
(comment)))