- Fixed snippet error.
This commit is contained in:
parent
b51dc62ef0
commit
9aa9ce6ea2
@ -106,7 +106,7 @@ options head
|
|||||||
snippet with
|
snippet with
|
||||||
abbr with open({file}) as :
|
abbr with open({file}) as :
|
||||||
options head
|
options head
|
||||||
with open(${1:#:filename, mode}) as f
|
with open(${1:#:filename, mode}) as f:
|
||||||
${0:TARGET}
|
${0:TARGET}
|
||||||
|
|
||||||
snippet filter
|
snippet filter
|
||||||
|
Loading…
Reference in New Issue
Block a user