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