Here is my first PR to add mindmap to the grammar. I've got some remarks:
Current tree-sitter version is outdated, so I had to run the tree-sitter CLI via npm script. (If I install the latest tree-sitter CLI, the generator will alter this repo greatly and it also expect different fold structures)
As latest documentation is different from this version of tree-sitter, I don't know how to build it for nvim-treesitter to preview the highlighting. (But I managed to pass the corpus test)
So I think, after this PR, we should modernize the repo foundation to latest before adding more chart types.
Here is my first PR to add
mindmap
to the grammar. I've got some remarks:So I think, after this PR, we should modernize the repo foundation to latest before adding more chart types.