Update todo snippet

This commit is contained in:
Kenneth Benzie 2016-09-27 00:30:37 +01:00
parent 7de2db34e5
commit a863267436

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"