Looking at otter.nvim (discussion here) it seems it scans for specific sections of your main languages buffer, in our case ~H"""<embedded language>"""", and allows you to use another language within it by synchronizing a hidden buffer.
It would be amazing to be able to comment out sections of the html in embedded heex like we can .heex files!
Looking at otter.nvim (discussion here) it seems it scans for specific sections of your main languages buffer, in our case
~H"""<embedded language>"""", and allows you to use another language within it by synchronizing a hidden buffer.It would be amazing to be able to comment out sections of the html in embedded heex like we can .heex files!