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

Request for htmlStartTag #8

Closed dman777 closed 5 years ago

dman777 commented 6 years ago

Hello,

for syntax object parsing in the html, there is a htmlEndtag but not a htmlStartTag. This is a request for a htmlStartTag, please. This will allow theming <> </> to match.

Thanks! -Darin

jonsmithers commented 6 years ago

Hey!

htmlStartTag does appear to be absent, however I do see a htmlTag. I think that's what you want?

These syntax groups are defined in $VIMRUNTIME/syntax/html.vim (which is outside the domain of this plugin). If it's helpful, I use this vimtip a lot to identify the current syntax group under the cursor.