Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 42a5939

Browse files
Mostafa Kamal0devcoCEO
Mostafa Kamal
andcommitted
condition
Co-Authored-By: 0dev CEO <0devcoceo@users.noreply.github.com>
1 parent ef92611 commit 42a5939

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎snippets/bash.cson‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
fi
112112
"""
113113
'else if -> bash':
114-
'prefix': 's-if2',
114+
'prefix': 's-if3',
115115
'body': """
116116
if [ 1ドル ]; then
117117
# code
@@ -122,6 +122,13 @@
122122
fi
123123
"""
124124

125+
'else if el-> bash':
126+
'prefix': 's-elseif',
127+
'body': """
128+
elif [ 1ドル ]; then
129+
# code
130+
"""
131+
125132
'switch -> bash':
126133
'prefix': 's-switch',
127134
'body': """

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /