Add Python raw string snippet

This commit is contained in:
Kenneth Benzie 2019-03-17 14:56:25 +00:00
parent 74c73066f4
commit c8ac5496ca

View File

@ -22,3 +22,7 @@ endsnippet
snippet debug "Set ipdb breakpoint"
import ipdb; ipdb.set_trace()
endsnippet
snippet ''' "Triple quote string" i
'''$1'''$0
endsnippet