You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
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
inputor others that have default attributes?(When I type
input+ TAB it becomesinput(type="text")I added
super-tagtoJade.sublime-completionsbut it doesn't allow me to specify those default attributes to be shown after hitting TAB.