tree-sitter-dust/corpus/tests.txt

17 lines
169 B
Plaintext
Raw Normal View History

2023-08-22 21:02:40 +00:00
==================
Comments
==================
# x = 1;
# unassigned_variable
x # xyz
---
(source_file
(comment)
(comment)
(expression
(identifier))
(comment))