Add C comment block snippet

This commit is contained in:
Kenneth Benzie 2019-07-14 21:14:43 +01:00
parent 2faa156aae
commit 6f653e8ad9

View File

@ -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