Open nvsm opened 7 years ago
This adds a snippet for the conditional operator
Trigger: cond
$1 ? $2 : $3;
This adds a snippet for the conditional operator
Trigger: cond