Skip to content

Instantly share code, notes, and snippets.

@Ariflaw
Last active March 18, 2016 00:46
Show Gist options
  • Save Ariflaw/08cd1dba3a89ec5de47d to your computer and use it in GitHub Desktop.
Save Ariflaw/08cd1dba3a89ec5de47d to your computer and use it in GitHub Desktop.
All code for atom snipper
'.source.css, .source.scss, .source.less':
'Comment Head Style':
'prefix': 'sch'
'body': """
// ======================================================================== /
// Title
// ======================================================================== /
"""
'Comment Sub Head':
'prefix': 'scs'
'body': """
// This is Title
// ======================================================================== /
"""
'.source.php':
'Comment Head for PHP':
'prefix': 'pch'
'body': """
/**
* ============================================================================
* This is Title
* ============================================================================
*/
"""
'Comment Sub Head for PHP':
'prefix': 'pcs'
'body': """
/* Title Comment
* ========================================================================== */
"""
// Emmet Keymap
'atom-text-editor[data-grammar="text html php"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment