jonsmithers / vim-html-template-literals

Syntax highlighting for html template literals in javascript (as in lit-html and polymer 3)
MIT License
71 stars 10 forks source link

Improve indentation #6

Closed jonsmithers closed 6 years ago

jonsmithers commented 6 years ago

I think utilizing vim's searchpair() function would help a lot with implementing proper implementation at the seams of html`...` and ${...} expressions. It'd also be good to take a step back and rework the basic outline of the indent algorithm.

jonsmithers commented 6 years ago

There was an attempt (via #7). I'll close this now.