Add TODO snippet for CMake

This commit is contained in:
Kenneth Benzie 2016-03-21 16:41:26 +00:00
parent 568e508a55
commit 2e8580f2ec

View File

@ -814,3 +814,7 @@ while(${1:condition})
$0
endwhile()
endsnippet
snippet todo "TODO"
# TODO$1: $0
endsnippet