Add TODO snippet for CMake

This commit is contained in:
2016-03-21 16:41:26 +00:00
parent 1d80cbb679
commit e4c2c59a63

View File

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