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
"define metadata"; | |
({ | |
"provides": [ | |
{ | |
"ep": "keymapping", | |
states: { | |
start: [ | |
{ | |
name: 'Copy to clipboard', | |
regex: 'ctrl_c' |
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
/* Theme stuff follows */ | |
{ | |
"description": "Provides the standard Bespin theme", | |
"provides": [ | |
{ | |
"ep": "editorTheme", | |
"name": "standard", | |
"description": "The standard Bespin theme", | |
"pointer": "#theme" |