tree-sitter-dust/corpus/tests.txt
2023-08-22 17:02:40 -04:00

17 lines
169 B
Plaintext

==================
Comments
==================
# x = 1;
# unassigned_variable
x # xyz
---
(source_file
(comment)
(comment)
(expression
(identifier))
(comment))