YCM Jason
YCM Jason
So... I am just simply trying to compress all my images once, I don't wish to write a script to do that.. It would be cool if there is command...
I have submitted a PR for this. Meanwhile u can install from my repo for that functionality. https://github.com/ycmjason/html5.vim `Plug 'ycmjason/html5.vim'`
I think my change will make `` to be considered as opening tag too and indent the lines after. Not sure if it is my change that introduces the problem...
@othree that's true. Any ideas how we can solve this?
I see. But the custom tags varies in each project and there are probably a lot of different components in a single project. The tag will end up growing indefinitely....
I don't fully understand how the indent/html.vim works, but it looks like it first check if it is a custom element? Perhaps we should first check if it is void...
notice that there was an issue here https://github.com/othree/html5.vim/issues/98
Don't think it relates to the composition api itself. But I suppose you can type the validator. ```ts defineComponent({ props: { magic: (x: Magic) => true } }) ```
Thank you. I think you are right. I will push a fix asap.
sure. for instance vue renders comment when a component return `null` in the render function. I would like to test that the component renders to "empty" at a certain condition....