tree-sitter-dust/corpus/comments.txt
2023-10-09 14:39:47 -04:00

35 lines
406 B
Plaintext

==================
Full Line Comments
==================
not_a_comment
# comment
---
(root
(item
(statement
(expression
(identifier))))
(item
(statement
(comment))))
==================
Partial Line Comments
==================
not_a_comment # comment
---
(root
(item
(statement
(expression
(identifier))))
(item
(statement
(comment))))