Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
224 B

# -*- mode: snippet -*-
# uuid: b845ab40-1e04-4d11-bb0c-14266e733945
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: console.assert
# key: cas
# group: console
# --
console.assert(${1:expression}, ${2:object})