Replies: 2 comments
-
Hi! Snippy currently doesn't support regex-based triggers, although other snippet managers, like Ultisnips, do. Another option is to use emmet-vim, which supports expanding There is also emmet-ls, which you might find useful. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the suggestion on alternatives. I will keep using this plugin, it's so easy to use. |
Beta Was this translation helpful? Give feedback.
-
Hello, great plugin.
Here is my question: How can I expand HTML tags like this:
.topic
to expand as<div class="topic"></div>
#name
to expand as<div id="name"></div>
How to write these two kinds of snippets?
Beta Was this translation helpful? Give feedback.
All reactions