Commit graph

6 commits

Author SHA1 Message Date
2b7323eaf0 Test non-recursive comments
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-03-24 12:07:55 +00:00
b62fc19da9 Make comments a single node in the grammar
This looks to be a *strong* idiom in tree-sitter parsers.
2024-04-11 18:36:20 +01:00
be1e3f07d3 Make 'line_comment' more explicit about newlines
Because of the way regular expressions work, they were already bounded
at newlines here, but explicit is better than implicit :-).
2024-04-10 15:20:29 +00:00
eec21c84da Add block comments 2024-04-08 20:15:59 +01:00
6d3dd1c8cb Fix line comments syntax
Don't write parsers after midnight kids.

For the explanation: I mixed up the syntax bits between Blueprint and
textual protocol buffers...
2024-04-08 20:15:59 +01:00
26b6891160 Add comments 2024-04-08 20:15:59 +01:00