hedefalk / atom-vue

Vue component file syntax for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-closing tags problem

Sidewinder1138 opened this issue · comments

I apologize if this is the wrong place to ask this, but don't know where else.

I'm having trouble with the way atom closes html tags while I'm editing a .vue file.

I have my tag and within that I for instance create a

and then an .
When I go to type </ it auto-closes with
instead of .

Wondering if anyone else has this issue? Any ideas?

I had forgotten this, but I guess I am using the "less-than-slash" package in my atom to get the "close your tags when you type </" capability.

So I guess it's really that package failing when editing a .vue file, right?

Hoping someone else has this same problem and knows a fix? :)

I'm being a moron, forgot that doesn't have a closing tag. Closing this.