File tree 11 files changed +88
-99
lines changed
11 files changed +88
-99
lines changed Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : begin ... end
3
- # key : begin
4
- # contributor : hankail05
5
- # --
6
- begin
7
- ${ 1 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : begin ... end
3
+ # key : begin
4
+ # contributor : hankail05
5
+ # --
6
+ begin
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : do ... ... end
3
- # key : do
4
- # contributor : hankail05
5
- # --
6
- do ${ 1 :x }
7
- ${ 2 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : do ... ... end
3
+ # key : do
4
+ # contributor : hankail05
5
+ # --
6
+ do ${ 1 :x }
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : for ... ... end
3
- # key : for
4
- # contributor : hankail05
5
- # --
6
- for ${ 1 :i } ${ 2 :$$ (yas-julia-iteration-keyword-choice) } ${ 3 :1:n }
7
- ${ 4 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : for ... ... end
3
+ # key : for
4
+ # contributor : hankail05
5
+ # --
6
+ for ${ 1 :i } ${ 2 :$$ (yas-julia-iteration-keyword-choice) } ${ 3 :1:n }
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : function(...) ... end
3
- # key : fun
4
- # contributor : hankail05
5
- # --
6
- function ${ 1 :fun } (${ 2 :args } )
7
- ${ 3 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : function(...) ... end
3
+ # key : fun
4
+ # contributor : hankail05
5
+ # --
6
+ function ${ 1 :fun } (${ 2 :args } )
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : if ... ... end
3
- # key : if
4
- # contributor : hankail05
5
- # --
6
- if ${ 1 :cond }
7
- ${ 2 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : if ... ... end
3
+ # key : if
4
+ # contributor : hankail05
5
+ # --
6
+ if ${ 1 :cond }
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : let ... ... end
3
- # key : let
4
- # contributor : hankail05
5
- # --
6
- let ${ 1 :x = 0 }
7
- ${ 2 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : let ... ... end
3
+ # key : let
4
+ # contributor : hankail05
5
+ # --
6
+ let ${ 1 :x = 0 }
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : macro(...) ... end
3
- # key : macro
4
- # contributor : hankail05
5
- # --
6
- macro ${ 1 :macro } (${ 2 :args } )
7
- ${ 3 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : macro(...) ... end
3
+ # key : macro
4
+ # contributor : hankail05
5
+ # --
6
+ macro ${ 1 :macro } (${ 2 :args } )
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : module ... ... end
3
- # key : module
4
- # contributor : hankail05
5
- # --
6
- module ${ 1 :name }
7
- ${ 2 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : module ... ... end
3
+ # key : module
4
+ # contributor : hankail05
5
+ # --
6
+ module ${ 1 :name }
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : mutable struct ... end
3
- # key : mutstr
4
- # contributor : hankail05
5
- # --
6
- mutable struct ${ 1 :name }
7
- ${ 2 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : mutable struct ... end
3
+ # key : mutstr
4
+ # contributor : hankail05
5
+ # --
6
+ mutable struct ${ 1 :name }
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : struct ... end
3
- # key : struct
4
- # contributor : hankail05
5
- # --
6
- struct ${ 1 :name }
7
- ${ 2 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : struct ... end
3
+ # key : struct
4
+ # contributor : hankail05
5
+ # --
6
+ struct ${ 1 :name }
7
+ $0
8
+ end
Original file line number Diff line number Diff line change 1
- # -*- mode : snippet -*-
2
- # name : while ... ... end
3
- # key : while
4
- # contributor : hankail05
5
- # --
6
- while ${ 1 :cond }
7
- ${ 2 :body }
8
- end
9
- $0
1
+ # -*- mode : snippet -*-
2
+ # name : while ... ... end
3
+ # key : while
4
+ # contributor : hankail05
5
+ # --
6
+ while ${ 1 :cond }
7
+ $0
8
+ end
You can’t perform that action at this time.
0 commit comments