From fee24a656297b545fcc8899857243b3cdf3722e0 Mon Sep 17 00:00:00 2001 From: claw0ry Date: Thu, 2 Jan 2025 14:14:33 +0100 Subject: snippets: initial snippets --- snippets/go.snippets | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 snippets/go.snippets (limited to 'snippets/go.snippets') diff --git a/snippets/go.snippets b/snippets/go.snippets new file mode 100644 index 0000000..7707875 --- /dev/null +++ b/snippets/go.snippets @@ -0,0 +1,17 @@ +snippet cmt +//------------------------------------------------------------------------------- +// $1 +// +// $2 +//------------------------------------------------------------------------------- + +$0 +endsnippet + +snippet scmt +// ----------------------------------------------------------------------------- +// - $1 - +// ----------------------------------------------------------------------------- + +$0 +endsnippet -- cgit v1.2.3