1
0
Fork 0
emacs-config/oni-csharp/snippets/nxml-mode/Import

7 lines
136 B
Text
Raw Normal View History

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