mirror of
https://github.com/elladunbar/tree-sitter-hy.git
synced 2025-11-05 14:59:55 -06:00
Basic functionality
This commit is contained in:
parent
a0e03ddd73
commit
8cd6c4e65d
14 changed files with 9100 additions and 3 deletions
21
test/corpus/basic.txt
Normal file
21
test/corpus/basic.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
=======
|
||||
shebang
|
||||
=======
|
||||
|
||||
#!/usr/bin/env hy
|
||||
|
||||
---
|
||||
|
||||
(source_file
|
||||
(shebang))
|
||||
|
||||
=======
|
||||
comment
|
||||
=======
|
||||
|
||||
; this is a comment
|
||||
|
||||
---
|
||||
|
||||
(source_file
|
||||
(comment))
|
||||
Loading…
Add table
Add a link
Reference in a new issue