tree-sitter-hy/test/corpus/basic.txt
2025-04-18 15:35:24 -05:00

21 lines
157 B
Text

=======
shebang
=======
#!/usr/bin/env hy
---
(source_file
(shebang))
=======
comment
=======
; this is a comment
---
(source_file
(comment))