Could you add syntax-based folding for XML? It looks like it can be achieved via a [Tree-sitter parser](https://github.com/atom/atom/pull/16299). A related issue: #33 Currently, folding is based on indentation only, and so it isn't applicable in many cases.
Could you add syntax-based folding for XML?
It looks like it can be achieved via a Tree-sitter parser.
A related issue: #33
Currently, folding is based on indentation only, and so it isn't applicable in many cases.