Hypr/HyprLive snippets for Visual Studio Code.
Related Hypr/HyprLive extension: Hypr Syntax
Trigger | Snippet |
---|---|
hypr: block | {% block ... %}...{% endblock ... %} |
hypr: block+parent | {% block ... %}{% parent %}...{% endblock ... %} |
hypr: comment | {% comment %}...{% endcomment %} |
hypr: dropzone | {% dropzone ... %} |
hypr: filter | {{ value|filter }} |
hypr: for | {% for %}...{% endfor %} |
hypr: for+reverse | {% for reversed %}...{% endfor %} |
hypr: if | {% if %}...{% endif %} |
hypr: if-else | {% if %}...{% else %}...{% endif %} |
hypr: include | {% include ... %} |
hypr: include+options | {% include ... with ... %} |
hypr: label | {{ labels...} }} |
hypr: make+image | {% make_url 'image' ... with ... %} |
hypr: make+product | {% make_url 'product' ... with ... %} |
hypr: make+category | {% make_url 'category' ... %} |
hypr: make+facet | {% make_url 'facet' ... %} |
hypr: make+sorting | {% make_url 'sorting' ... %} |
hypr: make+cdn | {% make_url 'cdn' ... %} |
hypr: make+paging | {% make_url 'paging' ... with ... %} |
hypr: make+stylesheet | {% make_url 'stylesheet' ... %} |
hypr: make+stylesheet | {% make_url 'stylesheet' ... %} |
hypr: preload_json | {% preload_json ... %} |
hypr: require_script | {% require_script ... %} |
hypr: set_var | {% set_var ... %} |
hypr: set | {% set ... %} |
hypr: with | {% with %}...{% endwith %} |
Please apply any issues or have a suggestion please touch me in Linkedin Artem Vorobiov.
- Update README.
Please open Changelog for more information.
Please read License for more information.