Update todo snippet

This commit is contained in:
Kenneth Benzie 2016-09-27 00:30:37 +01:00
parent c3dc562edc
commit 0eb4dcee2f

View File

@ -36,7 +36,7 @@ $0
endsnippet
snippet todo "TODO commment"
`!p snip.rv=commentbefore()`TODO$1: $0`!p snip.rv=commentafter()`
`!p snip.rv=commentbefore()`TODO${1/.+/(/}$1${1/.+/)/}: $0`!p snip.rv=commentafter()`
endsnippet
snippet note "NOTE comment"