A snippet for quickly creating other snippets.
This file contains 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 block': | |
'prefix': 'snippet' | |
'body': """ | |
\'${1:Snippet Name}\': | |
\'prefix\': \'${2:Snippet Shortcut}\' | |
\'body\': \'${3:Snippet}\' | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment