added a snippet

This commit is contained in:
Sebastian 2024-09-29 23:26:49 +02:00
parent c372e473d2
commit a7c8921885
1 changed files with 6 additions and 0 deletions

View File

@ -169,4 +169,10 @@ enum {}
} }
) )
), ),
s('comment', {
t { '/*', '' },
i(1),
t { '', '*/' },
}),
} }