Add bool to C string snippet
This commit is contained in:
parent
f4915efffd
commit
287e52fb2a
@ -173,3 +173,7 @@ endsnippet
|
|||||||
snippet debug "Debug fprintf"
|
snippet debug "Debug fprintf"
|
||||||
fprintf(stderr, "%s: %d: %s\n", __FILE__, __LINE__, __PRETTY_FUNCTION__);
|
fprintf(stderr, "%s: %d: %s\n", __FILE__, __LINE__, __PRETTY_FUNCTION__);
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet bs "bool string"
|
||||||
|
${1:value} ? "true" : "false"
|
||||||
|
endsnippet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user