Skip to content

Instantly share code, notes, and snippets.

@rsese
Last active March 29, 2019 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsese/bda2fd51e9482bd4ec205fe204d1b579 to your computer and use it in GitHub Desktop.
Save rsese/bda2fd51e9482bd4ec205fe204d1b579 to your computer and use it in GitHub Desktop.
Atom snippet for JavaScript code blocks in Markdown
'.source.gfm':
'JavaScript code block':
'prefix': 'block-js'
'body': """
```javascript
$1
```
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment