diff --git a/cmd/micro/bindings.go b/cmd/micro/bindings.go index 60e6fbb6..b77ceb24 100644 --- a/cmd/micro/bindings.go +++ b/cmd/micro/bindings.go @@ -479,6 +479,9 @@ func BindKey(k, v string) { } else if strings.HasPrefix(actionName, "command:") { cmd := strings.SplitN(actionName, ":", 2)[1] actions = append(actions, CommandAction(cmd)) + } else if strings.HasPrefix(actionName, "command-edit:") { + cmd := strings.SplitN(actionName, ":", 2)[1] + actions = append(actions, CommandEditAction(cmd)) } else { actions = append(actions, findAction(actionName)) } diff --git a/cmd/micro/command.go b/cmd/micro/command.go index 57319835..c50ad0e9 100644 --- a/cmd/micro/command.go +++ b/cmd/micro/command.go @@ -120,6 +120,16 @@ func DefaultCommands() map[string]StrCommand { } } +func CommandEditAction(prompt string) func(*View, bool) bool { + return func(v *View, usePlugin bool) bool { + input, canceled := messenger.Prompt("> ", prompt, "Command", CommandCompletion) + if !canceled { + HandleCommand(input) + } + return false + } +} + func CommandAction(cmd string) func(*View, bool) bool { return func(v *View, usePlugin bool) bool { HandleCommand(cmd) diff --git a/cmd/micro/runtime.go b/cmd/micro/runtime.go index 35a96555..7480de28 100644 --- a/cmd/micro/runtime.go +++ b/cmd/micro/runtime.go @@ -950,7 +950,7 @@ func runtimeHelpHelpMd() (*asset, error) { return a, nil } -var _runtimeHelpKeybindingsMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x5a\x5b\x73\xdb\x38\xb2\x7e\x3e\xfd\x2b\x70\x94\x87\x4d\x6a\x65\xc5\x92\x2f\xb9\x9c\xad\x54\x79\x1c\x63\x93\xc9\x24\xf1\xc4\xf6\x64\xb3\x67\x1e\x08\x91\x90\x85\x63\x10\xe0\x00\xa0\x65\xed\xd6\x9c\xdf\xbe\xd5\x0d\x5e\x00\xc9\xa9\xf8\x01\x02\x81\x46\xa3\xd1\x97\xaf\x1b\xa4\x9f\xb0\x0f\x72\xbb\x54\xa6\x52\xe6\xd6\x03\x7c\x54\xa5\xb3\x6c\x2d\x3c\x13\xac\xd1\x32\xac\xad\x13\xcc\xae\xd8\xda\x86\x3b\xb9\xf5\x2c\xac\x45\x60\xb5\xb8\x93\x4c\x05\x26\x85\xdf\x32\x61\x2a\xd6\xd8\x8d\x74\xab\x56\xb3\x60\x59\xeb\x25\x8d\x09\xad\xa1\x5f\x25\x9c\x64\xab\x56\xeb\x2d\x2b\x5b\x1f\x6c\xad\xfe\x25\x96\x5a\x22\xf5\xd6\xb6\x8e\x69\x75\xa7\xcc\xed\x0c\xe0\x9c\x66\xd9\xdd\x28\x11\x2d\xf5\xc1\x3a\x59\x31\x65\x82\x74\x46\x20\x1b\x65\x58\x4d\x92\xaa\x15\x2b\xd7\xc2\xdc\xca\x8a\x6d\x54\x58\xb3\xb0\x96\xac\x78\xc3\x70\x79\x01\xa5\xad\x6b\x14\xc5\x3a\xdc\x87\x95\xc2\x30\xa1\xbd\x65\x4b\xc9\x44\x55\x11\x47\x5a\xb0\x52\x5a\xb2\xe2\xff\x9f\xcf\x4a\x6b\x56\xea\xf6\x39\xb1\x7e\xde\x8b\x30\xfb\x3f\x6f\x4d\xc1\x84\x87\x4a\xf9\xb2\xf5\x5e\x56\x6c\x29\xb5\xdd\xcc\x18\xe3\xd6\x31\xc1\xb4\xf2\x01\x95\x84\xbc\x2a\xb9\x12\xad\x0e\xd9\x19\xba\x6d\x90\x0f\x5b\x59\x57\x8b\x80\x5a\xaa\x60\xb9\x8d\xa7\x98\xa2\xaa\x85\x97\xcc\x4b\x49\x94\x12\x85\x46\x7e\xca\x93\x70\xb3\x6e\xa3\xda\x3a\x89\x4b\xdd\xc1\xca\x29\x69\x2a\xbd\x8d\x7b\xe3\xd1\x41\x3e\x34\x5a\x18\x11\x94\x35\x1e\x57\x6f\xd0\x54\xa9\x48\xa9\x35\x50\x2d\x3d\xc1\x96\x55\x99\x08\x50\xbc\x59\x4b\xdd\xf4\xeb\x70\x4d\x01\xf0\x7e\xf5\x43\x15\x55\x56\x7a\x66\x6c\x60\xf2\x41\xf9\x30\x1d\x94\xee\x55\xdd\xa0\xed\x9d\x14\x01\x1d\x67\xd6\xb9\xd9\x46\x69\xcd\xee\x8c\xdd\x74\xa2\x58\x56\xd9\x68\x46\xa4\x81\x6f\xdd\x72\xf4\x28\x3c\x87\x88\x6a\xf5\xec\xaf\x4c\x38\x67\x37\x1e\x57\xd4\xf6\x5e\xb2\x8d\x75\x15\x5b\x6e\xe9\x77\xc6\xce\x83\xd3\x4c\xcb\x55\xa0\x53\x3a\x75\xbb\x0e\x44\x06\xc8\xa4\x6c\x9d\xb7\x0e\x57\xe2\x93\x0f\xc2\x45\xb2\x41\xe5\x92\x69\x65\xe4\x94\x06\x4b\xe4\xd4\x36\xd4\xaf\xec\xc6\xc4\xdd\xc2\x5a\x42\xcf\xe6\x7b\x3c\x96\xed\x6a\x25\x5d\x72\x88\xb5\xd5\x15\xf3\x6b\xb5\x8a\xd6\xc2\xf0\xe8\x68\xbd\x24\xb6\xb5\x34\x81\x89\x32\x9a\x2f\x58\xe6\xa5\x96\x65\x60\x9b\x35\x3a\x67\x6d\xef\x63\x84\xc0\x93\x27\xec\x8b\xec\xf4\x4e\xda\x00\xb8\xc6\xfd\x7a\x5f\xab\xc5\x16\xfd\xdb\xc9\xa5\x6d\x4d\xc5\x5a\x8f\x74\x14\x15\x3f\x30\x5e\xf4\xb3\x0b\x51\xae\xe1\x4e\x6e\x99\xf2\x2c\x72\x08\x96\x61\xdc\x90\x60\x33\x00\x74\x44\xf9\x20\xea\x46\xcb\x29\xce\x21\x17\x56\xa0\xca\x0f\xb6\x05\xc5\xbf\xa9\x2c\x69\x23\x0e\xfe\x8b\x06\x9d\x44\x17\x23\x7f\xb0\xad\xae\x58\xd3\x92\xe7\xc1\xca\x6a\x6d\x37\x28\x62\x17\x23\xc5\x63\x52\x01\x14\x45\x81\xcf\xf0\x6f\xf8\xaf\x09\xb2\xfd\x36\x79\xcd\x26\x37\xa6\xb2\x93\x69\x37\xf2\x4f\x1c\xf9\x22\x2b\x3b\x81\x3f\x91\x1c\xe0\xbd\xc1\x28\x57\x28\x37\x8a\x20\xb1\x6b\x6e\x23\xe2\xfc\x40\x19\xa3\xeb\xba\xd6\x40\xf1\x86\x0e\xf9\xb7\x3b\xb9\x2d\x6d\xbd\xb4\x6f\xd8\xdf\xa2\x3a\xde\x14\x3b\x00\x80\x74\x84\x6c\x9d\x1d\xa7\x14\xd1\x11\x2c\x46\x57\x20\x0c\x2a\xd7\x42\x19\xd6\x21\x94\x67\x9b\xb5\x34\x68\xb4\x28\x46\x8c\xf7\x41\xcd\x6a\x45\xf2\x6c\x84\x09\xec\x4c\x87\x03\xf4\x0f\xf0\xe2\x3e\x86\xf1\x1f\xad\x0a\x83\xbc\x24\xa9\x0a\x08\xa9\x92\x79\xfb\x3a\x55\x1d\x63\x8c\x4d\x68\x3d\xea\xea\x4a\xdc\xcb\xe9\xaf\xad\x0a\x83\xc2\xd0\xb7\x7e\xea\x3c\xcb\x89\x0d\x93\xbe\x14\x0d\x22\xc2\x1f\xad\x34\xa5\xf4\x00\x9f\x8d\xde\x32\x27\x45\x15\xa1\xc9\x4b\x3a\x66\x2f\x1f\xe2\x0a\x61\xb4\xf4\x21\x82\x6b\xea\xa7\x31\x75\x08\x27\xcd\x5f\x02\xb3\xd1\xda\xd0\x2b\xce\xb7\x4d\x63\x1d\xae\x22\xd2\x95\x75\xfd\xda\x19\xee\x2a\x07\x74\x75\x62\xb3\x14\xe5\x1d\x01\x5c\xf4\x6d\xc1\x82\x74\xb5\x32\x42\x1f\x2c\x05\x62\x33\x1a\xda\x3a\x74\xe0\xd0\x23\x60\x37\x54\xb7\x3e\xc0\xad\x0c\x7d\xf0\xa9\x80\xd8\x1c\x11\x19\xcf\x21\x96\xb6\x25\x88\x61\xf2\x5e\x9a\x80\x0c\x9c\x6d\x6f\x63\x56\xe9\x77\x99\xb1\xeb\xe4\x09\xbc\x44\xf3\xc5\x30\xee\x56\xf5\x59\xc5\xba\x1a\x77\xd9\x55\x23\xb3\xab\x20\x0d\x7b\xba\x6c\x03\x81\xa5\xd0\x1b\xb1\xf5\xcf\x80\x70\x04\x4f\x44\xf8\x50\x1c\x3e\xcc\x97\xc5\x8c\xed\x44\x9c\x5a\x75\x89\x0f\xad\xe0\x59\xf1\xfb\xc3\x7c\xf9\xbf\xf3\xff\x39\x79\x5b\x4c\x51\xa9\xb5\xf5\x61\x90\xcd\x47\x2b\x11\xca\xd6\x52\x90\x54\x80\xd9\x83\x35\x4e\x52\x1a\xc3\xc0\xf9\x45\xae\x42\x17\xd7\xb5\x30\x5b\x3a\x7e\xb9\xb6\x8e\x4e\x85\xa7\x9f\x66\xc7\x67\x1b\x8b\x06\xc4\x63\x33\x24\xef\x4e\x57\xda\x4a\x62\x9e\xa5\xcd\x70\x12\x84\xc9\xe6\x84\x46\x89\x29\x73\xb7\x5e\x66\x0e\x4e\xe6\x26\xb4\xf8\x09\x4d\xdb\x88\x52\x16\x53\x56\x6f\x77\x95\x5c\xfc\xde\x1e\x1e\xbe\x58\x15\xec\xa9\xb1\x41\xc6\xc3\x61\xca\x21\x79\x08\x84\x13\xcd\x3d\x9b\x22\x74\x96\x98\x4a\x62\xc0\x45\x1e\x2b\xeb\xa0\x18\xb7\x21\xbd\xa0\xce\xa3\x52\x4b\x81\xbc\x46\x48\x1b\x09\x67\x00\xef\xec\x46\xde\x4b\x37\x65\xde\xd6\x32\x51\x32\xc2\x1d\xa2\x18\xc5\x40\x8f\x88\xd1\xe3\xe3\xae\xcc\x37\xb2\x54\x2b\x55\x76\x0a\x81\xd1\x15\x70\x49\x25\x57\xca\x48\x72\x2b\xc3\x56\xce\xd6\x9d\x30\x7d\x48\x57\xca\xc9\x32\xe8\x6d\x64\x1c\xd6\x16\x3d\x6d\x97\x11\xa2\x74\xc4\x9c\x1d\xec\xc8\x20\x3a\x39\x78\xcf\x5d\x19\x1f\x5c\x5b\x12\x82\x38\x18\xac\xdc\x8b\x4e\x0e\x86\x69\x10\xa3\xae\x20\xbc\x09\x28\x67\x8f\x33\xca\xec\x42\xf6\x3e\xe4\xa0\xd9\x46\x26\x88\x3d\x6f\xa5\x96\x41\x7e\xb5\xae\x42\xef\x1b\x00\xe8\x9d\xc4\xca\x04\x0b\x3e\xd4\x70\x2f\x19\x25\x44\x74\x11\x14\x28\xc7\x26\x8a\xb5\x4a\x61\xaa\xc5\xec\x39\xd8\x04\xa1\xec\x09\x53\xd7\xd2\xd5\x0b\x4a\x04\xb1\x3b\xc2\x7a\x65\xa3\xfb\x28\xc3\x58\x71\xe9\x24\x31\x28\xa5\x3f\x78\x73\xe9\x2c\xe6\x1c\x7f\xf0\xe6\x03\xd6\x3d\xf1\xb4\xa5\x56\xe5\x5d\xcc\x4f\x7f\x2d\xa6\xa0\x0c\xe6\x2f\x4a\x24\x63\x99\x17\x2b\x86\x55\x57\x14\x14\x67\x24\x78\xd1\xa7\xf1\xe2\x0a\xb5\x79\x11\x03\xe2\xaa\x33\x5b\x41\xb6\xa2\xb2\x44\x2c\xb1\xb2\xe8\x03\x82\x58\x6f\x28\x53\x86\x6d\x23\x59\x31\x5a\x40\x99\xae\x74\x59\xda\x07\xf6\x94\xb6\xfa\x9d\xfc\x9d\x29\x0f\xa2\x0d\x16\xb1\xac\xa4\x22\xd9\xa3\x4e\x96\xdb\xee\xf0\xb3\xa8\x94\x5f\x94\x69\x1f\x3a\xe8\xd4\x56\x54\xb1\x84\xf8\xb6\xaf\x17\x9d\x10\x52\x55\xd4\x11\xb3\xc6\xd9\x5b\x27\x6a\x2c\xd7\x6d\x8d\xb3\xde\x5a\xf3\xdf\x31\x7d\xdc\x98\xbc\x34\x79\x1f\x10\x87\x29\xfe\x1a\xeb\xbd\xea\xaa\xfe\x4a\xf9\x98\x26\xcd\xf6\x91\xba\x79\x2c\x66\x96\x5b\x2a\xfe\x3a\x12\x28\x22\xfb\x0f\x72\x5b\x74\xde\xde\x63\x2d\xa2\xda\x5f\xfc\xf7\xaa\x87\x3e\xb1\xa5\xa9\x99\xac\x35\xe4\xeb\xb1\x90\xea\x33\xd2\x63\x75\x7c\x69\x4d\x10\xca\xf8\x08\xb3\x9d\x54\xc3\xb9\x52\xc6\xc4\x2f\xe2\xcf\x76\xac\x62\xa7\x6c\xc4\xfc\xbe\xfa\xab\x67\x8c\xdc\x1e\xd5\x44\x77\xa4\xb1\x98\xb0\x61\x8d\xc0\x9c\x8e\xed\x6e\x16\x83\x0d\xce\xa9\x1a\xbd\x69\xba\xce\x5b\xbb\x31\x5d\xf7\x52\xdc\xca\x61\x1c\x1f\x92\x39\x8c\xbd\xae\xfb\x05\x8b\xe4\xae\x7f\x85\x50\xda\xf5\x2f\x4c\x05\x57\xe4\xc1\xd7\x36\x8e\xf7\x4f\xe3\xcc\x4d\xd3\x75\x88\x75\xec\x12\xeb\xd8\x8d\xac\x31\xd6\xc7\x5e\x32\x3d\x4e\x8c\xcf\x34\xfd\xd1\xde\xcb\x5f\x94\x91\xfe\xa6\x19\xfb\xb4\xc5\x88\x1e\x71\x61\x8e\x26\xb9\xbc\x9f\x57\xb8\x2e\x95\xba\x1b\x79\x6f\xbc\x74\xe1\x93\xdc\xe8\xf1\xe9\x0a\xa1\x11\x06\x90\xec\x18\xc3\xb9\xc4\xa2\xa6\xa3\xb9\x16\x4b\xc0\xd2\x89\x9a\x33\xad\xe3\xaf\x07\xae\x4c\x45\xcd\x27\xf9\x10\xa8\x73\xe9\xe4\xbd\xb2\xad\x07\xac\x53\x01\x4b\x53\x38\xb7\xcd\x16\xce\x5b\xd4\x6e\x20\x29\xde\xb6\x8d\x56\xa5\x08\x32\x3e\xd1\x7e\x9d\x78\x95\x34\x21\x8a\xad\xac\x81\xcf\x6d\xc8\x07\x2e\x85\x0f\xfd\xb9\x50\x8c\xcf\x8d\x34\x5c\x69\x09\xd1\x4c\x68\x9e\xce\xf6\x83\xd5\xdf\x09\xbd\xea\xc6\xfa\x6e\x34\x59\xa2\xa8\x51\x41\x97\xc2\x89\x5b\x27\x9a\xf5\x70\x8e\x61\x84\x8e\x78\x6d\x6f\x6f\xb5\x7c\x27\x75\xd3\x75\xbf\xb4\x5a\x3a\xf8\xb9\xad\x1b\x5a\x7f\xae\xa5\x40\x5f\x0a\xad\x87\xab\xb5\xd4\xfa\xa3\xad\x24\x42\x06\x16\xbc\xd4\xc7\xe2\x93\x1a\x94\xff\xac\xaa\x50\xb5\xfd\x66\xd8\xc7\x6d\xfa\xdf\xab\x46\xab\x00\x37\xc6\xd3\xef\x6f\xf1\xf1\x5d\xfc\xe9\xd7\xc4\xa7\x28\xcc\x47\x51\x3a\x0b\x97\x5a\x6c\x63\xef\xaa\xf5\x0d\x22\xf0\xd3\x1b\xa3\x1e\x98\x35\x7a\xfb\x0c\xae\x4a\x67\xb5\x46\xf7\xa5\x4e\xd4\x45\x23\x36\xe6\x63\xab\x83\x8a\x01\x00\x5f\x24\x5e\xce\xf6\x47\xce\xb4\x4e\x06\x3d\x5c\xdd\xa9\x26\xa5\x1a\xa0\x2a\xa6\xb6\xac\xf6\xa7\xe4\x49\x39\xae\xb6\xf4\xba\xa4\x43\x8e\xa7\xdd\x6d\xb0\xf5\x01\xef\x70\xc3\xfd\x2b\x52\x2d\xdb\x10\xac\xf1\xcf\x62\xc8\x7f\xc4\xb1\x4b\xac\xe3\x62\x37\xdd\x7b\x4c\xa6\x54\x04\x8f\xa0\x86\xb0\x33\x40\x08\x81\x79\x7a\x6f\xe8\xc0\xe4\xa6\x01\x52\x45\x0c\x2e\x0a\xa9\x9b\xa6\xfb\xe9\x02\xce\x6e\x0c\x0d\x60\xa7\x83\x8e\x18\x23\x7b\x2e\x67\x6b\xf2\xa9\x2e\x78\xfa\x88\x22\xaf\xb9\x78\x50\x21\x7a\x09\x9c\x0b\x53\x4a\x0d\x97\x4e\x99\x00\x97\xa2\xf5\x31\x0a\x83\x58\x02\x9f\x03\x5f\x00\x3f\x02\x7e\x0c\xfc\x04\xf8\x29\xf0\x17\xc0\x5f\x02\x7f\x05\x7c\x7e\x08\x7c\x3e\x07\x3e\x5f\x00\x9f\x1f\x01\x9f\x1f\x03\x9f\x9f\x00\x9f\x9f\x02\x9f\xbf\x00\x3e\x7f\x09\x7c\xfe\x0a\xf8\xe2\x10\xf8\x02\xf9\x2c\x80\x2f\x8e\x80\x2f\x8e\x81\x2f\x4e\x80\x2f\x4e\x81\x2f\x5e\x00\x5f\xbc\x04\xbe\x78\x05\xfc\xe8\x10\xf8\xd1\x1c\xf8\x11\x6e\x78\x04\xfc\xe8\x18\xf8\xd1\x09\xf0\xa3\x53\xe0\x47\x2f\x80\x1f\xbd\x04\x7e\xf4\x0a\xf8\xf1\x21\xf0\xe3\x39\xf0\xe3\x05\xf0\x63\x94\xec\x18\xf8\xf1\x09\xf0\xe3\x53\xe0\xc7\x2f\x80\x1f\xbf\x04\x7e\xfc\x0a\xf8\xc9\x21\xf0\x93\x39\xf0\x93\x05\xf0\x93\x23\xe0\x27\x78\x84\x13\xe0\x27\xa7\xc0\x4f\x5e\x00\x3f\x79\x09\xfc\xe4\x15\xf0\xd3\x43\xe0\xa7\x73\xe0\xa7\x0b\xe0\xa7\x47\xc0\x4f\x8f\x01\xab\xb5\x08\x47\xd8\x3b\xa3\xf6\x27\x6a\xcf\xa9\x7d\x4b\xed\x05\xb5\x9c\xda\xbf\x53\xfb\x8e\xda\xf7\xd4\xfe\x4c\xed\x07\x6a\x7f\xa1\xf6\x23\xb5\x9f\xa8\xfd\x4c\xed\x25\xb5\xbf\x52\xfb\x25\xee\x4a\xed\x35\xb5\x37\xd4\xfe\x46\xed\x57\x6a\xff\x41\xed\x37\x6a\xff\x09\xfd\xfd\xe1\xea\x0f\x18\xca\x4b\x2d\xfc\x3a\xb2\x43\xc7\xe8\x66\xce\x85\x13\x21\xb2\x34\x95\x74\xbe\xb4\x2e\x05\x5a\x8c\xf2\x0b\x5f\x42\xac\x8f\xe0\x82\x7c\xe9\xc7\x71\xd3\x45\x04\xc5\xcd\xb6\x7f\xf3\x31\x44\x8d\xc1\x7b\x9d\x1e\x82\xcb\x3a\xc8\xa2\x2d\x8d\xa3\x2e\xe1\x60\x18\xa9\xaa\xd2\x32\xf6\xa3\x67\x53\xf7\xeb\x5a\x4a\x4d\x89\xa8\x7f\x20\xf7\x1e\x1f\x47\x0e\xf4\x18\x97\xd2\x09\x9e\xb0\xb7\x7b\xa5\x04\x8b\xef\x1e\x5a\x27\xba\xb7\x2a\x3b\x15\xf3\x4d\x33\x79\xcd\xd2\xbf\x49\x9f\xe1\x27\xd3\x48\x81\xdb\x67\x34\x93\x31\xf5\xf7\x34\x24\x44\x4a\x34\x49\x92\x7d\x4f\x44\x05\xf8\x23\x8c\x68\xbc\xa3\xb9\x5a\xab\x55\x48\x65\x9a\xf4\x99\x3f\xa3\x48\x65\x9a\x8c\x25\x41\x46\x93\x6e\x37\x19\x6b\x85\x8c\x26\x95\x7b\x92\x14\x11\x3d\xd1\x99\x0e\xb9\xd4\x93\xe1\x26\x31\x52\xe4\x87\x9f\x0c\xd5\x42\x42\x92\x6b\x79\x92\x14\x1c\x09\x51\xae\xe8\x49\x56\x89\x24\x64\xb9\xe0\x93\x9d\xda\x66\x97\x70\x10\x7f\x92\x17\x3d\x3d\x5d\x1f\x57\xa3\xfc\x49\x8e\x4e\x89\xb2\x53\x4e\x86\xe4\x9d\x92\x64\x1b\x4e\x1e\x29\x8e\x32\xdd\x23\x60\xef\xd8\xe7\x51\xe2\x81\x73\x2f\xc1\x64\xaf\xc4\xca\xf8\x5e\x98\x2a\x39\xcc\xf7\x48\x09\x20\x52\xab\x4c\x92\x92\x34\x25\xca\xac\x32\x19\x6a\xd5\x3d\xe9\x7a\x66\xf9\x51\xf6\xc8\x7a\x76\xa9\x64\x89\xcd\x0e\xfe\x9d\x39\xca\x5e\x65\x94\x92\xfe\xf9\x38\x29\xd6\x30\x3d\x19\xc1\x5b\x46\x96\x15\xa3\xa9\x74\xef\x32\xb2\x01\x30\x7b\x92\x71\xe0\xf5\xf7\x48\x50\xa6\x8c\xd3\xee\xe5\x3b\xa1\xcb\xd8\x7d\x87\xee\x5a\x2c\x73\x6c\x9a\xec\x94\xaa\xd3\xa1\x4e\x4e\xa5\x0c\xe9\xb2\xc9\x6e\x35\x3b\xed\x06\x76\x7d\xe1\x73\x76\xfc\xbe\xc4\xcd\xcc\x97\x51\x60\x2d\x9e\xce\xf2\x6c\x16\x8b\xf2\x74\xf6\xd3\xde\x6c\x6a\x25\xca\x8e\x7b\x14\xbb\x26\xef\x5f\x3d\x8f\x54\xdd\x5b\xe9\x61\xf6\x5b\x36\x4b\x6f\xa8\x93\xd9\xf3\x1c\x9f\x6d\xb3\x4d\x67\xff\xb1\x83\xde\x99\x70\x1f\x76\x27\x77\xb5\xf7\x36\x23\xc8\xae\x1a\x29\xd9\x6f\x3b\x1e\xeb\x43\x36\x7d\x96\x6b\xb8\xbf\x70\xa4\x24\xd7\x19\x49\xac\xe4\x13\xbf\x9a\xe6\xf9\x25\x29\xf1\x13\xa2\x59\x4e\xd4\xd5\xfe\x3d\x41\x0a\x4b\x9d\x20\xfb\x98\x94\x62\x0c\x63\xdf\x05\xc4\x8c\xd7\xf7\x00\x26\xe3\xb5\x0f\x30\xb1\xce\xdd\x07\xaa\x6e\x3c\xa1\x7a\x0c\xa9\x86\xf1\x64\xc3\xbf\x67\x3a\x1c\x2f\x57\x19\xda\x3f\x42\x43\xb7\xae\x2c\x6f\x64\x44\xfd\x75\x6c\xa8\x1b\x28\xa8\x53\xc1\xbb\x91\x84\xc3\x4f\xb9\xc5\xfb\xbb\x5b\x4a\xf2\x6b\x46\x42\x5f\x11\x52\xe5\xed\x38\xf5\x70\xe5\x4b\x89\xbe\x66\x44\xc3\x1d\x2f\x4b\x05\x8f\x9c\x97\xae\x73\x29\xd1\xcf\xb9\xfb\xf6\x37\xbe\xc9\x14\x88\xe6\xf9\x73\x76\x51\x8b\xd2\x1f\xf8\xb0\x8d\x97\x9e\xe1\x63\x37\xeb\x71\x6f\x85\xf9\xeb\xb1\x64\x7d\xb0\xec\x67\x76\xa1\x52\x50\xca\xdb\xf7\x41\x9c\x43\xf5\x66\xae\xd7\x0b\xf2\xde\x04\x79\x1b\x6b\xbe\xf8\xaa\x9a\x3e\x3c\xd7\xc2\x88\x5b\xe9\x3a\x79\xf8\x9c\xc0\x77\xdf\x01\xf8\x22\x66\xa8\x04\xe2\xf8\x11\x0d\xa5\xb8\xc6\x8f\x69\x28\xb5\x08\x7f\xb1\x4f\x35\x3f\x44\x19\x53\xaa\x0b\x5f\x92\xd8\x54\x81\x27\x32\x7f\x8c\x95\x76\xa6\xb3\xb4\x24\xee\xca\x98\xee\x2a\xdd\x73\xcb\xeb\x64\xd2\xd5\x70\xc7\xce\x68\xb2\x7a\x70\xbc\xd3\x66\x34\xb1\x26\xef\x12\x39\xe1\xd3\xa5\x53\xb5\x70\x19\x54\x1e\xa4\xec\x26\xbb\x57\xe2\xf4\x40\x38\xda\xe8\xfe\x4b\xb0\x67\xfb\xfe\x10\x05\xde\x79\x13\x90\x5a\xb8\x89\x1f\x1b\x77\xde\x0c\xa4\x14\xe5\x48\xb1\xf3\xa6\x20\xa5\x7a\xa0\x8d\xf2\x37\x07\x93\x69\xff\x3a\xfc\xc9\x13\xc6\xe9\x65\xbc\xb1\x41\x7a\x80\x4f\x36\xc8\xd7\xec\xb3\x89\x57\x20\xab\xab\xf1\xa3\x8c\xac\x5b\x2d\x02\x9e\x86\xfe\xdf\xc1\xb0\xaf\xca\x54\x76\xe3\x59\x2d\xca\x35\x96\xab\xd3\xf8\x01\xe0\x5d\xc1\xfc\x9a\xde\x2b\x2f\xe9\x53\x50\x7c\x61\xbd\xec\xf3\xfe\x0c\xe0\xac\xfb\x64\x2a\xb4\xde\x4e\xc7\x4f\xee\xf4\x8e\xa0\xbf\x5c\xd1\x6b\x59\xbc\xc6\x14\x78\x88\x3b\xb9\x2d\xf2\xef\x39\x34\x2c\x0a\xbc\x72\x51\xf7\xa6\x29\x66\x2c\x7e\xf2\xef\x3e\xf4\xa1\x9c\xcc\x36\x71\x23\x56\x1c\x14\x6c\x29\xc3\x46\x4a\xc3\x6a\x5b\xa9\x95\x92\xce\xc7\x4f\x98\xb8\x3e\x7e\x76\x00\x3a\x40\xc1\xbc\x1d\xf8\x97\xdd\x49\x98\x93\x1b\xa7\x42\x90\x86\x09\x4f\xb3\xa2\x60\x4f\x4b\xe1\x31\xb8\x42\x40\x66\x78\x4c\x3c\x4c\x6f\xec\x67\x33\xb8\xa6\x17\xdd\x9e\x6d\xd6\xdb\xfe\x35\xf2\x63\x2f\x7d\x87\x7f\x62\x90\x51\x9a\xa1\x9e\x2e\xe8\x0b\x85\x14\x15\xb3\xab\x78\xce\x64\x2a\x5e\x49\x85\x93\x4c\xfe\xd1\xaa\x7b\xa1\xa5\x09\xcf\x66\xf0\x9f\x00\x00\x00\xff\xff\xe1\x71\x6d\x26\x6e\x23\x00\x00") +var _runtimeHelpKeybindingsMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x5a\xdd\x73\xdb\x38\x92\x7f\xbe\xfe\x2b\x70\xca\xc3\x26\xb5\xb2\x62\xc9\x1f\xf9\xb8\xad\x54\x79\x1c\x73\x93\xc9\x24\xf1\xc4\xf6\x64\xb3\x37\x0f\x84\x48\xc8\xc2\x1a\x04\x38\x00\x68\x59\xbb\xb5\xf7\xb7\x5f\x75\x03\x24\x01\xc9\xd9\xf8\x01\x06\x81\x46\xa3\xbb\xd1\x1f\x3f\x90\x7a\xc2\x3e\x88\xed\x52\xea\x5a\xea\x5b\x07\xf0\x51\x56\xd6\xb0\x35\x77\x8c\xb3\x56\x09\xbf\x36\x96\x33\xb3\x62\x6b\xe3\xef\xc4\xd6\x31\xbf\xe6\x9e\x35\xfc\x4e\x30\xe9\x99\xe0\x6e\xcb\xb8\xae\x59\x6b\x36\xc2\xae\x3a\xc5\xbc\x61\x9d\x13\x34\xc6\x95\x82\x7e\x15\xb7\x82\xad\x3a\xa5\xb6\xac\xea\x9c\x37\x8d\xfc\x27\x5f\x2a\x81\xd4\x5b\xd3\x59\xa6\xe4\x9d\xd4\xb7\x33\x80\x73\x9a\x65\x77\xa3\x44\xb4\xd4\x79\x63\x45\xcd\xa4\xf6\xc2\x6a\x8e\x6c\xa4\x66\x0d\x49\x2a\x57\xac\x5a\x73\x7d\x2b\x6a\xb6\x91\x7e\xcd\xfc\x5a\xb0\xf2\x0d\xc3\xe5\x25\x54\xa6\x69\x50\x14\x63\x71\x1f\x56\x71\xcd\xb8\x72\x86\x2d\x05\xe3\x75\x4d\x1c\x69\xc1\x4a\x2a\xc1\xca\xff\x7b\x3e\xab\x8c\x5e\xc9\xdb\xe7\xc4\xfa\x79\x2f\xc2\xec\x1f\xce\xe8\x92\x71\x07\xb5\x74\x55\xe7\x9c\xa8\xd9\x52\x28\xb3\x99\x31\x56\x18\xcb\x38\x53\xd2\x79\x34\x12\xf2\xaa\xc5\x8a\x77\xca\x67\x3a\xc4\x6d\x90\x0f\x5b\x19\xdb\x70\x8f\x56\xaa\x61\xb9\x0d\x5a\x4c\xd1\xd4\xdc\x09\xe6\x84\x20\x4a\x81\x42\x23\x3f\xe9\x48\xb8\x59\xdc\xa8\x31\x56\xe0\x52\x7b\xb0\xb2\x52\xe8\x5a\x6d\xc3\xde\xa8\x3a\x88\x87\x56\x71\xcd\xbd\x34\xda\xe1\xea\x0d\x1e\x55\x2a\x52\x7a\x1a\x68\x96\x9e\x60\xcb\xea\x4c\x04\x28\xdf\xac\x85\x6a\xfb\x75\xb8\xa6\x04\x78\xbf\xfa\xa1\x89\x6a\x23\x1c\xd3\xc6\x33\xf1\x20\x9d\x9f\x0e\x46\x77\xb2\x69\xf1\xec\xad\xe0\x1e\x1d\x67\x16\xdd\x6c\x23\x95\x62\x77\xda\x6c\xa2\x28\x86\xd5\x26\x1c\x23\xd2\xc0\xb7\xb8\x1c\x3d\x0a\xf5\xe0\xc1\xac\x8e\xfd\x99\x71\x6b\xcd\xc6\xe1\x8a\xc6\xdc\x0b\xb6\x31\xb6\x66\xcb\x2d\xfd\x9f\xb1\x73\x6f\x15\x53\x62\xe5\x49\x4b\x2b\x6f\xd7\x9e\xc8\x00\x99\x54\x9d\x75\xc6\xe2\x4a\x7c\x72\x9e\xdb\x40\x36\x98\x5c\x30\x25\xb5\x98\xd2\x60\x85\x9c\xba\x96\xfa\xb5\xd9\xe8\xb0\x9b\x5f\x0b\xe8\xd9\x7c\x8f\xc7\xb2\x5b\xad\x84\x4d\x94\x58\x1b\x55\x33\xb7\x96\xab\x70\x5a\x18\x1e\x91\xd6\x09\x62\xdb\x08\xed\x19\xaf\xc2\xf1\x79\xc3\x9c\x50\xa2\xf2\x6c\xb3\x46\xe7\x6c\xcc\x7d\x88\x10\x78\xf2\x84\x7d\x11\xd1\xee\x64\x0d\x80\x6b\xdc\xaf\xf7\xb5\x86\x6f\xd1\xbf\xad\x58\x9a\x4e\xd7\xac\x73\x48\x47\x51\xf1\x83\xc3\x0b\x7e\x76\xc1\xab\x35\xdc\x89\x2d\x93\x8e\x05\x0e\xde\x30\x8c\x1b\x12\x6c\x06\x80\x8e\x28\x1e\x78\xd3\x2a\x31\xc5\x39\xe4\xc2\x4a\x34\xf9\xc1\xb6\xa4\xf8\xd7\xb5\x21\x6b\x84\xc1\x7f\xd2\xa0\x15\xe8\x62\xe4\x0f\xa6\x53\x35\x6b\x3b\xf2\x3c\x58\x19\xa5\xcc\x06\x45\x8c\x31\x52\x3e\x26\x15\x40\x59\x96\xf8\x0c\xff\x82\xff\x9a\x20\xdb\x6f\x93\xd7\x6c\x72\xa3\x6b\x33\x99\xc6\x91\xbf\xe3\xc8\x17\x51\x9b\x09\xfc\x1b\xc9\x01\xde\x6b\x8c\x72\x89\x72\xa3\x08\x02\xbb\xfa\x36\x64\x9c\x1f\x18\x63\x74\x5d\xdb\x69\x28\xdf\x90\x92\x7f\xb9\x13\xdb\xca\x34\x4b\xf3\x86\xfd\x25\x98\xe3\x4d\xb9\x93\x00\x90\x8e\x32\x5b\x3c\xc7\x29\x45\x74\x48\x16\xa3\x2b\x50\x0e\xaa\xd6\x5c\x6a\x16\x33\x94\x63\x9b\xb5\xd0\x78\x68\x41\x8c\x10\xef\x83\x99\xe5\x8a\xe4\xd9\x70\xed\xd9\x99\xf2\x07\xe8\x1f\xe0\xf8\x7d\x08\xe3\x3f\x3a\xe9\x07\x79\x49\x52\xe9\x31\xa5\x0a\xe6\xcc\xeb\xd4\x74\x8c\x31\x36\xa1\xf5\x68\xab\x2b\x7e\x2f\xa6\xbf\x76\xd2\x0f\x06\x7b\xf2\x84\xfd\x14\x1d\xab\x97\x6b\x47\x68\xe2\xce\xd1\xed\xc8\xa2\x0f\xa2\xea\xbc\x60\xbc\x27\x67\xa3\x46\xac\x31\xb5\x60\x4f\x51\x7d\x28\x29\x9b\xf4\x2c\xcb\x67\x33\x76\x15\x12\x42\x6b\x45\x8b\x31\xe3\x47\x07\x0e\xc1\x51\x46\xe2\xd7\x65\x66\x89\xc7\xb5\x69\x51\x9b\x7e\x41\xbb\xa9\x07\x7d\x3e\x51\x62\x11\x9a\x8c\xd3\x5a\xe1\x1c\x2b\x69\x41\x19\x5c\xad\xdd\xd4\xe5\x20\x2f\xe5\xa2\xa5\xe8\x95\xc2\xec\x28\xab\x75\x18\x76\x6b\xb3\x01\xf2\x9b\x8d\xb1\x58\xaa\x58\x2d\xad\xa8\xbc\xb1\xdb\xde\x6f\xa5\x5e\x99\x25\xb7\xbb\xa7\x1c\x0c\xa6\xd9\x04\xbd\x0f\x3d\x63\x92\x6c\x98\x28\x7a\x80\xf3\xa8\xed\x35\xa6\xfc\x46\x70\x1d\x4b\x2d\x84\x32\xb7\x31\xfa\x4f\x9e\xc9\xa6\x11\xb5\xe4\x5e\xa8\xed\x60\x7c\xca\x69\x3d\xcb\x5c\xd9\xc4\xac\x53\xb6\xec\x3c\x48\xed\xbc\xe0\x35\xfb\x47\xe7\x3c\x6b\x15\xaf\x44\x4c\x60\x36\x89\xc0\xa8\xc9\xee\x59\xee\xb8\x24\x8c\xb1\x1c\xbc\x36\x84\xfb\x5f\x29\xda\xcb\x37\x0c\x8f\xbc\xdc\x3f\x2f\xa2\x49\xce\x2b\xe8\x4d\xfe\xf1\x1f\x8f\x2d\xf0\x9e\x32\x72\xa5\x32\x9c\x0a\x6f\x5b\x11\xe4\x4c\x6d\x80\xa2\xe3\x7f\x3a\xae\x98\xa5\x91\x1c\x96\x22\xa8\x5c\x33\xbe\xf2\xc2\x62\x90\x3c\xd5\x26\x5a\xd0\xb5\x68\x8c\xb4\x4e\x93\xf5\x2b\xa3\xbd\x35\x2a\x98\x32\x32\x23\x26\x98\xac\x9f\xcd\xb2\x90\xb1\x7c\xc3\x84\xab\x78\x8b\x35\xf4\x8f\x4e\xe8\x4a\x38\x80\xcf\x5a\x6d\x99\x45\xa3\x53\x31\x77\x82\x12\x43\x1f\xd1\x58\x89\x09\xd5\x08\xe7\x03\x1c\x49\x33\x7b\x90\x81\x5b\x81\x67\x6f\x82\x6c\xd0\xa7\x1a\xd7\xb5\xad\xb1\xb8\x8a\x48\x57\xc6\xf6\x6b\x67\xb8\xab\x18\xf0\x88\xe5\x9b\x25\xaf\xee\x08\x12\x84\x6a\xc0\x99\x17\xb6\x91\x9a\xab\x83\x25\x47\x34\x83\x87\x60\x2c\xa6\x7c\xdf\x63\x86\x38\xd4\x74\xce\xc3\xad\xf0\x7d\xb9\x92\xde\x91\x83\x20\x86\x41\x3d\xf8\xd2\x74\x54\x94\x99\xb8\x17\xda\x23\x03\x6b\xba\xdb\x80\xc3\xfa\x5d\xd0\xab\xc7\x27\x70\x02\x13\x5e\x28\x7c\x71\x55\x8f\xc3\x8c\x6d\x70\x97\x5d\x33\x32\xb3\xf2\x42\xb3\xa7\xcb\xce\x13\xbc\xe0\x6a\xc3\xb7\xee\x19\x50\xe5\x1d\x93\xc6\xe1\xc3\x7c\x59\xce\xd8\x4e\x8d\x92\xab\x08\x15\xf1\x14\x1c\x2b\x7f\x7f\x98\x2f\xff\x77\xfe\x3f\x27\x6f\xcb\x29\x1a\xb5\x31\xce\x0f\xb2\xb9\x70\x4a\xe4\x5e\x18\x84\x54\xa3\x10\x6f\x05\x3f\x14\x35\x61\x8b\x5f\xc4\xca\xc7\x4a\xd8\x70\xbd\x25\xf5\xab\xb5\xb1\xa4\x15\x6a\x3f\xcd\xd4\x8f\xc1\x8b\x6a\x33\x24\x8f\xda\x55\x98\x20\xa3\x73\xd2\x24\x70\x9d\xcd\x71\x85\x12\x53\x86\xe9\x5c\x1e\x7f\x74\xdc\x14\x14\x3f\xe1\xd1\xa2\xf3\x96\x53\xd6\x6c\x77\x8d\x5c\xfe\xde\x1d\x1e\xbe\x58\x95\x83\xa7\x4b\x47\x20\x8d\xe4\x21\xd8\x92\x58\xee\xd9\x34\xe6\x3c\xe9\x43\xf2\x0a\x3c\x56\xc6\x42\x39\x6e\x43\x76\x41\x9b\x07\xa3\x56\x1c\x79\x8d\x09\x60\x24\x9c\x01\xbc\x33\x1b\x71\x2f\xec\x94\x39\xd3\x88\xc4\xc8\x08\x10\xb0\xee\x53\x0c\xf4\x18\x22\x78\x7c\xd8\x95\xb9\x56\x54\x72\x25\xab\x68\x10\x18\x5d\x01\x97\xd4\x62\x25\xb5\x20\xb7\xd2\x6c\x65\x4d\x13\x85\xe9\x8b\x60\xc8\xce\x6a\x1b\x18\xfb\xb5\x41\x4f\xdb\x65\x84\xb8\x26\x54\xe9\x9d\xd4\x96\x81\x9a\x44\xf1\x9e\x3b\x66\x51\xdb\x55\x54\x73\x2d\x0c\xa7\xdc\x8b\x4e\x0e\x86\xc0\x11\xa3\xae\xa4\x5c\xe4\x51\xce\xbe\x32\x4b\xbd\x0b\x72\xf6\xd3\x24\x1e\xdb\xc8\x04\xf3\xe5\x5b\xa1\x84\x17\x5f\x8d\xad\xd1\xfb\x86\x5c\xf9\x4e\x20\x96\xc7\x2b\x12\x5a\xb8\x97\x8c\x20\x24\xba\x08\x0a\x94\xe7\x26\x8a\xb5\x5a\x22\x38\x45\xbc\x39\x9c\x09\xa6\xb2\x27\x4c\x5e\x0b\xdb\x2c\x08\x3a\x85\xee\x08\x84\x6a\x13\xdc\x47\x6a\xc6\xca\x4b\x2b\x88\x41\x25\xdc\xc1\x9b\x4b\x6b\x10\xa5\xb9\x83\x37\x1f\xf0\xa6\x10\xb4\xad\x94\xac\xee\x42\x99\xfd\x73\x39\x05\xa9\x11\xf1\x51\x4e\x1e\x2f\x46\x01\x63\xaf\x22\x8c\x2e\xcf\x48\xf0\xb2\x07\xbe\xe5\x15\x5a\xf3\x22\x04\xc4\x55\x3c\xb6\x80\x07\x08\xc8\xf3\x25\x62\xf1\x3e\x20\x62\x75\xc6\x7a\xe4\xb7\xad\x60\xe5\x78\x02\x52\x47\xb0\xbf\x34\x0f\xec\x29\x6d\xf5\x3b\xf9\x3b\x93\x0e\x78\xe7\x0d\xe6\xb2\x8a\xae\x95\x0e\x6d\xb2\xdc\x46\xe5\x67\xc1\x28\xbf\x48\xdd\x3d\xc4\xd4\xa9\x0c\xaf\x03\xe8\xfe\xb6\x6f\x17\x95\x10\xd2\x3d\x22\x12\xb3\xd6\x9a\x5b\xcb\x1b\xbc\xe0\x9a\x06\x67\x9d\x31\xfa\xbf\x03\x98\xbf\xd1\x39\x98\x7f\xef\x31\x0f\x53\xfc\xb5\xc6\x39\x19\xef\xc9\xb5\x74\x01\x58\xea\xed\x23\x37\xcd\x11\xfe\x2f\xb7\x74\x5d\x8a\x24\x50\x06\xf6\x1f\xc4\xb6\x8c\xde\xde\xe7\x5a\xcc\x6a\x7f\x72\xdf\xc3\xdb\x7d\x61\x4b\xc1\x2c\x9d\xd6\x80\x70\xc7\xab\x47\x5f\x91\x1e\xbb\xf9\x62\x01\xe5\x52\xbb\x90\x66\xa3\x54\x83\x5e\x29\x63\xe2\x17\xf2\xcf\x76\xbc\xf7\x11\x6e\x89\x39\xbf\xbf\x2f\x35\x33\x46\x6e\x8f\x66\xa2\xb7\x0a\x23\xfc\x36\x7e\x8d\x89\x39\x1d\xdb\xdd\x2c\x04\x1b\x9c\x53\x31\xbf\x69\x63\xe7\xad\xd9\xe8\xd8\xbd\xe4\xb7\x62\x18\xc7\x87\x64\x0e\x63\x2f\x76\xbf\xe0\xb5\x32\xf6\xaf\x30\x95\xc6\xfe\x85\xae\xe1\x8a\x3c\xf8\xda\x84\xf1\xfe\x69\x9c\xb9\x69\x63\x87\x58\x87\x2e\xb1\x0e\xdd\xc0\x1a\x63\x7d\xec\x25\xd3\xe3\xc4\xf8\x4c\xd3\x1f\xcd\xbd\xf8\x45\x6a\xe1\x6e\xda\xb1\x4f\x5b\x8c\xd9\x23\x2c\xcc\xb3\x49\x2e\xef\xe7\x15\xae\x4b\xa5\x8e\x23\xef\xb5\x13\xd6\x7f\x12\x1b\x35\x3e\x5d\x61\x6a\x84\x21\x49\x46\xc6\x70\x2e\x10\xd4\x44\x9a\x6b\xbe\x04\xbc\x6c\x50\x73\xa6\x54\xf8\xef\xa0\x90\xba\xa6\xe6\x93\x78\xf0\xd4\xb9\xb4\xe2\x5e\x9a\xce\x01\xde\xec\x00\x2f\x73\x70\x6e\xda\x2d\x9c\x77\x68\x5d\x4f\x52\xbc\xed\x5a\x25\x2b\xee\x45\x78\xa2\xfd\xa2\x78\xb5\xd0\x3e\x88\x2d\x8d\x86\xcf\x9d\xcf\x07\x2e\xb9\xf3\xbd\x5e\x28\xc6\xe7\x56\xe8\x42\x2a\x01\xe1\x98\xf0\x78\xe2\xd9\x0f\xa7\xfe\x8e\xab\x55\x1c\xeb\xbb\xe1\xc8\x12\x43\x8d\x06\xba\xe4\x96\xdf\x5a\xde\xae\x07\x3d\x86\x11\x52\xf1\xda\xdc\xde\x2a\xf1\x4e\xa8\x36\x76\xbf\x74\x4a\x58\xf8\xb9\x6b\x5a\x5a\x7f\xae\x04\x47\x5f\xf2\x9d\x83\xab\xb5\x50\xea\xa3\xa9\x05\xa6\x0c\x04\xb6\xd4\xc7\xeb\x1a\x35\x28\xff\x59\x5d\xa3\x69\xfb\xcd\xb0\x8f\xdb\xf4\xff\xaf\x5a\x25\x3d\xdc\x68\x47\xff\x7f\x0b\x8f\xef\xc2\xbf\x7e\x4d\x78\x0a\xc2\x7c\xe4\x95\x35\x70\xa9\xf8\x36\xf4\xae\x3a\x47\x97\xb3\xa7\x37\x5a\x3e\x30\xa3\xd5\xf6\x19\x5c\x55\xd6\x28\x85\xee\x4b\x9d\x60\x8b\x96\x6f\xf4\xc7\x4e\x79\x19\x02\x00\xbe\x88\xc6\xdc\x8b\xfd\x91\x33\xa5\x92\x41\x07\x57\x77\xb2\x4d\xa9\x86\x54\x15\x4a\xdb\xfe\x3d\x8a\x6a\x5c\x63\xe8\x05\x63\xcc\x1c\x4f\xe3\xfb\x13\xbc\xd0\x2c\xc5\xf8\xc6\x22\x50\x2d\x3b\xef\x8d\x76\xcf\x42\xc8\x7f\xc4\xb1\x4b\xc4\x71\xa1\x9b\xee\x3d\x16\x53\xe9\xe2\x3b\xa0\x90\x3e\x30\xed\x0c\x29\x84\x92\x79\x7a\xd3\x8e\xc9\xe4\xa6\x05\x32\x45\x08\x2e\x0a\xa9\x9b\x36\xfe\x8b\x01\x67\x36\x9a\x06\xb0\x13\x53\x47\x88\x91\x3d\x97\x33\x0d\xf9\x54\x0c\x9e\x3e\xa2\xc8\x6b\x2e\x1e\xa4\x0f\x5e\x02\xe7\x5c\x57\x42\xc1\xa5\x95\xda\xc3\x25\xef\x5c\x88\x42\xcf\x97\x50\xcc\xa1\x58\x40\x71\x04\xc5\x31\x14\x27\x50\x9c\x42\xf1\x02\x8a\x97\x50\xbc\x82\x62\x7e\x08\xc5\x7c\x0e\xc5\x7c\x01\xc5\xfc\x08\x8a\xf9\x31\x14\xf3\x13\x28\xe6\xa7\x50\xcc\x5f\x40\x31\x7f\x09\xc5\xfc\x15\x14\x8b\x43\x28\x16\xc8\x67\x01\xc5\xe2\x08\x8a\xc5\x31\x14\x8b\x13\x28\x16\xa7\x50\x2c\x5e\x40\xb1\x78\x09\xc5\xe2\x15\x14\x47\x87\x50\x1c\xcd\xa1\x38\xc2\x0d\x8f\xa0\x38\x3a\x86\xe2\xe8\x04\x8a\xa3\x53\x28\x8e\x5e\x40\x71\xf4\x12\x8a\xa3\x57\x50\x1c\x1f\x42\x71\x3c\x87\xe2\x78\x01\xc5\x31\x4a\x76\x0c\xc5\xf1\x09\x14\xc7\xa7\x50\x1c\xbf\x80\xe2\xf8\x25\x14\xc7\xaf\xa0\x38\x39\x84\xe2\x64\x0e\xc5\xc9\x02\x8a\x93\x23\x28\x4e\x50\x85\x13\x28\x4e\x4e\xa1\x38\x79\x01\xc5\xc9\x4b\x28\x4e\x5e\x41\x71\x7a\x08\xc5\xe9\x1c\x8a\xd3\x05\x14\xa7\x47\x50\x9c\x1e\x03\xa2\xb5\x90\x8e\xb0\x77\x46\xed\x4f\xd4\x9e\x53\xfb\x96\xda\x0b\x6a\x0b\x6a\xff\x4a\xed\x3b\x6a\xdf\x53\xfb\x33\xb5\x1f\xa8\xfd\x85\xda\x8f\xd4\x7e\xa2\xf6\x33\xb5\x97\xd4\xfe\x4a\xed\x97\xb0\x2b\xb5\xd7\xd4\xde\x50\xfb\x1b\xb5\x5f\xa9\xfd\x1b\xb5\xdf\xa8\xfd\x3b\xf4\xf7\x87\xab\x3f\x60\x80\x97\x8a\xbb\x75\x60\x87\x8e\x11\x67\xce\xb9\xe5\x3e\xb0\xd4\xb5\xb0\xae\x32\x36\x4d\xb4\x18\xe5\x17\xae\x82\x80\x8f\xe0\x82\x7c\xe9\xc7\x71\x13\x23\x82\xe2\x66\xdb\xbf\x2b\x1c\xa2\x46\xe3\xbd\x4e\x0d\xc1\x65\x2c\x64\xd1\x96\xc6\x51\x2c\x38\x18\x46\xb2\xae\x95\x08\xfd\xe0\xd9\xd4\xfd\xba\x16\x42\x51\x21\xea\x1f\xc8\xbd\xc7\xc7\x91\x03\x3d\x86\xa5\xe1\x3d\x14\x7b\xbb\x07\x25\x58\x78\x5b\xd7\x59\x1e\xdf\x43\xee\x20\xe6\x9b\x76\xf2\x9a\xa5\x7f\x93\xbe\xc2\x4f\xa6\x81\x02\xb7\xcf\x68\x26\x63\xe9\xef\x69\x48\x88\x94\x68\x92\x14\xfb\x9e\x88\x00\xf8\x23\x8c\x68\x3c\xd2\x5c\xad\xe5\xca\xa7\x32\x4d\xfa\xca\x9f\x51\xa4\x32\x4d\x46\x48\x90\xd1\xa4\xdb\x4d\x46\xac\x90\xd1\xa4\x72\x4f\x12\x10\xd1\x13\x9d\x29\x9f\x4b\x3d\x19\x6e\x12\x23\x45\xae\xfc\x64\x40\x0b\x09\x49\x6e\xe5\x49\x02\x38\x12\xa2\xdc\xd0\x93\x0c\x89\x24\x64\xb9\xe0\x93\x1d\x6c\xb3\x4b\x38\x88\x3f\xc9\x41\x4f\x4f\xd7\xc7\xd5\x28\x7f\x52\xa3\x53\xa2\x4c\xcb\xc9\x50\xbc\x53\x92\x6c\xc3\xc9\x23\xe0\x28\xb3\x3d\x26\xec\x9d\xf3\x79\x94\x78\xe0\xdc\x4b\x30\xd9\x83\x58\x19\xdf\x0b\x5d\x27\xca\x7c\x8f\x94\x12\x44\x7a\x2a\x93\x04\x92\xa6\x44\xd9\xa9\x4c\x06\xac\xba\x27\x5d\xcf\x2c\x57\x65\x8f\xac\x67\x97\x4a\x96\x9c\xd9\xc1\xbf\x32\x47\xd9\x43\x46\x29\xe9\xbf\x1f\x27\x45\x0c\xd3\x93\x51\x7a\xcb\xc8\x32\x30\x9a\x4a\xf7\x2e\x23\x1b\x12\x66\x4f\x32\x0e\xbc\xfe\x1e\x09\xca\x94\x71\xda\xbd\x7c\x27\x74\x19\xbb\xef\xd0\x5d\xf3\x65\x9e\x9b\x26\x3b\x50\x75\x3a\xe0\xe4\x54\x4a\x9f\x2e\x9b\xec\xa2\xd9\x69\x1c\xd8\xf5\x85\xcf\x99\xfa\x3d\xc4\xcd\x8e\x2f\xa3\x40\x2c\x9e\xce\x16\xd9\x2c\x82\xf2\x74\xf6\xd3\xde\x6c\x7a\x4a\x54\x1d\xf7\x28\x76\x8f\xbc\xff\x58\x33\x52\xc5\xef\x38\xc3\xec\xb7\x6c\x96\xbe\xe9\x24\xb3\xe7\x79\x7e\x36\xed\x36\x9d\xfd\xdb\x4e\xf6\xce\x84\xfb\xb0\x3b\xb9\x6b\xbd\xb7\x19\x41\x76\xd5\x48\xc9\x7e\xdb\xf1\x58\xe7\xb3\xe9\xb3\xdc\xc2\xfd\x85\x23\x25\xb9\xce\x48\x02\x92\x4f\xfc\x6a\x9a\xd7\x97\x04\xe2\x27\x44\xb3\x9c\x28\x62\xff\x9e\x20\x4d\x4b\x51\x90\xfd\x9c\x94\xe6\x18\xc6\xbe\x9b\x10\x33\x5e\xdf\x4b\x30\x19\xaf\xfd\x04\x13\x70\xee\x7e\xa2\x8a\xe3\x09\xd5\x63\x99\x6a\x18\x9f\xe6\xdf\x11\x46\x6e\xe3\xe5\x2a\xcb\xf6\x8f\xd0\xd0\xad\x2b\xab\x1b\x19\x51\x7f\x1d\x1b\x70\x03\x05\x75\x2a\x78\x1c\x49\x38\xfc\x94\x9f\x78\x7f\x77\x4b\x49\x7e\xcd\x48\xe8\xbb\x5b\x6a\xbc\x1d\xa7\x1e\xae\x7c\x29\xd1\xd7\x8c\x68\xb8\xe3\x65\xa5\xe0\x11\x7d\xe9\x3a\x97\x12\xfd\x9c\xbb\x6f\x7f\xe3\x9b\x4c\x81\x68\x9e\x3f\x67\x17\x0d\xaf\xdc\x81\xf3\xdb\x70\xe9\x19\x7e\x1e\xc2\xfa\xbc\xb7\xc2\xfa\xf5\x58\xb1\x3e\x58\xf6\x33\xbb\xa9\x92\x53\xc9\xdb\xf7\x41\x9c\x43\xf3\x66\xae\xd7\x0b\xf2\x5e\x7b\x71\x1b\x30\x5f\x78\x55\x4d\x3f\xd5\x68\xb8\xe6\xb7\xc2\x46\x79\x8a\x39\x25\xdf\x7d\x07\x28\x16\xa1\x42\x25\x29\xae\x38\xa2\xa1\x34\xaf\x15\xc7\x34\x94\x9e\x48\xf1\x62\x9f\x6a\x7e\x88\x32\xa6\x54\x17\xae\x22\xb1\x09\x81\x27\x32\x7f\x0c\x48\x3b\xb3\x59\x0a\x89\x23\x8c\x89\x57\xe9\x9e\x5b\x8e\x93\xc9\x56\xc3\x1d\x3b\xa3\xc9\xf0\xe0\x78\xa7\xcd\x68\x02\x26\x8f\x85\x9c\xf2\xd3\xa5\x95\x0d\xb7\x59\xaa\x3c\x48\xd9\x4d\x76\xaf\xc4\xa9\x42\x38\xda\xaa\xfe\x0b\x98\x63\xfb\xfe\x10\x04\xde\x79\x13\x90\x9e\x70\x1b\x3e\xcf\xef\xbc\x19\x48\x29\xaa\x91\x62\xe7\x4d\x41\x4a\xf5\x40\x1b\xe5\x6f\x0e\x26\xd3\xe4\x0b\x76\x41\x2f\xe3\xb5\xf1\xc2\x01\x7c\x32\x5e\xbc\x66\x9f\x75\xb8\x02\x19\x55\x8f\x1f\x65\x44\xd3\x29\xee\x51\x1b\xfa\x85\x90\x66\x5f\xa5\xae\xcd\xc6\xb1\x86\x57\x6b\x84\xab\xd3\xf0\x01\xe0\x5d\xc9\xdc\x9a\xde\x2b\x2f\xe9\x53\x50\x78\x61\xbd\xec\xeb\xfe\x0c\xe0\x2c\xfe\xc8\x80\x2b\xb5\x9d\x8e\x3f\x52\xa1\x77\x04\xfd\xe5\x8a\x5e\xcb\xe2\x35\x86\x3e\x40\xdf\x89\x6d\xfe\x61\x3b\x0c\xf3\x12\xaf\x5c\xd4\xbd\x69\xcb\x19\x0b\x3f\x92\x89\x1f\xfa\x50\x4e\x66\xda\xb0\x11\x2b\x0f\x4a\xb6\x14\x7e\x23\x84\x66\x8d\xa9\xe5\x4a\x0a\xeb\xc2\x47\x7f\x5c\x1f\x3e\x3b\x00\x29\x50\x32\x67\x06\xfe\x55\xd4\x84\x59\xb1\xb1\xd2\x7b\xa1\x19\x0f\x5f\xc5\x79\xc9\x9e\x56\xdc\x61\x70\x79\x8f\xcc\x50\x4d\x54\xa6\x3f\xec\x67\x33\xa0\x8f\xd3\xd2\xb1\xcd\x7a\xf8\xee\xfd\xd8\x4b\xdf\xe1\x67\x3f\x22\x48\x33\xe0\xe9\x92\xf5\x5f\xa0\xcd\x2a\xe8\x99\x4c\x85\x2b\x29\xb7\x82\x89\x3f\x3a\x79\xcf\x55\xf8\xc4\xfa\xff\x01\x00\x00\xff\xff\x4c\xf5\x82\x2e\xa0\x26\x00\x00") func runtimeHelpKeybindingsMdBytes() ([]byte, error) { return bindataRead( @@ -2190,7 +2190,7 @@ func runtimeSyntaxJsonYaml() (*asset, error) { return a, nil } -var _runtimeSyntaxJuliaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\xdd\x6e\xdb\x30\x0c\x85\xef\xf3\x14\x9a\xdb\x2d\x76\x02\xa7\xbd\xad\xb1\xdf\xd7\x98\xed\x06\xb2\x4c\x27\x6c\x65\x2a\x93\xa8\x15\xd9\xb8\x3d\xfb\x60\xa5\x6d\x96\xb4\x03\x06\x5f\x18\x38\xd6\xf9\x48\x1e\xd1\x03\x5a\xe0\xfd\x0e\x2a\x75\x17\x2d\xea\xd9\xac\x07\x06\xc3\xd5\x4c\x29\xa5\xa6\x8f\xa4\x47\xa8\x54\xd6\x34\xab\x3b\x7b\x99\x25\x79\x0b\xba\x07\x5f\xa9\xec\xf6\xe2\xcd\x6a\x71\x95\x03\x7d\x57\xcb\xe2\x53\x02\xe4\x4a\x2e\x8b\x6c\x36\xf3\xd1\x42\xa8\x66\xe9\xfc\x85\xea\x22\x5a\x2e\x91\x94\xeb\xee\xc0\x70\x48\x72\xa9\x8c\xa3\xc0\x9a\x78\xd5\x39\x67\x53\x91\x2e\x67\x1f\x41\x06\x6d\x03\x14\x4d\xd3\x1d\x0a\x9e\x20\x34\xb3\xc7\x2e\x32\x9c\x53\x2a\x95\xad\xd7\xf5\x97\xf2\xab\x2e\x7f\x5c\x97\x37\xeb\x76\xb9\x5e\x1f\xfd\x3d\x0c\x48\xc8\xe8\xe8\xc9\x87\x3d\x10\xe3\x80\x69\x94\x47\xdf\xba\xfd\x1b\xb0\xa8\xeb\x2a\xec\xb4\x81\xaa\x6d\x17\x75\xde\x1e\x69\xf7\xb0\x7f\x70\xbe\x7f\x42\x05\xd6\x0c\x23\xa4\x1e\xa6\x21\x3a\xd8\x20\x49\xe7\x41\xdf\x8b\xd1\x6c\xb6\x62\x1c\x31\xd2\x34\x5a\x24\x33\x75\x21\x60\x03\xe0\x90\x5e\x02\xd4\xcb\x80\xa4\xad\xdd\xcb\xe0\xbc\x6c\xac\xeb\xb4\x15\xeb\x8c\xb6\x82\x83\x20\x19\x1b\x7b\x90\x18\x90\x36\xe2\xe1\x5b\x44\x0f\x32\x6a\xe3\x9d\xec\x3c\x12\x5b\x12\x0f\x1c\x3d\x09\xfb\xbd\x4c\x17\x2a\x0f\x5b\xb4\x20\xa3\xeb\xa3\x3d\x8b\xb2\x07\xe3\xbc\x66\xe7\x5f\x26\xb1\x4a\xcc\x4a\x65\x9f\x4f\x82\x3c\x7a\xdd\x0e\x4e\xac\x61\x3f\x76\xce\xae\x9e\xe4\x29\xc9\x72\xb9\xb8\x92\x0f\x6f\xdf\x7f\x7c\xf7\xfb\xb6\x95\x29\x0e\x4d\xbd\x90\x63\x71\x5e\x30\x08\xd2\x69\x3b\x3b\xed\x81\x78\x0b\x01\xce\xa0\x9d\xd7\xe6\x1e\x38\x54\x2a\xcb\xeb\xbc\xf8\xf9\x6b\xa2\xd5\xd2\x34\x6d\x71\x74\x53\x1c\x3b\xf0\x2f\x36\xea\x20\x1f\xae\xa3\xbe\x2e\x6f\xda\x65\xaa\x79\x7e\x2c\xb0\x47\xda\x4c\xc7\xb2\xbc\x69\x9a\x66\x25\xf5\x6d\x93\xb5\xc5\xa2\xc9\x64\xfe\xac\xcc\xdb\x62\x31\xff\xa7\xf9\xb1\x15\x35\x6d\x81\x4f\x1b\x90\x9e\xec\x59\x07\xea\x5f\x51\x0f\x7f\x88\xaa\xdb\xff\xe6\xce\xe7\xf3\x73\xe8\x89\xf4\x0a\x71\x4c\x4b\xf9\x82\x74\x71\xce\xb9\x7c\x8d\xf2\x27\x00\x00\xff\xff\x74\xd3\x98\xd6\x1c\x04\x00\x00") +var _runtimeSyntaxJuliaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\xdd\x6e\xdb\x30\x0c\x85\xef\xf3\x14\x9a\xdb\x2d\x76\x02\xa7\xbd\xad\xb1\xdf\xd7\x98\xed\x06\xb2\x4c\x27\x6c\x65\x2a\x93\xa8\x15\xd9\xb8\x3d\xfb\x60\xa5\x6d\x96\xb4\x03\x06\x5f\x18\x38\xd6\xf9\x48\x1e\xd1\x03\x5a\xe0\xfd\x0e\x2a\x75\x17\x2d\xea\xd9\xac\x07\x06\xc3\xd5\x4c\x29\xa5\xa6\x8f\xa4\x47\xa8\x54\xd6\x34\xab\x3b\x7b\x99\x25\x79\x0b\xba\x07\x5f\xa9\xec\xf6\xe2\xcd\x6a\x71\x95\x03\x7d\x57\xcb\xe2\x53\x02\xe4\x4a\x2e\x8b\x6c\x36\xf3\xd1\x42\xa8\x66\xe9\xfc\x85\xea\x22\x5a\x2e\x91\x94\xeb\xee\xc0\x70\x48\x72\xa9\x8c\xa3\xc0\x9a\x78\xd5\x39\x67\x53\x91\x2e\x67\x1f\x41\x06\x6d\x03\x14\x4d\xd3\x1d\x0a\x9e\x20\x34\xb3\xc7\x2e\x32\x9c\x53\x2a\x95\xad\xd7\xf5\x97\xf2\xab\x2e\x7f\x5c\x97\x37\xeb\x76\xb9\x5e\x1f\xfd\x3d\x0c\x48\xc8\xe8\xe8\xc9\x87\x3d\x10\xe3\x80\x69\x94\x47\xdf\xba\xfd\x1b\xb0\xa8\xeb\x2a\xec\xb4\x81\xaa\x6d\x17\x75\xde\x1e\x69\xf7\xb0\x7f\x70\xbe\x7f\x42\x05\xd6\x0c\x23\xa4\x1e\xa6\x21\x3a\xd8\x20\x49\xe7\x41\xdf\x8b\xd1\x6c\xb6\x62\x1c\x31\xd2\x34\x5a\x24\x33\x75\x21\x60\x03\xe0\x90\x5e\x02\xd4\xcb\x80\xa4\xad\xdd\xcb\xe0\xbc\x6c\xac\xeb\xb4\x15\xeb\x8c\xb6\x92\xe6\x13\x1c\x04\xc9\xd8\xd8\x83\xc4\x80\xb4\x11\x0f\xdf\x22\x7a\x90\x51\x1b\xef\x64\xe7\x91\xd8\x92\x78\xe0\xe8\x49\xd8\xef\x65\xba\x56\x79\xd8\xa2\x05\x19\x5d\x1f\xed\x59\xa0\x3d\x18\xe7\x35\x3b\xff\x32\x8f\x55\x62\x56\x2a\xfb\x7c\x12\xe7\xd1\xeb\x76\x70\x62\x0d\xfb\xb1\x73\x76\xf5\x24\x4f\x79\x96\xcb\xc5\x95\x7c\x78\xfb\xfe\xe3\xbb\xdf\xb7\xad\x4c\xa1\x68\xea\x85\x1c\x8b\xf3\x82\x41\x90\x4e\xdb\xd9\x69\x0f\xc4\x5b\x08\x70\x06\xed\xbc\x36\xf7\xc0\xa1\x52\x59\x5e\xe7\xc5\xcf\x5f\x13\xad\x96\xa6\x69\x8b\xa3\x9b\xe2\xd8\x81\x7f\xb1\x57\x07\xf9\x70\x29\xf5\x75\x79\xd3\x2e\x53\xcd\xf3\x63\x81\x3d\xd2\x66\x3a\x96\xe5\x4d\xd3\x34\x2b\xa9\x6f\x9b\xac\x2d\x16\x4d\x26\xf3\x67\x65\xde\x16\x8b\xf9\x3f\xcd\x8f\xad\xa8\x69\x17\x7c\xda\x83\xf4\x64\xcf\x3a\x50\xff\x8a\x7a\xf8\x4f\x54\xdd\xfe\x37\x77\x3e\x9f\x9f\x43\x4f\xa4\x57\x88\x63\x5a\xcd\x17\xa4\x8b\x73\xce\xe5\x6b\x94\x3f\x01\x00\x00\xff\xff\x2f\x3f\x81\x1b\x22\x04\x00\x00") func runtimeSyntaxJuliaYamlBytes() ([]byte, error) { return bindataRead( @@ -2350,7 +2350,7 @@ func runtimeSyntaxLispYaml() (*asset, error) { return a, nil } -var _runtimeSyntaxLuaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x5d\x6f\xdb\x36\x17\xbe\xf7\xaf\xd0\xeb\x36\x68\x9c\xc2\x79\xbb\xee\x62\x5b\xd0\x74\x18\xba\x76\xe8\x45\x5b\xec\x03\x45\x00\xd3\x2b\x28\xe9\x48\xe6\x42\x91\x0a\x79\x18\x3b\xdb\xb3\xfd\xf6\xe1\x50\x72\xe2\xb8\xf5\xb6\x8b\x01\x13\x12\x7e\x1c\x92\xe7\xf3\xe1\x43\x37\xc6\x12\xdf\xf4\x74\x56\xd8\xa4\x27\x93\x9a\x98\x2a\x3e\x9b\x14\x45\x51\xc8\x92\xd3\x1d\x9d\x15\x53\xa5\x4e\x6d\xd2\x0f\xa7\x93\x49\x48\x96\xe2\xb0\x3e\x2f\x22\x6b\xa6\x8e\x1c\xe7\x2d\xe5\x71\xed\x41\xae\xc6\x7a\x65\x2c\x21\x50\x4f\x9a\x91\x1c\x1b\x0b\xd3\x80\x6c\x24\xd3\x80\x57\xe4\xf2\x18\x8d\x0f\x30\x0e\x4d\x72\x15\x1b\xef\x60\x7d\xa5\x2d\x02\x71\x0a\x6e\xa6\x54\x39\x3d\x60\xc5\x79\x86\x76\x35\x7c\xf8\xab\x5d\x35\x95\xa9\x45\xe4\x60\x5c\x8b\x4e\xf3\x0a\xac\x4b\x4b\x30\x1e\x95\x0f\x3e\xb1\x71\x04\x1f\x91\xb8\xf9\x12\xa5\xe1\xcf\x9f\x8a\x36\xa5\x4e\x0f\x29\xfc\xf0\xf2\xed\x7b\x7c\xf8\x0e\x1f\xde\xbf\xfc\xe1\xc7\xd7\xef\xde\x42\xc7\x48\x81\x51\x79\x6b\xa9\xe2\x56\x87\x52\xb7\x84\xda\x4b\xde\x40\x21\xf8\x80\x96\xb8\x21\x77\x2d\x7d\x47\xac\x47\x0f\x7a\x6d\x42\x84\xf5\xba\xce\x4d\xde\xdf\xf9\x3a\x59\x82\xa3\x0d\x63\x58\xef\x2b\x6d\x2d\xfa\x60\x1c\x23\xe8\x35\x5d\x25\xc9\x8e\x5e\xb7\x94\xe7\x96\x9c\x74\x51\x66\x74\x95\x4c\x20\x44\x12\x47\x10\x47\xa3\x71\xd7\x28\x7b\x97\xba\x92\x02\xd8\x8f\x39\x91\xaa\x23\xb9\x5e\x57\x97\xd8\x64\x63\x33\xa5\xe2\x89\x52\xc7\xdb\x0c\x98\x9a\x1c\x9b\xc6\x50\x38\x2b\xa6\xc6\x2b\x75\x2a\x79\xa8\xac\x97\xe2\xd9\x14\x57\x30\xae\x4f\x0c\x6b\x1c\x45\xf8\x9e\x1c\x7c\x62\x91\xf4\x79\x12\x48\xd7\xe0\xae\xcf\x01\x66\x73\xeb\x60\x98\x76\xab\x76\xcf\x84\x54\x69\x34\xa2\xcb\x08\x5d\xf9\x08\x1d\x8d\x83\x66\xed\x9e\xe6\x16\x15\x19\x8b\xca\xc7\x95\x34\xa8\xa9\x05\x6d\x7a\x34\xd6\xfb\x80\xa6\xf3\x35\x9a\x20\x82\x55\x6a\x09\xb6\x96\xa1\xf5\xed\x67\x4f\xa4\x45\xa7\x37\xf2\x6f\x1c\x53\x4b\x01\x9d\x71\xf2\x7f\x3b\xf5\x75\x83\xde\xa0\xf7\x6b\x04\x5d\x23\x68\x57\xfb\x6e\xec\x22\x51\x8d\x68\xdc\x0a\xf1\x2a\x30\xc4\x13\xf6\xdb\x93\x43\x26\x2d\x1f\x0c\xcc\xc7\xbb\xdc\x55\x97\xa8\x35\x13\x6a\xd3\x34\x6c\x3a\x02\x6d\xa8\x4a\x2c\xbd\x61\x01\x8a\x94\x2e\x50\xe7\xaf\xe5\x0a\xc9\xfd\x93\x42\xe6\xbb\x41\xc8\x07\xb8\xeb\x45\x7c\xd0\x9a\x54\x54\xb7\xb4\x35\xe9\x5d\x63\x5a\x54\xbd\x5c\x01\x81\x1b\x0d\xa8\xb3\xa6\x44\x96\xf5\x81\x32\x14\x23\x91\x00\x2e\x92\x0e\xd5\x8a\x42\x1c\x47\xb2\xe7\xa0\xa9\x01\x4a\xa3\xa5\xf2\x86\x09\xd5\x4a\x07\xd4\xa9\xeb\xd1\x18\x57\xcb\x1d\xef\x34\xa3\xed\x34\x57\x2b\xb4\x31\x95\x10\xe0\x5a\xbf\x96\x8c\x67\x61\x06\xa0\x34\xd1\xfc\x9a\x59\x03\x81\xae\x29\x44\x82\xec\x1e\x01\x9a\xfa\x9e\xc2\x41\x37\x32\xc4\xef\xe2\xad\x34\xc3\xb8\x7c\x39\x3b\xbd\x71\xc8\xb9\xcc\x6a\xc6\xbc\x46\x1f\x78\xd4\x7c\x50\xa7\xf0\xc2\x56\xa5\xc4\x24\x4d\xaf\x99\x29\x38\x54\xbe\xa6\x98\xdb\x5e\x40\x90\x43\xf2\x4d\x13\xe9\x30\x04\x6e\x39\x67\xab\x33\x90\xa0\xc0\xc4\x1b\x43\xb6\xce\x57\x34\x50\x4c\x1d\x21\x24\xe7\xe4\x7e\x0a\xff\xa4\x88\x75\xd0\x3d\xf2\xa6\x83\xba\x33\xd5\x8d\x7a\x07\xda\xdb\xe1\x9d\x95\xf7\x97\xd2\x1b\xd7\x78\xe9\x07\x96\xbd\x47\x48\x2d\x71\xa0\xd6\x44\x0e\x37\x32\x4e\xfd\xb5\xb6\x29\x8b\x53\xa4\x30\x4c\x76\x48\x25\x6b\xdc\x62\xf2\x3e\xcb\xc4\xbb\xd3\x71\xf7\x34\x07\x5d\x51\x39\x14\x32\x4b\x4c\xbd\x1d\xfd\xe2\x8d\x3b\x18\x59\xe6\xe5\x2d\x25\x84\xb8\x32\x0d\xa3\x14\xee\x2f\xe5\x11\x28\x7d\x40\xc9\x14\x19\xe5\xc6\x07\xd0\x46\xcc\x08\x1d\xf6\x56\x57\x04\x1b\xbc\x50\x38\xec\x70\x2e\x8c\xd3\x41\xcd\x41\x93\x4a\x9d\xed\xb3\xdc\xc0\x6f\x99\xcd\x22\x51\x8e\xfd\xba\x4c\xcd\xc7\x6c\x56\x79\x17\x59\xdf\xbe\x18\x8d\x96\x67\xce\x19\x0b\x0e\x89\x0e\x3d\x56\xc7\xc3\xcb\xd9\x0c\x6f\xe6\xc0\xe4\xc6\x55\x36\xd5\x34\xc3\xd1\x15\x8e\xfe\x87\xa3\xef\x71\x14\x70\xb4\xf9\x94\xad\xd3\x81\xd7\x47\x93\x8b\x27\xf3\xaf\x96\x8f\xef\x99\xba\xe9\x4a\x6f\x07\x3b\xc7\x50\x6a\x06\xa5\x16\x50\x6a\x09\xa5\x7e\x83\x52\xbf\x43\xa9\x13\xa5\x4e\xa4\xc3\xff\x71\x04\xa5\x1e\x63\x0e\xa5\x7e\xc6\x73\x3c\x3f\xc7\x33\x3c\x3b\xc7\x1f\xe7\x38\x47\xae\xc3\x29\x1e\xcc\xa6\x93\x7d\x1f\x06\x1e\x18\x7e\x16\xc8\x17\x59\x87\x9c\x85\xe9\xf4\x56\x46\xae\xde\x93\xc4\x4b\xd3\x67\xbf\x6f\x5f\x5d\xf9\x76\x7e\x61\x6c\xbf\x5d\x4b\x3d\x55\x46\xdb\x17\x2b\x1d\xee\x8e\xfe\x53\x77\x1e\xed\x7b\xf3\xe8\x3f\x74\x46\xa9\x85\x52\x8b\x8f\xf2\xa3\x96\x4a\x2d\xff\x0d\x07\xc6\xb5\x51\xbe\x78\x32\xff\x62\x79\xd7\x40\x64\x1b\x41\x8b\x9e\x37\xdf\xcc\x5f\x2d\x77\x86\x79\x6d\xa1\x4b\x6a\x5c\x88\x4b\x1c\xcb\xb4\xca\xc2\x17\xf3\xdc\xbd\xd9\x76\x83\x6c\xb6\x1b\x74\x27\xa8\x3e\x2d\xe5\x9d\xfb\x54\xc8\xf3\xfc\xb7\x38\x56\xea\x5c\x10\xf7\xe0\x64\xf6\xc9\x1c\x0c\xdb\x96\xf7\xb6\xfd\x5d\x52\xd8\xd7\x5e\x60\xfe\xd3\xbb\x6f\xdf\xe1\xe2\xe2\x02\xaf\x5e\x5f\xbc\x79\x39\x3b\xfb\x7a\x3a\x99\x3c\x28\x78\x65\x62\xb1\xd2\xb1\x60\x5f\xb4\xbe\xd0\x0d\x53\x28\xb2\x9b\x5b\xa7\x0b\xbf\x2f\xa8\x3d\xc5\xc2\x79\x2e\xd6\x3e\x5c\xee\x85\x78\x56\x1c\x88\x6e\x3f\x98\x87\xfb\x6e\x17\x8b\xe5\x9f\x01\x00\x00\xff\xff\x62\x48\xc3\x5e\x75\x0b\x00\x00") +var _runtimeSyntaxLuaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x5d\x6f\x1b\x37\x16\x7d\xd7\xaf\x98\x55\x62\xc4\x72\x56\xde\x6c\xf2\xb0\xbb\x46\x9c\x45\x91\x3a\x45\x1e\x12\xa3\x6d\x10\x14\x10\xd5\x80\x33\x73\x67\xc4\x9a\x43\x8e\xc9\x4b\x4b\x6e\x4e\xfa\xdb\x8b\xcb\x19\xd9\xb2\x1b\xa5\x7d\x28\x90\x81\xc4\x8f\x3b\xe4\xfd\xe2\xe1\xb9\xd3\x18\x4b\x7c\xdd\xd3\x49\x61\x93\x9e\x4c\x6a\x62\xaa\xf8\x64\x52\x14\x45\x21\xaf\x9c\xee\xe8\xa4\x98\x2a\x75\x6c\x93\x7e\x38\x9d\x4c\x42\xb2\x14\x87\xf7\xf3\x22\xb2\x66\xea\xc8\x71\x5e\x52\x1e\xd6\x1e\xe4\x6a\xac\x57\xc6\x12\x02\xf5\xa4\x19\xc9\xb1\xb1\x30\x0d\xc8\x46\x32\x0d\x78\x45\x2e\x8f\xd1\xf8\x00\xe3\xd0\x24\x57\xb1\xf1\x0e\xd6\x57\xda\x22\x10\xa7\xe0\x66\x4a\x95\xd3\x3d\x56\x9c\x67\x68\x57\xc3\x87\x2f\xad\xaa\xa9\x4c\x2d\x22\x07\xe3\x5a\x74\x9a\x57\x60\x5d\x5a\x82\xf1\xa8\x7c\xf0\x89\x8d\x23\xf8\x88\xc4\xcd\x7f\x51\x1a\x7e\xf6\x54\xb4\x29\x75\xbc\x4f\xe1\x87\xb3\xb7\xef\xf1\xe1\x3b\x7c\x78\x7f\xf6\xc3\x8f\xaf\xcf\xdf\x42\xc7\x48\x81\x51\x79\x6b\xa9\xe2\x56\x87\x52\xb7\x84\xda\x4b\xde\x40\x21\xf8\x80\x96\xb8\x21\x77\x25\x7d\x47\xac\x47\x0f\x7a\x6d\x42\x84\xf5\xba\xce\x4d\x5e\xdf\xf9\x3a\x59\x82\xa3\x0d\x63\x78\xdf\x57\xda\x5a\xf4\xc1\x38\x46\xd0\x6b\xba\x4c\x92\x1d\xbd\x6e\x29\xcf\x2d\x39\xe9\xa2\xcc\xe8\x32\x99\x40\x88\x24\x8e\x20\x8e\x46\xe3\xae\x51\xf6\x2e\x75\x25\x05\xb0\x1f\x73\x22\xa7\x8e\xe4\x7a\x5d\x5d\x60\x93\x8d\xcd\x94\x8a\x47\x4a\x1d\x6e\x33\x60\x6a\x72\x6c\x1a\x43\xe1\xa4\x98\x1a\xaf\xd4\xb1\xe4\xa1\xb2\x5e\x0e\xcf\xa6\xb8\x82\x71\x7d\x62\x58\xe3\x28\xc2\xf7\xe4\xe0\x13\x8b\xa4\xcf\x93\x40\xba\x06\x77\x7d\x0e\x30\x9b\x5b\x07\xc3\xb4\x7b\x6a\x77\x4c\xc8\x29\x8d\x46\x74\x19\xa1\x2b\x1f\xa1\xa3\x71\xd0\xac\xdd\xd3\xdc\xa2\x22\x63\x51\xf9\xb8\x92\x06\x35\xb5\xa0\x4d\x8f\xc6\x7a\x1f\xd0\x74\xbe\x46\x13\x44\xb0\x4a\x2d\xc1\xd6\x32\xb4\xbe\xfd\xf7\x13\x69\xd1\xe9\x8d\xfc\x8d\x63\x6a\x29\xa0\x33\x4e\xfe\x37\x53\x5f\x37\xe8\x0d\x7a\xbf\x46\xd0\x35\x82\x76\xb5\xef\xc6\x2e\x12\xd5\x88\xc6\xad\x10\x2f\x03\x43\x3c\x61\xbf\xdd\x39\x64\xd2\xf2\xde\xc0\x7c\xbc\xcd\x5d\x75\x81\x5a\x33\xa1\x36\x4d\xc3\xa6\x23\xd0\x86\xaa\xc4\xd2\x1b\x16\xa0\xc8\xd1\x05\xea\xfc\x95\x5c\x21\xb9\x7f\x72\x90\xf9\x6e\x10\xf2\x06\xee\x7a\x11\xef\xb5\x26\x27\xaa\x5b\xda\x9a\xf4\xae\x31\x2d\xaa\x5e\xae\x80\xc0\x8d\x06\xd4\x59\x53\x22\xcb\xfa\x40\x19\x8a\x91\x48\x00\x17\x49\x87\x6a\x45\x21\x8e\x23\x59\xb3\xd7\xd4\x00\xa5\xd1\x52\x79\xcd\x84\x6a\xa5\x03\xea\xd4\xf5\x68\x8c\xab\xe5\x8e\x77\x9a\xd1\x76\x9a\xab\x15\xda\x98\x4a\x08\x70\xad\x5f\x4b\xc6\xb3\x30\x03\x50\x9a\x68\x7e\xcd\xac\x81\x40\x57\x14\x22\x41\x56\x8f\x00\x4d\x7d\x4f\x61\xaf\x1b\x19\xe2\xb7\xf1\x56\x9a\x61\x5c\xbe\x9c\x9d\xde\x38\xe4\x5c\x66\x35\x63\x5e\xa3\x0f\x3c\x6a\xde\xab\x53\x78\x61\xab\x52\x62\x92\xa6\xd7\xcc\x14\x1c\x2a\x5f\x53\xcc\x6d\x2f\x20\xc8\x21\xf9\xa6\x89\xb4\x1f\x02\x37\x9c\xb3\xd5\x19\x48\x50\x60\xe2\xb5\x21\x5b\xe7\x2b\x1a\x28\xa6\x8e\x10\x92\x73\x72\x3f\x85\x7f\x52\xc4\x3a\xe8\x1e\x79\xd1\x5e\xdd\x99\xea\x46\xbd\x03\xed\xed\xf0\xce\xca\xfb\x0b\xe9\x8d\x6b\xbc\xf4\x03\xcb\xde\x21\xa4\x96\x38\x50\x6b\x22\x87\x6b\x19\xa7\xfe\x4a\xdb\x94\xc5\x29\x52\x18\x26\x3b\xa4\x92\x35\x6e\x31\x79\x97\x65\xe2\xed\xee\xb8\xbb\x9b\x83\xae\xa8\x1c\x0e\x32\x4b\x4c\xbd\x1d\xfd\xe2\x8d\xdb\x1b\x59\xe6\xe5\x2d\x25\x84\xb8\x32\x0d\xa3\x14\xee\x2f\xa5\x08\x94\x3e\xa0\x64\x8a\x8c\x72\xe3\x03\x68\x23\x66\x84\x0e\x7b\xab\x2b\x82\x0d\x5e\x28\x1c\x76\xd8\x17\xc6\xe9\xa0\x66\xaf\x49\xa5\x4e\xee\xb3\xdc\xc0\x6f\x99\xcd\x22\x51\x8e\xfd\xaa\x4c\xcd\xc0\x66\xf8\x7a\xb0\x17\x3f\x23\xd9\x06\x3a\xb4\xbb\x8b\x2a\xef\x22\xeb\x9b\xc2\xd5\x68\xa9\xb6\xce\x58\x70\x48\xb4\xaf\x66\x1e\x0e\x05\xbc\x19\x4a\xf7\x50\x50\x8c\xab\x6c\xaa\x69\x86\x83\x4b\x1c\xfc\x03\x07\xdf\xe3\x20\xe0\x60\xf3\x39\x5b\xc7\x43\x79\x19\x4d\x2e\x9e\xcc\xff\xb7\x7c\x7c\xc7\xd4\x75\x57\x7a\x3b\xd8\x39\x84\x52\x33\x28\xb5\x80\x52\x4b\x28\xf5\x11\x4a\x7d\x82\x52\x47\x4a\x1d\x49\x87\x7f\xe1\x00\x4a\x3d\xc6\x1c\x4a\xfd\x8c\x17\x78\x71\x8a\xe7\x78\x7e\x8a\xdf\x4e\x71\x8a\x85\x52\xc7\xcb\x8f\x4f\xff\xf9\xec\x13\x1e\xcc\xa6\x93\xfb\x7e\x0c\x94\x34\x7c\xa1\xc8\x13\x59\x87\x9c\x89\xe9\xf4\x46\x46\xae\xbe\x27\x89\x17\xa6\xcf\xbe\xdf\x7c\x00\xc8\xb3\xf3\xb1\xb3\x7d\x76\x2d\xf5\x54\x19\x6d\x5f\xae\x74\xb8\xdd\xfa\x57\xdd\x79\x74\xdf\x9b\x47\x5f\xd1\x19\xa5\x16\x4a\x2d\xfe\x90\x1f\xb5\x54\x6a\xf9\x77\x38\x30\xbe\x1b\xe5\x8b\x27\xf3\xff\x2c\x6f\x1b\x88\x6c\x23\x88\xd1\xf3\xe6\x9b\xf9\xab\xe5\xce\x30\xbf\x5b\xe8\x92\x1a\x17\xe2\x12\x87\x32\xad\xb2\xf0\xe5\x3c\x77\x6f\xb6\xdd\x20\x9b\xed\x06\xdd\x09\xb2\x8f\x4b\x29\xb9\x9f\x0b\x79\x9e\x7f\x8b\x43\xa5\x4e\x05\x75\x0f\x8e\x66\x9f\xcd\xc1\xb0\x6c\x79\x67\xd9\x9f\x25\x85\x7d\xed\x05\xea\xef\xce\xbf\x3d\xc7\xdb\xf3\x77\x67\x78\xf5\xfa\xa7\x37\x67\xb3\x93\xff\x4f\x27\x93\x07\x05\xaf\x4c\x2c\x56\x3a\x16\xec\x8b\xd6\x17\xba\x61\x0a\x45\xf6\x73\xeb\x75\xe1\xef\x0b\x6a\x4f\xb1\x70\x9e\x8b\xb5\x0f\x17\xf7\x62\x3c\x29\xf6\x84\x77\x3f\x9a\x87\x5f\xf0\xfb\xcb\x5e\xff\x1e\x00\x00\xff\xff\x9b\xca\x88\xf3\x27\x0c\x00\x00") func runtimeSyntaxLuaYamlBytes() ([]byte, error) { return bindataRead( @@ -2450,7 +2450,7 @@ func runtimeSyntaxMarkdownYaml() (*asset, error) { return a, nil } -var _runtimeSyntaxMicroYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xc1\x8a\xe3\x30\x0c\x86\xef\x79\x0a\x93\x99\x43\x42\x71\xe8\x75\x03\x43\x29\x0b\xf3\x12\x93\x1e\x5c\x47\x6d\xcd\x38\x72\x90\x65\xb6\x05\x3d\xfc\x62\xa7\xdb\x69\xbb\xbb\x4c\x4e\x91\xfc\x49\xbf\xf4\xeb\xe0\x3c\xf0\x65\x86\x5e\x4d\xce\x52\xa8\xaa\x11\x18\x2c\xf7\x95\x52\x4a\xe5\x47\x34\x13\xf4\xaa\x1e\x86\xae\x29\x44\xfb\x5a\x57\x15\x25\x0f\x71\x61\xb4\x8a\x6c\x18\x26\x40\x2e\xd8\xbe\x89\x17\x64\x73\x16\x1b\x7c\xa0\x46\x7b\x87\x9f\xed\xa6\x1d\x86\x7d\xfd\x3f\x9e\x0d\xf1\x9b\x00\x8e\x6f\xf7\x98\x1b\x01\xd9\x1d\x1c\xd0\x95\x1b\xe1\x60\x92\x67\xb1\x61\xca\xd5\x12\x2f\xd3\x3e\x78\xf9\xe2\xc4\x06\x8c\x6c\x90\x9b\x2e\x32\x39\x3c\x36\x9d\x3d\x19\x6a\x37\xd2\x61\x9a\xf6\x90\xff\x6e\xe2\x32\x13\xcc\x14\xac\xe4\xed\x25\xce\x60\x9d\xf1\x92\x70\x04\xf2\x0e\x61\x14\x20\x0a\x24\x1c\xc6\x50\x8a\x52\xcc\x69\x71\x98\xe5\x74\xee\x2b\x8d\x4d\x44\x39\x6a\x37\xf9\x4d\x2f\x22\x72\x4c\xcc\x40\x7a\xa9\xbf\x06\xbf\x0c\xa1\xc3\xa3\xd8\x44\x31\x90\x2e\xad\x8a\x41\xda\x06\x9f\x26\xbc\x5f\xfc\xcf\x16\xd7\xa1\xaf\xdb\xcb\x49\xb6\xb2\x3e\xb7\xab\x8f\xb5\xfe\xb1\x5b\x95\xb8\x5d\x7d\x57\xb6\x3e\x67\x5c\x19\x7d\x50\x5b\xfd\xbe\x7b\xe4\x8b\x8d\xcb\x15\xf3\x57\xee\xd0\xab\xfa\xa5\xbe\xa5\x00\xc7\x5e\xd5\xaf\x5f\x89\xe5\xf0\xea\x63\xf7\x2c\xba\x18\xfe\x77\xb3\xa1\x7e\xee\x76\x9f\x89\x9f\x6e\x2e\x83\x0e\x43\xf7\x2c\x72\x0b\x9f\x95\x96\x53\xfd\x3c\x19\x7a\x2c\xfd\x97\x05\x2f\x65\xfd\xad\x7e\xcf\x16\xec\x56\x0b\x58\xfd\x0e\x00\x00\xff\xff\xfe\x78\x3c\x26\xf5\x02\x00\x00") +var _runtimeSyntaxMicroYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x93\x31\x6f\xdb\x30\x10\x85\x77\xfd\x0a\x42\xc9\x20\xc1\x90\x91\x8e\x15\x10\x18\x41\x9b\x00\x1d\xda\x0c\xcd\x50\xa0\xcc\x70\xa2\x4e\x32\x61\x8a\x14\x8e\xa7\xc4\x46\xd9\xff\x5e\x50\x72\x63\xab\x6e\x6c\x6d\x3e\x7e\x8f\xf7\xee\xd1\xd7\x68\x83\xbc\xeb\xb1\x14\x9d\x56\xe4\x92\xa4\x46\x46\xc5\x65\x22\x84\x10\xf1\xd0\x42\x87\xa5\x48\xa5\x5c\x66\x23\x91\x5f\xa7\x49\x42\x83\x41\x3f\x31\x85\xf0\x0c\x8c\x1d\x5a\x1e\xb1\x2a\xf3\x3b\xcb\xb0\x0d\xca\x19\x47\x59\x61\xb4\xdd\xe4\xab\x5c\xca\x2a\x7d\x8f\x67\x20\xbe\x0d\x68\xeb\xdb\x03\x76\x25\xbe\xeb\xae\x37\x28\x9c\xc5\x78\x07\x92\xdf\xcb\x75\x8d\x96\x75\xa3\x91\xf6\xfa\x1a\x1b\x18\x0c\x07\x3b\x74\x15\x52\x78\xbb\x3e\x0c\xb6\x46\x8a\xda\x3a\x20\x91\xa3\xc0\xae\x76\xe3\xf9\xe0\x63\x39\x68\x1b\xef\x2a\xd4\x1a\x28\xa8\x81\xbc\x23\x29\xc7\x66\x93\x79\x29\x0b\xe5\xcc\xd0\xd9\xa0\x5b\xeb\x08\x43\xad\x5f\x74\x8d\x14\x18\xaa\x0a\x68\x66\x16\x7b\x20\x60\x3c\x72\xe7\x05\x3b\xb1\x41\xec\x45\xaa\x5c\x1c\x65\x9b\x0a\xc2\x16\xb7\x42\x19\x04\xfb\xde\x34\xbe\x47\xa5\xc1\x64\x9f\xd6\x40\xf3\xdc\x4e\xd0\x4c\x0d\x44\x68\x59\xca\x22\x5f\x45\xdb\x52\x16\x53\x08\x67\x65\xed\xc0\x8c\x71\xb8\x4c\xdb\xc6\xed\xa3\x79\x05\xb2\xda\xb6\xf9\xaf\x0f\xbf\xcf\x8a\x95\xeb\x62\xb6\x99\x94\xcb\x8a\x74\xbb\xe6\x0b\x1e\xfd\xae\xab\x9c\x89\x78\x56\x11\xa8\x0d\xb2\x0f\xae\x47\x02\x8e\xef\x01\x6d\x7e\x41\x7f\x28\x8c\x77\x28\x03\xde\x87\x0e\x14\xb9\xf0\x02\x74\x49\xad\x9c\xf5\x0c\x93\xdd\xac\x72\x7b\x23\x4c\x03\x86\x06\x8c\xc7\x71\xdc\xd5\xdb\x3f\x67\x8a\x3e\x26\x1f\x3c\x93\xb6\x6d\xc4\x07\x32\xf9\x6a\x02\xcf\xf6\xea\x09\x7b\x72\x2a\x4a\xfc\x1a\x2b\xb0\xed\x05\x41\x5c\xbb\x48\x6f\x70\xf7\xea\xa8\x9e\xd3\x7f\x9d\x2f\x27\x6f\x7b\x49\x58\x87\xbb\x70\xb3\xcd\x17\x3f\x6f\x8a\x8f\xcf\x8b\xf1\x77\xbe\xb8\x24\xbb\xd9\x46\x5c\x40\xd1\x88\xbb\xe2\xe1\x79\xce\x8f\xcf\x39\xad\x72\xfc\xc6\x65\x2c\x45\x7a\x95\xbe\x95\xd0\xd6\xa5\x48\xaf\x0f\x85\xa3\xed\x9f\xbe\x42\xc4\xcd\x2a\x45\x9a\x3d\x7c\xf9\xf1\xf5\x3e\x3c\x3d\x7e\x7e\x0c\xdf\x1e\x9f\xee\xf3\x72\x75\xe2\x6c\x4a\xf6\xb4\xa3\x4c\xff\x6d\x79\x5c\xf1\x1b\xdd\x8f\xd3\x48\xb9\x3c\xe3\x64\xde\xe9\xf0\x9e\x73\xe9\xff\x72\xba\x1a\x33\xba\x2b\x1e\x62\x4e\xcf\x8b\x34\xf9\x13\x00\x00\xff\xff\x39\xf1\xae\x51\x1a\x05\x00\x00") func runtimeSyntaxMicroYamlBytes() ([]byte, error) { return bindataRead( diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index 24030563..f43843b8 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -47,6 +47,33 @@ save and quit you can bind it like so: } ``` +## Binding commands + +You can also bind a key to execute a command in command mode (see +`help commands`). Simply prepend the binding with `command:`. For example: + +```json +{ + "Alt-p": "command:pwd" +} +``` + +Now when you press `Alt-p` the `pwd` command will be executed which will show +your working directory in the infobar. + +You can also bind an "editable" command with `command-edit:`. This means that +micro won't immediately execute the command when you press the binding, but +instead just place the string in the infobar in command mode. For example, +you could rebind `CtrlG` to `> help`: + +```json +{ + "CtrlG": "command-edit:help " +} +``` + +Now when you press `CtrlG`, `help` will appear in the command bar and your cursor will +be placed after it (note the space in the json that controls the cursor placement). ## Binding raw escape sequences