Skip to content

Commit 696c684

Browse files
committed
Actually fix the newline issue
1 parent 90b80d0 commit 696c684

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

preprocessor/if_elif_else_preprocessor.sublime-snippet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ${4:/* code */}
77
#else
88
${0:/* code */}
99
#endif
10+
1011
]]></content>
1112
<tabTrigger>ifelifpre</tabTrigger>
1213
<scope>source.c, source.objc, source.c++, source.objc++, source.c++11</scope>

preprocessor/if_else_preprocessor.sublime-snippet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ${2:/* code */}
55
#else
66
${0:/*code */}
77
#endif
8+
89
]]></content>
910
<tabTrigger>ifelsepre</tabTrigger>
1011
<scope>source.c, source.objc, source.c++, source.objc++, source.c++11</scope>

preprocessor/ifndef.sublime-snippet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
${0}
77
88
#endif // $1
9+
910
]]></content>
1011
<tabTrigger>ifnd</tabTrigger>
1112
<scope>source.c, source.objc, source.c++, source.objc++, source.c++11</scope>

0 commit comments

Comments
 (0)