90 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			90 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [
 | ||
|     {
 | ||
|         "caption": "Preferences",
 | ||
|         "mnemonic": "n",
 | ||
|         "id": "preferences",
 | ||
|         "children":
 | ||
|         [
 | ||
|             {
 | ||
|                 "caption": "Package Settings",
 | ||
|                 "mnemonic": "P",
 | ||
|                 "id": "package-settings",
 | ||
|                 "children":
 | ||
|                 [
 | ||
|                     {
 | ||
|                         "caption": "Emmet",
 | ||
|                         "children":
 | ||
|                         [
 | ||
|                             {
 | ||
|                                 "command": "open_file", "args":
 | ||
|                                 {
 | ||
|                                     "file": "${packages}/Emmet/Emmet.sublime-settings"
 | ||
|                                 },
 | ||
|                                 "caption": "Settings – Default"
 | ||
|                             },
 | ||
|                             {
 | ||
|                                 "command": "open_file", "args":
 | ||
|                                 {
 | ||
|                                     "file": "${packages}/User/Emmet.sublime-settings"
 | ||
|                                 },
 | ||
|                                 "caption": "Settings – User"
 | ||
|                             },
 | ||
|                             { "caption": "-" },
 | ||
|                             { "caption": "-" },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {
 | ||
|                                     "file": "${packages}/Emmet/Default (OSX).sublime-keymap",
 | ||
|                                     "platform": "OSX"
 | ||
|                                 },
 | ||
|                                 "caption": "Key Bindings – Default"
 | ||
|                             },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {
 | ||
|                                     "file": "${packages}/Emmet/Default (Linux).sublime-keymap",
 | ||
|                                     "platform": "Linux"
 | ||
|                                 },
 | ||
|                                 "caption": "Key Bindings – Default"
 | ||
|                             },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {
 | ||
|                                     "file": "${packages}/Emmet/Default (Windows).sublime-keymap",
 | ||
|                                     "platform": "Windows"
 | ||
|                                 },
 | ||
|                                 "caption": "Key Bindings – Default"
 | ||
|                             },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {
 | ||
|                                     "file": "${packages}/User/Default (OSX).sublime-keymap",
 | ||
|                                     "platform": "OSX"
 | ||
|                                 },
 | ||
|                                 "caption": "Key Bindings – User"
 | ||
|                             },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {
 | ||
|                                     "file": "${packages}/User/Default (Linux).sublime-keymap",
 | ||
|                                     "platform": "Linux"
 | ||
|                                 },
 | ||
|                                 "caption": "Key Bindings – User"
 | ||
|                             },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {
 | ||
|                                     "file": "${packages}/User/Default (Windows).sublime-keymap",
 | ||
|                                     "platform": "Windows"
 | ||
|                                 },
 | ||
|                                 "caption": "Key Bindings – User"
 | ||
|                             },
 | ||
|                             { "caption": "-" }
 | ||
|                         ]
 | ||
|                     }
 | ||
|                 ]
 | ||
|             }
 | ||
|         ]
 | ||
|     }
 | ||
| ]
 |