diff --git a/UltiSnips/cmake.snippets b/UltiSnips/cmake.snippets index f280357..4343b3a 100644 --- a/UltiSnips/cmake.snippets +++ b/UltiSnips/cmake.snippets @@ -814,3 +814,7 @@ while(${1:condition}) $0 endwhile() endsnippet + +snippet todo "TODO" +# TODO$1: $0 +endsnippet