tree-sitter-cli
tree-sitter-cli copied to clipboard
Printing '\n' instead of actual newline in ambiguity errors
Thanks for the growing documentation, gave me the nudge to give tree-sitter a spin! :)
I noticed that in ambiguity errors newlines are printed literally as newlines, any chance this could be easy to change into a masked '\n' instead? (might also apply for other whitespace like tabs) At first I didn't even realize it was printing my newlines and thought the reporting output was somehow garbled instead. :)
Keep up the great work - the CLI workflow is really cool! :+1: