init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Ternary Operator
|
||||
# key: tern
|
||||
# --
|
||||
${1:condition} ?? ${2:true} !! ${3:false};
|
||||
Reference in New Issue
Block a user