1
0
Fork 0

Add Import snippet for nxml

This snippet should only work in MSBuild project files (.proj).
This commit is contained in:
Tom Willemse 2020-09-07 15:22:04 -07:00
parent fad1018b1b
commit 6523617190

View file

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