lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

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 ]