mirror of
https://github.com/elladunbar/tree-sitter-hy.git
synced 2025-11-05 14:59:55 -06:00
21 lines
157 B
Text
21 lines
157 B
Text
=======
|
|
shebang
|
|
=======
|
|
|
|
#!/usr/bin/env hy
|
|
|
|
---
|
|
|
|
(source_file
|
|
(shebang))
|
|
|
|
=======
|
|
comment
|
|
=======
|
|
|
|
; this is a comment
|
|
|
|
---
|
|
|
|
(source_file
|
|
(comment))
|