Skip to content

Instantly share code, notes, and snippets.

@bombless
Forked from abovethewater/init.coffee
Last active August 29, 2015 14:18
Show Gist options
  • Save bombless/f5fef1ba8dc0da789209 to your computer and use it in GitHub Desktop.
Save bombless/f5fef1ba8dc0da789209 to your computer and use it in GitHub Desktop.
BracketMatcherView = require '/Applications/Atom.app/Contents/Resources/app/node_modules/bracket-matcher/lib/bracket-matcher-view.js'
atom.workspaceView.eachEditorView (editorView) =>
if editorView.attached and editorView.getPane()?
new BracketMatcherView(editorView)
'.editor':
'ctrl-m': 'bracket-matcher:go-to-matching-bracket'
.bracket-matcher {
border-bottom: 1px dotted lime;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment