From e4c2c59a63ccae656f1e5d670a9d0edd325c8628 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 21 Mar 2016 16:41:26 +0000 Subject: [PATCH] Add TODO snippet for CMake --- UltiSnips/cmake.snippets | 4 ++++ 1 file changed, 4 insertions(+) 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