aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/twig-mode/imp
blob: 01ceb69ecdada26a6e2cbd3794a5f592de943988 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet; require-final-newline: nil -*-
# name: import
# key: imp
# --
{% import "${1:module}" as ${1:$(if (string-match "/\\\\([^/]*\\\\)$" yas-text)
                                    (match-string 1 yas-text)
                                  yas-text)} %}