config/sublime/Packages/Ruby/Default.sublime-keymap
2012-08-01 21:04:05 -07:00

13 lines
No EOL
369 B
Text

[
{ "keys": ["#"], "command": "insert_snippet", "args": {"contents": "#{${1:$SELECTION}}$0"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{
"operand": "(string.quoted.double.ruby | string.interpolated.ruby) - string source",
"operator": "equal",
"match_all": true,
"key": "selector"
}
]
}
]