📝 Updated espanso to have try/catch

This commit is contained in:
z3rOR0ne 2022-08-27 00:08:00 -07:00
parent 0b95e80581
commit 1ea24850a6

View file

@ -89,6 +89,9 @@ matches:
- trigger: ":func"
replace: "function () {}"
- trigger: ":try"
replace: "try {} catch(error) {}"
- trigger: ":def"
replace: "def ():"