6 lines
136 B
Text
6 lines
136 B
Text
# -*- mode: snippet -*-
|
|
# name: Import
|
|
# key: imp
|
|
# condition: (string-suffix-p ".proj" (buffer-file-name))
|
|
# --
|
|
<Import Project="$1"/>
|