From 65236171902cc9dd939b836206c6f0bf854c7325 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Sep 2020 15:22:04 -0700 Subject: Add Import snippet for nxml This snippet should only work in MSBuild project files (.proj). --- oni-csharp/snippets/nxml-mode/Import | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 oni-csharp/snippets/nxml-mode/Import (limited to 'oni-csharp') 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)) +# -- + -- cgit v1.2.3-54-g00ecf