fix: missing snippet hints

This commit is contained in:
quenousimporte 2023-09-29 11:38:13 +02:00
parent 3cd12baf9e
commit 3e211831d0
1 changed files with 2 additions and 0 deletions

View File

@ -401,10 +401,12 @@ var snippets = [
},
{
command: "/*",
hint: "Bullet point",
insert: "• "
},
{
command: "/comment",
hint: "Comment",
insert: "<!--\n\n-->",
cursor: -4
}];