Open runar-rkmedia opened 8 months ago
Same here @runar-rkmedia did you find an alternative ? Thank !
I am no longer experiencing the problem, although I do use astronvim with svelte-pack from astrocommunity, and it seems to work fine in this regard.
Minimal reproducible full config
Just the minimal setup from the cloned repository
Description
All the locations return the html-commentstring.
Steps to reproduce
:TSInstall svelte
and restarte: test.svelte
and use content like below:3: run
lua print(require('ts_context_commentstring.internal').calculate_commentstring{location = require('ts_context_commentstring.utils').get_cursor_location()})
at various locations, in the script-tag, html-part, and in the css. Could also try keygcc
which should comment.Expected behavior
I am expecting different commentstrings for each location.
Actual behavior
Same comment in all location (html-comment)
Additional context
This originally occurred in my nvim-setup based on astronvim.