1 2 3 4 5 6 7 8 9
# -*- mode: snippet -*- # name: if # key: if # uuid: if # condition: (not (sp-point-in-string-or-comment)) # -- if (${1:true}) { $0 }