40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [
 | ||
|     {
 | ||
|         "caption": "Preferences",
 | ||
|         "mnemonic": "n",
 | ||
|         "id": "preferences",
 | ||
|         "children":
 | ||
|         [
 | ||
|             {
 | ||
|                 "caption": "Package Settings",
 | ||
|                 "mnemonic": "P",
 | ||
|                 "id": "package-settings",
 | ||
|                 "children":
 | ||
|                 [
 | ||
|                     {
 | ||
|                         "caption": "ExportHTML",
 | ||
|                         "children":
 | ||
|                         [
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {"file": "${packages}/ExportHtml/readme.md"},
 | ||
|                                 "caption": "README"
 | ||
|                             },
 | ||
|                             { "caption": "-" },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {"file": "${packages}/ExportHtml/ExportHtml.sublime-settings"},
 | ||
|                                 "caption": "Settings – Default"
 | ||
|                             },
 | ||
|                             {
 | ||
|                                 "command": "open_file",
 | ||
|                                 "args": {"file": "${packages}/User/ExportHtml.sublime-settings"},
 | ||
|                                 "caption": "Settings – User"
 | ||
|                             }
 | ||
|                         ]
 | ||
|                     }
 | ||
|                 ]
 | ||
|             }
 | ||
|         ]
 | ||
|     }
 | ||
| ] |