tree-sitter-perga/test/corpus/comments.txt

24 lines
314 B
Text

========
Comments
========
-- here's a comment
foo :=
-- and a comment in the middle
[* and a [* nested *] block comment *]
*;
---
(program
(comment)
(definition
(identifier)
(comment)
(block_comment)
(expr
(app_term
(app
(term
(star)))))))