init
This commit is contained in:
7
snippets/ruby-mode/until
Normal file
7
snippets/ruby-mode/until
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: until ... end
|
||||
# group: control structure
|
||||
# --
|
||||
until ${condition}
|
||||
$0
|
||||
end
|
||||
Reference in New Issue
Block a user