-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Jendker Sorry I'm replying late, I tested with several json files and seems that the cause of the problem is the treesitter parse does not return the "parent" key of the current node as a parent treesitter node. So the only way to improve the result is to improve the treesitter parsers so that dropbar can get the parent of current json key from the parsers. There's little thing dropbar can do here. EDIT: Never mind, should be fixed in commit 5c8bd1a |
Beta Was this translation helpful? Give feedback.
-
I see, thank you so much! I'll reach out to treesitter json. EDIT: Oh, thank you so much for the fix! It works wonderfully now :) ❤️ |
Beta Was this translation helpful? Give feedback.
@Jendker Sorry I'm replying late, I tested with several json files and seems that the cause of the problem is the treesitter parse does not return the "parent" key of the current node as a parent treesitter node. So the only way to improve the result is to improve the treesitter parsers so that dropbar can get the parent of current json key from the parsers. There's little thing dropbar can do here.
EDIT: Never mind, should be fixed in commit 5c8bd1a