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