Default.sublime-keymap (368B)
1 [ 2 { "keys": ["#"], "command": "insert_snippet", "args": {"contents": "#{${0:$SELECTION}}"}, "context": 3 [ 4 { "key": "setting.auto_match_enabled", "operator": "equal", "operand": true }, 5 { 6 "operand": "(string.quoted.double.ruby | string.interpolated.ruby) - string source", 7 "operator": "equal", 8 "match_all": true, 9 "key": "selector" 10 } 11 ] 12 } 13 ]