Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Custom snippets/autocomplete #77

Description

@mike-czarnota

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

<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")

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions