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