selfint / code-blocks

Manipulate code as blocks
https://marketplace.visualstudio.com/items?itemName=selfint.code-blocks
MIT License
6 stars 0 forks source link

Simplify adding a new language #31

Open selfint opened 1 year ago

selfint commented 1 year ago

This will be obsolete if we can implement dynamic tree-sitter grammar support.

selfint commented 1 year ago

Even with dynamic grammar support (yay!), writing the queries (and especially debugging the queries) isn't great.

selfint commented 1 year ago

Maybe we can write a companion extension similar to neovim-treesitter/playground?