shellRaining
shellRaining
I will close this issue for now, and if there are any new developments, I will reopen it~
Glad to know that you have solved the problem. If you encounter any new bugs, please feel free to let me know at any time.
@ic-768 seems not correct... can you provide this piece of code, I write a test code but not reproduce this bug, and can you share the config of hlchunk (include...
oh I found why cause this, I was using the JSX file type earlier, which prevented the bug from being reproduced. I will attempt to fix it~
The behavior of the TSX parser and the JSX parser is different. tsx: jsx: for the code you provide, tsx mark the `jsx_element` node start from 18-19, but jsx mark...
@lazydeveloper maybe you should reinstall java treesitter parser, It works for me https://github.com/user-attachments/assets/62a42cdf-9b81-4a3f-93fd-c36d060b83e3
@dhruvindsd-dev I'm sorry, I don't have a good solution to this problem yet, and I've recently started an internship and found some other things that interest me, so it might...
now seems work properly, close temporarily
You can override the default highlight groups of the plugin by following the settings you provide after call `setup` function ```lua M.hlchunk.setup({ chunk = { enable = true, style =...
No, it's because my plugin doesn't provide this feature... Can you give me an example config you prefer, and I'll try to implement it~