7 lines
No EOL
134 B
Text
7 lines
No EOL
134 B
Text
# -*- mode: snippet; require-final-newline: nil -*-
|
|
# name: macro
|
|
# key: mac
|
|
# --
|
|
{% macro ${1:name}(${2:args}) %}
|
|
$0
|
|
{% endmacro %} |