diff --git a/UltiSnips/c.snippets b/UltiSnips/c.snippets index 6bef50a..462fc84 100644 --- a/UltiSnips/c.snippets +++ b/UltiSnips/c.snippets @@ -11,6 +11,11 @@ def complete(t, opts): return '(' + '|'.join(opts) + ')' endglobal +snippet /* "comment block" +/* $0 + */ +endsnippet + snippet sizeof "sizeof" i sizeof($1)$0 endsnippet