tree-sitter-dust/corpus/comments.txt
2023-09-30 15:13:38 -04:00

35 lines
424 B
Plaintext

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