From 3e211831d0f56c0091944bfb62178fd5e10554b8 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 29 Sep 2023 11:38:13 +0200 Subject: [PATCH] fix: missing snippet hints --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index 27f3c16..5892139 100644 --- a/main.js +++ b/main.js @@ -401,10 +401,12 @@ var snippets = [ }, { command: "/*", + hint: "Bullet point", insert: "• " }, { command: "/comment", + hint: "Comment", insert: "", cursor: -4 }];