Skip to content

Instantly share code, notes, and snippets.

@srabuini
Created April 28, 2016 18:21
Show Gist options
  • Save srabuini/021b9f5d5706d80ff7be1d41da661fac to your computer and use it in GitHub Desktop.
Save srabuini/021b9f5d5706d80ff7be1d41da661fac to your computer and use it in GitHub Desktop.
atom.commands.add 'atom-workspace', 'sebas:remove-comments', ->
editor = atom.workspace.getActivePaneItem()
buffer = editor.getBuffer()
buffer.replace /^(#| +#).*\n/g, ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment