Jonathan Loughlin

Results 3 issues of Jonathan Loughlin

This PR is an attempted fix for #354. The issue seemed to be caused by the recursive nature of `writeNodes`. When calling `writeNodes()` from `writeIfExpression()`, `writeForExpression()`, and `writeSwitchExpression()`, the last...

### Discord username (optional) _No response_ ### Describe the bug Hi, I tried installing the pkg file from the website and when I try to run Warp, I get the...

Bug

![satty-20240308-09:29:16](https://github.com/vrischmann/tree-sitter-templ/assets/15437995/e17ddaf0-6014-46a0-a307-3402359523e8) `HTML raw_text vs Templ script_element_text AST` It seems the scanner for `SCRIPT_ELEMENT_TEXT` doesn't include the leading whitespace on the first element's line. I'm trying to use conform.nvim's injected language...