Skip to content

Instantly share code, notes, and snippets.

@dinocarl
Created January 2, 2019 16:51
Show Gist options
  • Save dinocarl/0ac5d1288a69ed57301c3ab24e12b3b4 to your computer and use it in GitHub Desktop.
Save dinocarl/0ac5d1288a69ed57301c3ab24e12b3b4 to your computer and use it in GitHub Desktop.
For UltiSnips
snippet log "console.log(...)" b
console.log($0);
endsnippet
snippet tg "generic JSX tag" b
<$1>$0</$1>
endsnippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment