-
Notifications
You must be signed in to change notification settings - Fork 27
More conditional and loop snippets #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More conditional and loop snippets #165
Conversation
Add snippets for comparisons
Add comparison snippets.
Add snippets for ranges and files.
Reduce snippet amount by removal of some snippets related to syntax constructs.
@@ -317,7 +289,7 @@ | |||
"}" | |||
] | |||
}, | |||
"def-env builtin": { | |||
"def-env": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def-env
is deprecated in favor of def --env
now. There's also a def --wrapped
now that takes the place of extern-wrapped
.
Good to see you back. Thanks! |
Can you add a |
Done. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
if
andwhile
for
${<number>:command ...}
instead of${<number>:block}
and${<number>:closure}