Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object-snippets in Atom/text-expander or similar #11

Open
mhauken opened this issue Nov 16, 2015 · 2 comments
Open

Object-snippets in Atom/text-expander or similar #11

mhauken opened this issue Nov 16, 2015 · 2 comments

Comments

@mhauken
Copy link
Member

mhauken commented Nov 16, 2015

Would be awesome to write o-flag and get the whole syntax expanded like this:

<div class="o-flag">
    <div class="o-flag__img">
        <img src="" alt="">
    </div>
    <div class="o-flag__body">
    </div>
</div>

What's the best solution for this? @kmelve ?

@kmelve
Copy link
Member

kmelve commented Mar 13, 2016

I think we could do this with Atom-snippets (I've tried to extend Emmet, but it doesn't work). We could also develop a plugin that adds these snippets.

aleut-expand

@mhauken
Copy link
Member Author

mhauken commented Mar 13, 2016

Would be awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants