From 7203be67c6c5b85c26282d74aefdb8193b4f4e69 Mon Sep 17 00:00:00 2001 From: Thierry Delafontaine Date: Tue, 1 Mar 2022 20:14:27 +0100 Subject: [PATCH] Fixed the issue, where the backslash in front of the pipe character would be escaped. --- snippets/c.json | 2 +- snippets/vhdl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/c.json b/snippets/c.json index 07ced58..f31ce1a 100644 --- a/snippets/c.json +++ b/snippets/c.json @@ -6,7 +6,7 @@ " * -- _____ ______ _____ --", " * -- |_ _| | ____|/ ____| --", " * -- | | _ __ | |__ | (___ Institute of Embedded Systems --", - " * -- | | | '_ \| __| \___ \ Zurich University of --", + " * -- | | | '_ \\\\\\| __| \\___ \\ Zurich University of --", " * -- _| |_| | | | |____ ____) | Applied Sciences --", " * -- |_____|_| |_|______|_____/ 8401 Winterthur, Switzerland --", " * ------------------------------------------------------------------", diff --git a/snippets/vhdl.json b/snippets/vhdl.json index 6e609f3..5adceee 100644 --- a/snippets/vhdl.json +++ b/snippets/vhdl.json @@ -6,7 +6,7 @@ "-- -- _____ ______ _____ --", "-- -- |_ _| | ____|/ ____| --", "-- -- | | _ __ | |__ | (___ Institute of Embedded Systems --", - "-- -- | | | '_ \\| __| \\___ \\ Zurich University of --", + "-- -- | | | '_ \\\\\\| __| \\___ \\ Zurich University of --", "-- -- _| |_| | | | |____ ____) | Applied Sciences --", "-- -- |_____|_| |_|______|_____/ 8401 Winterthur, Switzerland --", "-- ------------------------------------------------------------------",