Open mike-czarnota opened 8 years ago
Hi there, I'm using a lot of jade with custom tags. E.g.
<super-tag>blahblah</super-tag>
This tag has got some default attributes such as [type="furniture"] so it looks like
[type="furniture"]
<super-tag type="furniture">blahblah</super-tag>
How can I add these tags to behave like an input or others that have default attributes? (When I type input + TAB it becomes input(type="text")
input
input(type="text")
I added super-tag to Jade.sublime-completions but it doesn't allow me to specify those default attributes to be shown after hitting TAB.
super-tag
Jade.sublime-completions
Hi there, I'm using a lot of jade with custom tags. E.g.
This tag has got some default attributes such as
[type="furniture"]
so it looks likeHow can I add these tags to behave like an
input
or others that have default attributes? (When I typeinput
+ TAB it becomesinput(type="text")
I added
super-tag
toJade.sublime-completions
but it doesn't allow me to specify those default attributes to be shown after hitting TAB.