Add generic TODO snippet using commentstring

This commit is contained in:
2016-04-17 13:04:34 +01:00
parent dd26a6da13
commit 2451185759
4 changed files with 21 additions and 25 deletions

View File

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