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 }];