Rapptz / cpp-sublime-snippet

C++11 Sublime Text Snippets
MIT License
93 stars 35 forks source link

Add conditional operator #10

Open nvsm opened 7 years ago

nvsm commented 7 years ago

This adds a snippet for the conditional operator

Trigger: cond

$1 ? $2 : $3;