Allow C++ lambda snippet to be inline
This commit is contained in:
parent
919c3e6b88
commit
c727e7647a
@ -57,7 +57,7 @@ snippet reinterpret_cast "Reinterpret case" i
|
|||||||
reinterpret_cast<$1>($2)$0
|
reinterpret_cast<$1>($2)$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet [] "Labmda function"
|
snippet [] "Labmda function" i
|
||||||
[$1]($2)${3/(.*)/(?1: -> ::)/}$3 {$0}
|
[$1]($2)${3/(.*)/(?1: -> ::)/}$3 {$0}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user