Add Import snippet for nxml
This snippet should only work in MSBuild project files (.proj).
This commit is contained in:
parent
fad1018b1b
commit
6523617190
1 changed files with 6 additions and 0 deletions
6
oni-csharp/snippets/nxml-mode/Import
Normal file
6
oni-csharp/snippets/nxml-mode/Import
Normal file
|
@ -0,0 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Import
|
||||
# key: imp
|
||||
# condition: (string-suffix-p ".proj" (buffer-file-name))
|
||||
# --
|
||||
<Import Project="$1"/>
|
Loading…
Reference in a new issue