diff options
| author | 2020-09-07 15:22:04 -0700 | |
|---|---|---|
| committer | 2020-09-07 15:22:04 -0700 | |
| commit | 65236171902cc9dd939b836206c6f0bf854c7325 (patch) | |
| tree | 361ed4bf6f1821fd751a2ba46baf06618c800293 | |
| parent | fad1018b1bd330fbc444dc9e151a8e50e48712fa (diff) | |
| download | emacs-config-65236171902cc9dd939b836206c6f0bf854c7325.tar.gz emacs-config-65236171902cc9dd939b836206c6f0bf854c7325.zip | |
Add Import snippet for nxml
This snippet should only work in MSBuild project files (.proj).
| -rw-r--r-- | oni-csharp/snippets/nxml-mode/Import | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oni-csharp/snippets/nxml-mode/Import b/oni-csharp/snippets/nxml-mode/Import new file mode 100644 index 0000000..bddbf3f --- /dev/null +++ b/oni-csharp/snippets/nxml-mode/Import @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Import +# key: imp +# condition: (string-suffix-p ".proj" (buffer-file-name)) +# -- +<Import Project="$1"/> |
