Created
January 2, 2019 16:51
-
-
Save dinocarl/0ac5d1288a69ed57301c3ab24e12b3b4 to your computer and use it in GitHub Desktop.
For UltiSnips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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