dotfiles/emacs/.emacs.d/snippets/twig-mode/imp
2016-11-24 21:41:10 +01:00

7 lines
No EOL
272 B
Text

# -*- 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)} %}