talon-scripts/community/core/snippets/snippets/withStatement.snippet
2025-08-19 08:06:37 -04:00

14 lines
154 B
Plaintext

name: withStatement
phrase: with
insertionScope: statement
$0.wrapperPhrase: with
$0.wrapperScope: statement
---
language: python
-
with $1:
$0
---