-
Describe your issuefolding doesn't work in json files Steps to reproduceopen .json file System informationinit.el: https://pastebin.com/9VNwKDhG |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
it somewhat works when I enabled tree-sitter and made json (json +tree-sitter) but omg wtf why such a basic feature requires a PhD?!!! and it doesn't actually work, because it folds parent instead of object this is madness, this such a totally halfassed package |
Beta Was this translation helpful? Give feedback.
-
Give the Side note, please don't use our discussion board to vent or spam. I'm here to solve the problem, not be your therapist. |
Beta Was this translation helpful? Give feedback.
-
thanks, it looks like emacs version 28.2 isn't recent enough to test it, but glad json-mode/tree-sitter receives attention
noted, sorry, caught me off-guard |
Beta Was this translation helpful? Give feedback.
Give the
feature/treesit
branch of Doom a try. Both the fold and tree-sitter modules are being rewritten to use the newer treesit library. Treesit support for json-mode was added recently.Side note, please don't use our discussion board to vent or spam. I'm here to solve the problem, not be your therapist.