You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using treesitter does seem to be the correct approach for folding!
I'm not using Emacs 29 yet, so I installed tree-sitter and ts-fold and gave it a try. However it looks like tree sitter doesn't like org mode with source blocks either. So I'm back to origami for now!
Eventually I would like to use folding for everything, but right now my main use case is folding large JSON responses in ob-restclient So even though origami doesn't technically work with org source blocks, I just tell it to use the c-style parser for all org files.
I have an org file that has json documents and ruby snippets:
I would like origami to be able to use the json parser within the js source block and the ruby parser within the ruby block.
Is that possible?
The text was updated successfully, but these errors were encountered: