From 744865e965711cfb0c4ad8fa3d9850a9ec5b6138 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Fri, 15 Mar 2024 12:20:08 +0100 Subject: [PATCH] Update --- UltiSnips/all.snippets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UltiSnips/all.snippets b/UltiSnips/all.snippets index 8855d87..f7a5cc1 100644 --- a/UltiSnips/all.snippets +++ b/UltiSnips/all.snippets @@ -19,3 +19,7 @@ endsnippet snippet credhsrm "Credentials HSRM" Yannick Reiß (yareissx/yreis001) endsnippet + +snippet gitfeed "New git feed entry." +${1:Datei}.html:${2:Message}$0 +endsnippet