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

12 lines
108 B
Plaintext

name: untilLoopStatement
phrase: until
insertionScope: statement
---
language: ruby
-
until $1
$0
end
---