Open domenkozar opened 1 month ago
Thanks!
@yannham how about this:
[2024-10-17T17:03:14Z ERROR topiary] Error parsing query file
[2024-10-17T17:03:14Z ERROR topiary] Cause: QueryError { row: 40, column: 4, offset: 866, message: " \"(\" @append_spaced_softline @append_indent_start\n ^", kind: Structure }
It's strange. It seems that the formals
node isn't recognized for some reason, or not expected here (If I replace the offending line with formals: (_
then it works, or rather this precise error disappears) but looking at the tree-sitter Nix grammar this should be valid at first sight. I need to run right now but I'll give it a second look tomorrow.
Alright it does run now, but it needs work on the formatting.
Couldn't figure out why tree-parser for Nix doesn't work: