Do I see it right that the text.html.gohtml scope originates from this package?
The highlighting seems to have issues with HTML (Go) templates, losing track of opening/closing tags along the way. I see the tree-sitter tag among the issues filed; does that mean a Tree-Sitter based rewrite of the whole package is in the works?
Do I see it right that the
text.html.gohtml
scope originates from this package?The highlighting seems to have issues with HTML (Go) templates, losing track of opening/closing tags along the way. I see the
tree-sitter
tag among the issues filed; does that mean a Tree-Sitter based rewrite of the whole package is in the works?Thanks.