|
|
|
|
@@ -8,6 +8,7 @@
|
|
|
|
|
// runtime/colorschemes/cmc-tc.micro
|
|
|
|
|
// runtime/colorschemes/codeblocks-paper.micro
|
|
|
|
|
// runtime/colorschemes/codeblocks.micro
|
|
|
|
|
// runtime/colorschemes/darcula.micro
|
|
|
|
|
// runtime/colorschemes/default.micro
|
|
|
|
|
// runtime/colorschemes/flamepoint-tc.micro
|
|
|
|
|
// runtime/colorschemes/funky-cactus-tc.micro
|
|
|
|
|
@@ -151,6 +152,7 @@
|
|
|
|
|
// runtime/syntax/tcl.yaml
|
|
|
|
|
// runtime/syntax/tex.yaml
|
|
|
|
|
// runtime/syntax/toml.yaml
|
|
|
|
|
// runtime/syntax/twig.yaml
|
|
|
|
|
// runtime/syntax/typescript.yaml
|
|
|
|
|
// runtime/syntax/vala.yaml
|
|
|
|
|
// runtime/syntax/vhdl.yaml
|
|
|
|
|
@@ -387,6 +389,26 @@ func runtimeColorschemesCodeblocksMicro() (*asset, error) {
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeColorschemesDarculaMicro = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\xc1\x8e\xea\x20\x14\x86\xf7\x3e\x05\x81\xad\x6d\xae\xda\x5b\x6b\xee\x4a\xab\x5d\xde\xcc\x2b\xd0\x72\x74\x88\x14\x9a\x03\xcd\x8c\x6f\x3f\xa1\xe2\xa4\xa3\x95\x91\xb3\x21\xe9\xc7\x7f\xe0\x3f\x7f\x1b\xa3\x0c\x26\x4a\xea\x33\x11\x70\xe4\xbd\x72\x84\xb2\x72\x58\x73\xb6\xcc\x7c\xd1\xd9\x08\x6a\x4c\xdb\x82\xf6\xd0\xfa\x8f\xaf\x49\x48\x0a\xd0\x4e\x1e\x25\x20\xa1\xac\xaa\xca\x3c\xdf\x3f\x11\xd3\xd6\xf1\xab\xda\x76\x73\x28\x97\x51\x2a\xb5\x0e\xa5\x3e\x11\xca\xf2\x6d\xb1\xfe\xbb\x79\x05\x4e\x9b\x77\x8e\xf1\x13\xd6\x71\x07\xe1\x4d\x65\x59\x2c\xb3\xe9\x5b\xd8\x4b\x5b\x1b\x15\x37\xa7\x43\xe8\xd0\x34\x71\x21\x77\xe9\xe0\x97\x56\x1d\x34\x92\xab\x38\xd4\x6b\x01\xa8\xa4\x06\x41\x28\xdb\xaf\x56\x79\x31\xcd\x01\xa2\x41\x42\x6b\xa3\x04\x61\xe5\x2e\xdb\x2d\xf2\xe9\x6b\x19\x61\x6e\x58\x44\xce\xbb\xd5\x5b\xdf\x97\xd0\xf0\x7d\x1e\x2c\xf9\x29\xc7\xeb\x7a\x70\x3e\xc2\x48\xed\x73\x92\x84\x11\x65\x95\xaf\xc9\xa6\xbe\x5d\xa2\xfb\xb6\x1e\x02\x95\x0f\x6b\x7a\xfa\x3d\xa2\x97\x7c\xf9\xc0\xa9\x77\x0e\x30\x09\x26\xc5\xfc\x09\xe4\x07\x47\x7d\x0d\xe1\x21\xdf\xef\xd6\xd9\xb3\x6b\xd8\xeb\x7e\x70\xa9\xf4\x75\x97\x52\xbf\x6d\x8c\xea\x5b\x3d\x22\xd8\x7f\x43\xe0\xd3\x81\x16\x20\x86\x9c\xd8\x7f\xe4\x4d\x71\xa9\x49\x8d\xbc\x39\x83\xb3\xe9\x7d\x92\xd2\x6f\x9e\x86\xff\x97\xce\xd8\x43\x6c\xd3\xdb\xf9\x11\xf5\x08\x39\xee\xdf\xb5\x3d\x14\x8b\x6a\x34\x87\xaf\x00\x00\x00\xff\xff\x93\xc7\x58\xc1\x22\x04\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeColorschemesDarculaMicroBytes() ([]byte, error) {
|
|
|
|
|
return bindataRead(
|
|
|
|
|
_runtimeColorschemesDarculaMicro,
|
|
|
|
|
"runtime/colorschemes/darcula.micro",
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func runtimeColorschemesDarculaMicro() (*asset, error) {
|
|
|
|
|
bytes, err := runtimeColorschemesDarculaMicroBytes()
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "runtime/colorschemes/darcula.micro", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)}
|
|
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeColorschemesDefaultMicro = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\xcd\x6e\xab\x30\x10\x85\xf7\x79\x0a\xcb\xde\x06\x74\x43\x12\x43\x74\x57\x50\x60\x59\xf5\x15\x0c\x9e\xa4\x56\x8c\x8d\xfc\xa3\x36\x6f\x5f\x99\x92\x2a\x69\x5c\x5a\xbc\xb1\xc4\x37\x67\xc6\xc7\xc7\xbd\x96\xda\x24\x52\xa8\x33\xe2\x70\x64\x5e\x3a\x84\x49\x5b\xb4\x45\x9b\xad\x49\x56\x84\x85\x57\x37\x50\xaf\x87\x01\x54\x80\xf2\x7d\xbe\xd9\x37\x51\x48\x70\x50\x4e\x1c\x05\x18\x84\x09\xa5\xf5\xa1\x69\x7f\x10\x53\xd6\xb1\x49\xad\x6c\x8a\x4d\xbb\x4c\xa5\xd6\x19\xa1\x4e\x08\x93\x86\xd6\x55\xbe\xfb\x0b\x9c\xf6\xaf\x2c\x0c\x51\xd5\x0d\x2d\xeb\x68\x85\x75\xcc\xc1\x7c\xa6\xf6\x90\xd1\x3c\x7e\x70\x7b\x19\x3a\x2d\x97\x99\xd1\xc0\x68\x74\x8f\x30\x79\xaa\x76\xd5\x86\x46\x21\x77\x19\x61\xd9\x16\x3b\x42\x2f\x58\xe8\x55\xd2\x26\xcb\xe2\x1e\x7b\xc5\xc1\x48\xa1\x80\x23\x4c\xea\xed\x96\x16\xf1\x99\xc0\x18\x6d\x10\xee\xb4\xe4\x68\x71\x2c\xcd\xf5\x15\x5b\x90\x0b\x6e\x79\x1b\xfa\x22\x3c\xff\x5f\xcf\x79\xb9\x97\x63\x5d\x37\x39\xbf\xc0\x08\x15\x72\x92\xcc\x57\xb4\xff\x17\x56\xb4\x69\x68\x97\x28\x3f\x74\x53\xa0\xca\xe9\x5b\x93\x6d\x16\xd6\xfd\xed\x7b\x63\x82\x64\xbc\x20\xa2\x7c\xf2\xce\x81\x49\x66\x93\x96\xfc\x99\xc9\x37\x66\xd4\xef\x21\xf4\xc6\x7e\xee\x83\x4b\xb1\x39\xa7\x6d\xaf\xa5\x1f\xd4\x0d\x41\x9e\x35\x82\x77\x07\x8a\x03\x9f\x72\x62\xff\xa3\x17\xc9\x84\x42\x9d\x61\xfd\x19\x9c\x4d\xbf\x27\x29\xfd\xe2\xf1\xfc\x7e\xf1\x8a\x3c\xc4\x36\xbd\xd6\xdf\x50\x8f\x90\x63\xa7\xc8\x4b\xfc\x08\x00\x00\xff\xff\x92\xba\x33\x8a\x22\x04\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeColorschemesDefaultMicroBytes() ([]byte, error) {
|
|
|
|
|
@@ -887,7 +909,7 @@ func runtimeHelpColorsMd() (*asset, error) {
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeHelpCommandsMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x56\x4d\x8f\xdb\x36\x10\xbd\xfb\x57\x0c\xb6\x87\x4d\x8a\x5d\xe7\xee\x4b\x51\x04\x05\x5a\x20\x69\x53\x24\x97\x9e\xca\x91\x34\x92\x08\x53\x1c\x85\x43\xd9\x71\x7f\x7d\x31\x1c\x4a\xb6\x77\x0b\x34\x7b\x59\x99\x9c\x8f\xc7\x99\x79\x8f\xfc\x01\x3e\xb1\x88\x6f\x02\x41\xcb\xd3\x84\xb1\x93\xdd\xee\x2f\x5e\xa0\xc5\x08\xf4\x8d\xda\x25\x13\xe8\x67\xe7\x33\xa7\xd5\x06\x9a\x0b\xcc\x89\x44\x7c\x1c\xc0\xbd\xcf\x29\x3c\x93\x83\x9e\x43\xe0\x33\x95\xdd\x3c\x6e\x01\xf7\xbb\x5f\x29\x11\x60\xa2\xb2\x3a\xbf\xcc\x07\x79\xc4\x0c\x97\x9a\x73\x11\xda\xef\x76\x3f\x82\xfb\xba\xf8\xec\x0e\xf0\xe7\xe2\xb3\xc0\xe4\xdb\xc4\xb6\x2e\x78\x22\xe8\x7d\xa0\x88\x13\xfd\xe4\x0e\xf0\x19\x4f\x24\x96\x70\x49\x89\x62\x86\x66\xe9\x7b\x4a\x7b\xf8\xad\x2f\xcb\xab\x31\x78\x81\x39\xf1\xc9\x77\xd4\x81\xcf\x70\xf6\x21\xec\x00\xe0\xb1\x84\x44\x79\xbc\xb3\xb6\x6c\x89\xe6\x80\x2d\xc1\x83\x10\xa6\x76\x7c\x80\x87\x13\x86\x85\x1e\xa0\x0f\x38\x88\x3b\xc0\x97\xd1\x4b\x89\x04\xab\xa9\x33\x53\x07\x67\x9f\x47\x70\xc5\xde\xed\x41\x33\x7d\x19\x09\x9c\x79\x96\x7a\xf0\x9c\x3d\x47\x0c\x7b\xdd\xfc\x39\x43\xd6\x60\x33\xfb\x98\x9f\x14\x4b\x2a\x90\x39\x86\x0b\x70\xa4\x92\xf2\x00\xae\x75\x4f\x70\x1e\x7d\x3b\x02\x45\x6c\x02\x09\xb8\x76\xa4\xf6\xe8\x60\xe2\x8e\x4a\x1e\xdb\x46\x39\x0a\xf8\x5e\x4b\xfb\xd8\x41\xf0\x47\x82\xcc\x30\x53\xea\x39\x4d\xe5\xac\x15\xf2\xa4\x45\x23\x6c\x47\xc8\xbe\x1c\x1c\x00\x7e\xe7\x4c\xd6\x99\xed\x3c\xd3\x22\x19\x1a\x02\x84\x13\x06\xdf\x41\xa2\x81\xbe\xed\x41\xcb\xac\xf0\xd8\xaa\x8d\x69\x58\x34\xa0\x68\x94\x8e\x49\x20\x72\x86\xb1\x94\x38\x5e\x40\x66\x6c\x49\xc0\x47\xf0\xf9\xa9\x74\x7d\xc2\x0b\xf0\xe4\x73\xf1\xfe\xba\x70\x26\xa9\x9d\xa6\x5c\x2b\x04\x56\xc4\x03\x08\x65\x6b\x75\x5d\xcf\x6c\x5b\x7b\xf8\x4c\x36\x5e\xce\x76\xc4\xc1\x48\x61\x86\xcc\xb3\x6f\x15\x49\xcf\x09\x10\x82\x97\xac\x40\xab\xd1\x36\x75\x42\x79\xcb\x19\xb8\xc5\xf0\xbd\x89\xa1\x58\x87\x0b\xbc\x29\x6d\xf2\xf1\x76\x10\x35\xaf\xcd\xe2\xdb\x1a\x7d\xe4\x73\x8d\xa0\x31\x47\x3e\xdf\x0f\xae\x85\xac\x85\x1c\xfc\x89\x62\xb5\x36\x77\x3a\x61\x80\x07\xfa\x66\xd4\xe3\xf8\xe0\x0e\xf0\x8b\xfa\x60\x26\x01\x84\x0f\x0b\xc2\x75\x77\x7f\xd3\xc3\xc2\x1f\x1b\xd3\xc8\x05\xd7\x9c\x7c\xcc\xda\x91\x3c\x2a\x89\x85\x4b\x2d\x64\xe4\x25\x74\x4a\x42\x70\x13\x89\x50\x1c\x28\x1d\x3e\x92\x08\x0e\xf4\x66\xbf\xdf\xbf\x75\x7a\xf4\xce\xcb\x1c\xf0\x02\xa8\x91\xac\x01\xc6\x96\x25\x82\x8c\xcf\x95\xd9\xee\x00\x69\x89\x72\x73\x18\x19\x29\x84\x4d\x44\x6a\xb1\x1a\x6c\x8f\x43\xe2\x25\x76\xfb\x42\x10\x8d\x59\x4d\x1e\x05\x78\xc9\xf3\x62\x5c\xd5\xd9\xab\x99\xa9\x78\xeb\xd4\x05\x1f\x09\xce\x23\xe9\x3c\x41\xef\xa3\x97\x91\x44\xf3\x46\x1f\x07\x43\xd5\xf8\xd8\xc1\x91\x2e\x80\x6d\xad\x7c\x9b\xa8\x96\xec\x48\x17\xdd\xd6\x12\xf4\x89\xa7\x62\x96\xb9\x5a\x5e\xa7\x4a\xa8\xb5\x81\xe1\xa8\xf0\xae\x5e\x02\xd8\xb0\x0a\x12\x27\x98\x58\x09\x1b\x7b\xd6\x35\xc5\xac\x95\x3f\xd2\x45\x40\x4f\x8b\x35\x82\xf2\x1e\x4f\xe8\x83\x72\xd7\x00\x9e\x64\x0e\x05\xbd\x29\x8f\x3b\x00\xcf\xa4\xa6\x70\xa2\x94\xbd\x8e\xa3\x59\x98\xa2\x6c\x76\x45\xe1\x22\xdf\x0a\x9c\xb5\xd6\x34\xee\xe9\x75\x00\x95\x93\x99\x22\x75\x16\x4a\x85\x7d\x9a\xf3\x65\x55\xcc\x82\x66\x7c\x85\x46\x34\x36\xca\x0a\xd4\x41\xb3\xe4\x0d\xe2\xc8\xc9\xff\xc3\x31\x5f\x73\x44\xc9\x84\x1d\x70\xaf\x60\x5e\x42\xb0\x1c\x19\x9b\xd7\xc7\xbd\xce\x89\x6e\x69\x83\x11\x22\x9d\x21\x63\xb3\x79\xc9\xd9\x67\xd5\x29\x6c\x56\xed\x5d\xa7\xa9\x4c\xc8\xba\xcd\xd6\xb5\x99\x5a\xdf\x7b\xea\x2c\xc4\x2a\xc0\xea\x6c\xf7\x9b\x57\x91\x35\x49\x53\x44\x71\x99\x1a\x4a\x4f\x50\xa4\xa2\x14\x94\x7b\xdb\x2a\xce\xaf\xff\x0a\xaa\xc0\xc3\x4d\xc7\x02\x0f\xc5\x2b\x04\x98\x8c\x36\xd6\xfe\x8e\x9a\x65\x00\xc9\x98\x8b\xdc\x56\x89\x9b\xc3\x32\xa8\x14\x46\xc9\xea\x61\x3f\xff\xae\x55\xa9\xab\xb7\x85\x31\x83\x3b\xdf\x44\x93\x0e\xe0\xbd\xab\x2d\xfe\x8f\xa7\x8a\xa1\x3b\x94\x7f\x52\x00\xd7\x84\xd4\x55\xeb\x7b\x90\xcb\xdc\x61\xd6\xe0\xf6\xf1\x3d\x2e\x76\x73\xbc\xc0\x66\x8b\x24\x85\x33\xaf\x01\xde\xdd\x3d\xab\x3e\xf7\x4a\xe1\xab\x7c\x6b\xe6\x8d\x43\x6b\x66\xc0\x22\x6c\x83\xcf\xe3\xd2\xec\x5b\x9e\xde\x15\xd5\x7b\xb6\xa7\xcb\x3b\xb3\x7a\x6e\x47\x8c\x91\x82\x5d\x72\xeb\x43\x07\x83\x30\x08\xd1\x95\xc2\x69\xc2\xa2\xf3\xc6\xe4\xf2\x6e\xb1\x23\x4d\x18\x71\xa0\xa4\xde\x55\xbf\xdc\x27\xdb\xf9\x68\x3b\x6e\x15\x8b\x55\xc7\x6b\x31\xee\x6e\xa4\xbb\x2a\x6d\x27\xa9\xcd\xb8\x1e\x68\x3b\xa2\x96\xaa\xe3\x73\x0c\x8c\x1d\xbc\x29\xcf\x04\x1f\xdb\xb0\x74\x54\x18\xaf\x17\xeb\xea\x64\x7a\x8f\x97\x32\xd6\x21\x11\x76\x97\x6b\x97\xde\xae\xaf\x1a\x0d\x54\xe6\x44\x3f\xac\x95\x69\x89\x7a\xfd\x17\xf2\xd5\x36\xb6\x1d\xcc\x98\x47\x77\x80\xf7\x23\xc6\xc1\xb4\xf0\xcc\xe9\xa8\x7a\xd9\xf9\x44\x6d\xe6\x74\x59\xe9\x66\x7d\x74\xc5\xa3\x1e\xf0\xac\x49\x3e\x95\xab\xe6\xf6\x9e\x7b\x15\xc2\xcc\x95\x43\xb7\xb2\xf0\x87\xfe\xc6\x4d\x0d\xfe\xe3\x89\xb7\xdb\x3d\x3f\x3f\xef\x76\x4a\x6b\x7b\x7d\x6a\xd4\xed\x61\xa9\x52\xbb\x3d\xf8\xea\xa3\xb4\xa3\x1e\x97\xb0\xd5\xf8\x60\x14\xf6\x51\x99\xf0\xe1\x25\xce\x92\x59\x6b\x4f\x29\x71\x92\xfd\xee\xdf\x00\x00\x00\xff\xff\x80\x11\x5d\x0b\x2f\x0b\x00\x00")
|
|
|
|
|
var _runtimeHelpCommandsMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x56\xcf\x8f\xdc\xb6\x0e\xbe\xcf\x5f\x41\xec\x3b\x24\x79\xd8\x71\xee\x73\x79\x78\x08\x0a\xb4\x40\xd2\xa6\x48\x2e\x3d\x55\xb4\x4d\xdb\xc2\xca\xa2\xa3\x1f\x33\x71\xff\xfa\x82\xa2\xec\x99\xd9\x29\xd0\xec\x65\xc7\x12\xc9\x8f\xfa\x48\x7e\xd2\x7f\xe0\x33\xc7\x68\x5b\x47\xd0\xf1\x3c\xa3\xef\xe3\xe1\xf0\x07\x67\xe8\xd0\x03\x7d\xa7\x2e\x27\x02\xf9\xd9\xdb\xc4\x61\xb3\x81\x76\x85\x25\x50\x8c\xd6\x8f\x60\x3e\xa4\xe0\x8e\x64\x60\x60\xe7\xf8\x42\x65\x37\x4d\x7b\xc0\xe6\xf0\x33\x05\x02\x0c\x54\x56\x97\xd7\x78\x90\x26\x4c\xb0\x56\xcc\x1c\xa9\x39\x1c\xfe\x0b\xe6\x5b\xb6\xc9\x9c\xe0\xf7\x6c\x53\x84\xd9\x76\x81\x75\x3d\xe2\x99\x60\xb0\x8e\x3c\xce\xf4\x3f\x73\x82\x2f\x78\xa6\xa8\x80\x39\x04\xf2\x09\xda\x3c\x0c\x14\x1a\xf8\x65\x28\xcb\x9b\x31\xd8\x08\x4b\xe0\xb3\xed\xa9\x07\x9b\xe0\x62\x9d\x3b\x00\xc0\x9b\x12\x12\xe3\x9b\x3b\x6b\x45\x0b\xb4\x38\xec\x08\x9e\x22\x61\xe8\xa6\x27\x78\x3a\xa3\xcb\xf4\x04\x83\xc3\x31\x9a\x13\x7c\x9d\x6c\x2c\x91\x60\x33\x35\x6a\x6a\xe0\x62\xd3\x04\xa6\xd8\x9b\x06\x04\xe9\xeb\x44\x60\xd4\xb3\xf0\xc1\x4b\xb2\xec\xd1\x35\xb2\xf9\xff\x04\x49\x82\x2d\x6c\x7d\x7a\x96\x5c\x42\x49\x99\xbd\x5b\x81\x3d\x15\xc8\x13\x98\x23\x9a\x67\xb8\x4c\xb6\x9b\x36\xc8\x08\xe8\x1c\x70\xa7\xe7\xef\x28\x4a\x38\x4c\xc0\xbe\x93\x63\x00\xc0\xaf\x9c\x48\x79\xde\xb3\x9b\x73\x4c\xd0\x12\x20\x9c\xd1\xd9\x1e\x02\x8d\xf4\xbd\x01\x21\x4d\xc0\x58\xb9\xc3\x30\xe6\x99\x7c\x2a\x21\x7b\xa6\x08\x9e\x13\x4c\x85\x30\xbf\x42\x5c\x0a\xbc\xf5\x60\xd3\x73\xa9\xe1\x8c\x2b\xf0\x6c\x53\xf1\xfe\x96\x39\x51\xbc\x63\x52\x32\x7d\x4d\xe6\x8f\xd3\x58\x3e\x38\x27\xc9\x46\x5a\x45\x3a\xd2\x0f\x36\xcc\x28\x44\xea\x59\xe1\x0b\xd1\x0e\x67\xf6\x96\x1d\x38\xc0\xcc\x42\xa9\x1f\xf8\xea\x20\x1d\x45\xa9\x56\x02\x14\xe5\x04\x91\x92\xb6\x54\x5d\x4f\xac\x5b\x4d\x09\x2e\x1b\x46\x77\xa2\x81\x89\xdc\x02\x89\x17\xdb\x09\xba\xc0\x20\x38\x1b\x93\x50\x58\x8d\xf6\xee\x8e\x94\x76\x4c\xc7\x1d\xba\x1f\x05\x86\x62\xed\x56\x78\x5b\xda\xc1\xfa\xdb\x86\x17\x5c\xed\xf9\x77\x35\xfa\xc4\x97\x1a\x41\x62\x4e\x7c\xb9\x1f\x10\x0d\x59\x4b\x3c\xda\x33\xf9\x6a\xad\xee\x74\x46\x07\x4f\xf4\x5d\x47\x9c\xbd\x14\xe8\x27\xf1\xc1\x24\xbd\x06\x1f\x33\xc2\x75\xb7\xb9\xe9\xae\x32\xa7\x5a\x47\xcf\x25\xaf\x25\x58\x9f\xa4\x57\xd2\x24\x62\x11\xb9\x70\x11\x27\xce\xae\x97\x0a\x82\x99\x29\x46\xf2\x23\x85\xd3\x27\x8a\x11\x47\x7a\xdb\x34\xcd\x3b\x23\x47\xef\x6d\x5c\x1c\xae\x80\x12\x49\x0b\xa0\xbd\x94\x3d\xc4\xe9\x58\x4b\x6b\x4e\x10\xb2\x8f\x37\x87\x89\x13\x39\xb7\x57\xbe\x92\xd5\x62\xf7\x32\x06\xce\xbe\x6f\xca\x20\x4a\xcc\x6a\xf2\x26\x02\xe7\xb4\x64\xd5\x04\x99\x8a\x8a\x4c\xc5\x5b\xe6\xc1\x59\x4f\x70\x99\x48\x3a\x1d\x06\xeb\x6d\x9c\x28\x0a\xae\xb7\x7e\xd4\xac\x5a\xeb\x7b\x78\xa1\x15\xb0\xab\xcc\x77\x81\x2a\x65\x2f\xb4\xca\xb6\x50\x30\x04\x9e\x8b\x59\xe2\x6a\x79\xed\xaa\x48\x9d\x36\x0c\x7b\x49\xef\xea\x15\x01\x5b\x16\xe1\xbb\xed\x62\x59\x93\x9c\x85\xf9\x17\x5a\x23\xc8\x69\xb1\x46\x10\x7d\xc1\x33\x5a\x87\xad\xab\xb4\x9d\xe3\xe2\x4a\xf6\xaa\x70\xe6\x04\xbc\x90\x98\xc2\x99\x42\xb2\xd2\x8e\x6a\xa1\x23\xb7\xdb\x15\x25\xf5\x7c\x2b\xa4\x5a\x5a\xd5\xd2\xe7\xc7\x00\x22\x5b\x0b\x79\xea\x35\x94\x5c\x20\xf3\x92\xd6\x4d\x99\x4b\x36\xd3\x43\x36\x51\x62\x63\xdc\x12\x35\xd0\xe6\xb4\xa7\x38\x71\xb0\x7f\xb1\x4f\x57\x0c\x1f\x13\x61\x0f\x3c\x14\xb9\x7b\x95\x82\x62\x24\x6c\x1f\x8f\x7b\xed\x13\xd9\x92\x02\x23\x78\xba\x40\xc2\x76\xf7\x8a\x17\x9b\xba\x49\x96\x36\x71\xda\xba\xa9\x74\xc8\xb6\xcd\x5a\xb5\x85\x3a\x3b\x58\xea\x35\xc4\x26\xf4\xe2\xac\xf7\xa8\x15\x31\x57\xb1\x95\x8c\x7c\x9e\x5b\x0a\xcf\x50\xa4\xa2\x10\xca\x83\x6e\x15\xe7\xc7\xbf\x92\x95\xe3\xf1\xa6\x62\x8e\xc7\xe2\xe5\x1c\xcc\x3a\x36\x5a\xfe\x9e\xda\x3c\x42\x4c\x98\xa8\xe8\xb6\x9e\x68\x71\x79\x14\x91\xf6\x31\x89\x87\x7e\xfe\x59\x59\xa9\xab\xb7\xc4\xa8\xc1\x9d\x6f\xa0\x59\x1a\xf0\xde\x55\x17\xff\xc5\x53\xc4\xd0\x9c\xca\x3f\xbd\xa9\x2a\x20\xf5\xd5\xfa\x3e\xc9\xbc\xf4\x98\x24\xb8\xfe\xf8\x11\x17\xbd\x2a\x5e\xe5\xa6\x8b\x14\xcb\xcc\x3c\x26\x78\x77\x2b\x6e\xfa\x3c\xc8\x08\x5f\xe5\x5b\x90\xf7\x19\xda\x90\x01\x8b\xb0\x8d\x36\x4d\xb9\x6d\x3a\x9e\xdf\x17\xd5\x3b\xea\x13\xe9\xbd\x5a\x1d\xbb\x09\xbd\x27\xa7\x57\xd2\xf6\xa0\x42\x17\x19\x22\xd1\xc3\x45\x54\x27\xb9\xbc\x8f\xf4\x48\x33\x7a\x1c\x29\x88\x77\xd5\x2f\xf3\x59\x77\x3e\xe9\x8e\xd9\xc4\x62\xd3\xf1\x4a\xc6\xdd\x8d\x74\xc7\xd2\x7e\x92\x5a\x8c\xeb\x81\xf6\x23\x0a\x55\x3d\x5f\xbc\x63\xec\xe1\x6d\x79\x8e\x58\xdf\xb9\xdc\xd7\x37\x85\x5f\x77\x27\xd5\x7b\x5c\x4b\x5b\xbb\x40\xd8\xaf\xd7\x2a\xbd\xdb\xee\x7c\x09\x54\xfa\x44\x7e\x68\x29\x43\xf6\xc9\xce\xfa\xd0\xaa\x65\xec\x7a\x58\x30\x4d\xe6\x04\x1f\x26\xf4\xa3\x6a\xe1\x85\xc3\x8b\xe8\x65\x6f\x03\x75\x89\xc3\xba\x8d\x9b\xd6\xd1\x14\x8f\x7a\xc0\x8b\x80\x7c\x2e\x57\xcd\xed\x3d\xf7\x10\x42\xcd\x65\x86\x6e\x65\xe1\x37\xf9\xc6\x5d\x0d\xfe\xe1\x29\x79\x38\x1c\x8f\xc7\xc3\x41\xc6\x5a\x5f\xb9\x12\x75\x7f\xc0\x8a\xd4\xee\x0f\xcb\xfa\xf8\xed\x69\xc0\xec\x76\x8e\x4f\x3a\xc2\xd6\xcb\x24\x7c\x7c\x9d\x67\x41\x16\xee\x29\x04\x0e\xb1\x39\xfc\x1d\x00\x00\xff\xff\x86\xaa\xca\x59\x97\x0b\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeHelpCommandsMdBytes() ([]byte, error) {
|
|
|
|
|
return bindataRead(
|
|
|
|
|
@@ -947,7 +969,7 @@ func runtimeHelpGimmickcolorsMd() (*asset, error) {
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeHelpHelpMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x56\xcd\x6e\xdc\x36\x10\xbe\xf3\x29\x06\xf0\x21\xad\xb1\xd6\x03\xe4\x60\x20\x28\xd2\xc6\x87\x00\x09\x62\x34\xe8\x6d\x67\xa5\x59\x71\xb0\x14\x47\x25\x47\x2b\x6f\x9f\xbe\x18\x52\xda\x95\xdd\x26\x27\xaf\x49\xce\x37\x7f\xdf\x37\xa3\x3b\xf8\xcc\x6d\x12\xf0\x14\x46\x50\x7a\x51\xe7\x9e\x3d\xc6\x13\x5c\x64\x82\xa3\x24\xe8\x64\x8e\x41\xb0\xe3\xd8\x03\xc6\x0e\xa6\x6c\xbf\x06\x33\x6a\x5c\xb5\xe5\x0c\x08\x4a\x69\xe0\x88\xe1\xe1\x80\x99\xba\x02\x05\xd4\xb1\x4a\x02\xf5\xa8\x80\x3c\x64\x50\x81\x03\x01\x61\xbe\xd8\xcf\x29\x53\x81\xe4\xa8\x13\x2b\x9f\x69\x07\x6e\xf6\x1c\x08\x30\x64\x01\xc5\x53\x71\xda\x9d\x31\x2a\xf6\x04\x72\x04\xf5\x04\xc7\x29\x04\x68\x71\xc4\x03\x07\x56\xa6\x6c\x17\x83\x74\x94\xe2\x35\x8a\xdc\x38\xf7\x74\x2c\x49\xcc\x18\xd5\xbc\x65\x32\xdc\x50\x20\x4e\x74\x39\x70\xb4\x9c\x32\x8c\x89\x72\x86\xdf\x34\x85\x8f\x25\x1a\xbd\x8c\x04\xfb\x52\x8f\xcd\xb3\x7d\xe3\xdc\x37\xa2\x62\x1d\x2d\xb7\x4c\xad\xb2\xc4\x52\xa3\x41\x12\x01\xc7\xa3\xa4\x01\xcb\x21\x1e\x64\x52\xe8\xa4\x9d\x06\x8a\xba\x9c\xc5\xae\x54\xb9\x71\xee\xee\xee\x0e\xbe\x4e\xdc\x9e\x1e\xb2\x62\x52\xe7\xbe\x5c\x63\xf8\x6a\xa1\xfe\x3d\xb1\xee\x8a\x81\x1d\x7d\x2b\xd1\xe3\x99\x1a\xf8\xb2\x89\xd5\x0e\xcd\xda\x02\xb6\x3a\xb5\x32\x0c\x18\xbb\xec\xcc\xce\x12\x6f\x31\x96\xa4\x67\xcf\xad\xbf\x5e\x03\x26\x02\x3c\x23\x07\x3c\x04\x82\xc3\xa5\x16\xc0\x10\x14\x0f\x3b\x90\x04\x87\x8b\x3b\x33\xcd\xe5\xc8\xd3\x42\x0d\x19\xb9\x85\xfd\x63\xfd\x6f\x05\xdb\x37\xf0\xdd\x53\x84\x27\x98\x13\x2b\xd9\x7d\xd3\x34\x7b\x78\x82\x81\x30\x56\x64\xb7\x29\xad\xbd\x2d\xf5\x9d\x3d\x2a\x9d\x29\x19\x77\xd4\x53\xa2\x06\x9c\xfb\x2c\xe7\x5a\xe0\x76\x4a\x59\x12\x60\x92\x29\x76\x30\xb3\xfa\x72\x3c\x88\x31\xa6\x10\x8a\x00\x53\x92\xd9\x3a\x94\x1b\x78\x2e\x2d\x7b\x2c\xa1\x75\x74\xc4\x29\xa8\x5d\xec\xad\x46\xae\x27\x05\xb4\x92\xb6\xa7\x5d\xa5\x9e\x9c\x29\x59\x82\x2b\xa1\x16\x13\xf0\x52\xcc\x4a\xa8\x16\xa0\x5d\x5e\xa0\x93\x06\x7e\xdf\x36\xd9\x49\x84\x44\x0b\x31\x4a\x04\xbb\x52\x67\xdd\x44\xb1\x65\x4e\x61\x62\x49\x4b\x82\xa4\xdc\x7a\x1a\x08\x3a\xa1\x1c\xdf\x29\x04\x91\x13\xf4\x22\xdd\xee\xda\xb3\xd6\x63\xec\x09\x58\x6b\xe6\xfb\x47\xc8\xa4\xaf\x8c\xad\xc6\x8d\xfb\x6b\x79\x5f\x09\xac\x78\x58\x59\x5e\xca\x73\xed\xf0\xc6\x30\x97\xf6\xda\x93\xff\x30\xd6\x5c\xb9\x5b\x7b\xcd\xc4\x28\x7f\x23\xdc\x77\x43\x1f\xac\x43\x07\xd2\x99\x28\x42\x1e\x03\x6b\xde\x6d\x44\xf3\x08\xe7\x72\x08\x47\x0e\x14\x71\xa0\xbd\xf9\x33\xd4\x37\xc7\x4e\x05\x64\xa4\x08\x08\x91\xe6\x8a\xb4\xe8\xe2\x43\xdb\x2e\x74\x2c\x31\x5a\x3c\x6e\x99\x33\x1e\x6d\xd0\x1c\x26\x0e\xfa\xc0\xb1\x86\x9a\x2f\x59\x69\x80\x61\x6a\x3d\x04\x3e\x11\xfc\xc9\xc3\xbb\x0c\xbf\x60\x50\x2f\x53\xef\x21\x58\x02\xf4\xa2\x14\x33\x9f\xe9\xd7\xc6\xb9\xe7\x3a\x79\x4c\x62\xe3\x6b\x3d\x61\xf1\xbd\xb2\xbb\xcc\x94\x5b\x76\x1c\xeb\x54\xd8\xc3\x51\x42\x90\x99\x3a\x13\x0f\x56\x65\x34\xee\xb9\xaa\xf0\x7f\x9e\x44\x51\x6f\x57\x33\x87\x50\xb3\x56\xcf\x19\x46\xec\xa9\x71\xee\x13\x99\x1e\x53\xed\xda\x28\x39\xb3\x35\xed\xa6\xb9\x5c\xc7\xe7\x4a\x8e\x44\xd8\xbd\x77\xee\x1e\x74\x52\x49\x8c\xe1\x3d\x7c\x80\x43\x62\x3a\x5e\x4f\x16\xc1\xf7\x7c\x26\xe3\xf2\x2b\xba\xaf\x03\x50\x4c\x74\x5b\x2f\xee\x7e\xcb\xd9\xf7\xf0\x47\xb5\xae\xc3\x36\x70\xd6\xb7\x62\xd9\x8e\x50\xcc\x30\x53\x08\xf6\xd7\xcb\x6c\x95\xac\xfa\x30\x83\xc1\xdd\x6f\x35\x79\x43\x2e\xed\xcd\x9a\x90\x7b\xaf\x0f\x47\x49\x33\xa6\xee\x95\xab\xaa\xc7\xcd\xe4\x7a\xab\x4b\x77\x7f\xbd\xbc\xe1\xae\x08\x6b\xaa\x3f\x34\x77\xf7\x20\xa3\x91\xff\x27\xc6\xcb\x83\x9b\x36\xa7\xac\x32\xf0\x3f\xe4\xee\x61\x0c\x53\xcf\x66\xfc\xf1\x65\x0c\xc8\xb1\x26\x5f\x36\xe3\xbb\xbc\xdc\xae\xfc\x9c\x25\x9d\x6a\x04\x4b\x81\xda\x44\xa8\x64\xb8\x09\x64\x8e\x2b\x58\xc9\xc8\xc4\xb7\x41\x5d\x11\xb7\x13\xc0\x90\xf2\x25\x2a\xbe\x80\xe7\xde\x07\xab\xa1\x71\x8c\x62\xcf\x91\x7e\xe0\xc8\x41\x71\xb5\x1d\x08\xa6\x4f\xec\xba\xa2\xc2\x80\xb1\x9f\xb0\xa7\xb2\xa6\x2d\xf9\x0a\xe6\x9c\x4d\x3f\x7a\xc1\x61\x0c\xb4\x83\x55\xb9\xd7\xcd\x30\x96\xd5\x7c\xcd\xa0\xee\x5c\x99\x42\xf7\xb3\xcd\xba\x3c\xb6\x11\xf3\x04\x89\xac\x47\x14\xbb\x32\x0d\xcb\xce\x2f\x4d\x82\xfd\x4a\xe9\x7d\x75\x65\xf3\x03\x0e\xd4\x62\xd5\xaf\x2d\x8f\xec\x25\x69\x59\xc2\x84\xad\xbf\x6e\x65\x8c\x9d\xab\x02\x68\x25\xb6\x89\x94\xd6\x0c\xca\xd7\xc2\x52\x1b\x83\x31\x3f\x67\x4c\x2c\x53\x79\x7b\xe4\x7e\x4a\x75\x24\xae\xbd\xe7\xb8\x7c\xee\xc0\x27\x99\x6d\x69\xed\x1c\x6b\x19\xe0\x26\xed\xa2\xb3\x82\xc2\xf1\xa1\xa3\x51\xfd\x9b\xbd\xaf\x0b\xe5\x16\xcd\x2d\xa2\x1e\x93\x9c\xb9\xa3\xc6\xfd\x1b\x00\x00\xff\xff\xec\x72\x6b\x48\x81\x09\x00\x00")
|
|
|
|
|
var _runtimeHelpHelpMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x56\xdd\x6e\xdc\xb8\x0e\xbe\xd7\x53\x10\xc8\x45\xcf\x09\x26\x7e\x80\x5e\x14\x28\x0e\x7a\xb6\xb9\x28\xd0\xa2\xc1\x16\x7b\x37\xb4\xcd\xb1\x88\x91\x45\xaf\x44\x8f\x33\xfb\xf4\x0b\x4a\xf6\xc4\xc9\x6e\x7b\x95\x89\x24\x7e\xfc\xfb\x3e\xd2\x77\xf0\x85\xbb\x24\xe0\x29\x4c\xa0\xf4\xac\xce\x3d\x79\x8c\x67\xb8\xca\x0c\x27\x49\xd0\xcb\x12\x83\x60\xcf\x71\x00\x8c\x3d\xcc\xd9\x7e\x8d\x66\xd4\xb8\x6a\xcb\x19\x10\x94\xd2\xc8\x11\xc3\x43\x8b\x99\xfa\x02\x05\xd4\xb3\x4a\x02\xf5\xa8\x80\x3c\x66\x50\x81\x96\x80\x30\x5f\xed\xe7\x9c\xa9\x40\x72\xd4\x99\x95\x2f\x74\x00\xb7\x78\x0e\x04\x18\xb2\x80\xe2\xb9\x38\xed\x2f\x18\x15\x07\x02\x39\x81\x7a\x82\xd3\x1c\x02\x74\x38\x61\xcb\x81\x95\x29\xdb\xc5\x28\x3d\xa5\x78\x8b\x22\x37\xce\x3d\x9e\x4a\x12\x0b\x46\x35\x6f\x99\x0c\x37\x14\x88\x33\x5d\x5b\x8e\x96\x53\x86\x29\x51\xce\xf0\x3f\x4d\xe1\x53\x89\x46\xaf\x13\xc1\xb1\xd4\x63\xf7\xec\xd8\x38\xf7\x9d\xa8\x58\x47\xcb\x2d\x53\xa7\x2c\xb1\xd4\x68\x94\x44\xc0\xf1\x24\x69\xc4\x72\x88\xad\xcc\x0a\xbd\x74\xf3\x48\x51\xd7\xb3\xd8\x97\x2a\x37\xce\xdd\xdd\xdd\xc1\xb7\x99\xbb\xf3\x43\x56\x4c\xea\xdc\xd7\x5b\x0c\xdf\x2c\xd4\x3f\x67\xd6\x43\x31\xb0\xa3\xef\x25\x7a\xbc\x50\x03\x5f\x77\xb1\xda\xa1\x59\x5b\xc0\x56\xa7\x4e\xc6\x11\x63\x9f\x9d\xd9\x59\xe2\x1d\xc6\x92\xf4\xe2\xb9\xf3\xb7\x6b\xc0\x44\x80\x17\xe4\x80\x6d\x20\x68\xaf\xb5\x00\x86\xa0\xd8\x1e\x40\x12\xb4\x57\x77\x61\x5a\xca\x91\xa7\x95\x1a\x32\x71\x07\xc7\x0f\xf5\xbf\x0d\xec\xd8\xc0\x0f\x4f\x11\x1e\x61\x49\xac\x64\xf7\x4d\xd3\x1c\xe1\x11\x46\xc2\x58\x91\xdd\xae\xb4\xf6\xb6\xd4\x77\xf1\xa8\x74\xa1\x64\xdc\x51\x4f\x89\x1a\x70\xee\x8b\x5c\x6a\x81\xbb\x39\x65\x49\x80\x49\xe6\xd8\xc3\xc2\xea\xcb\xf1\x28\xc6\x98\x42\x28\x02\x4c\x49\x16\xeb\x50\x6e\xe0\xa9\xb4\x6c\x8d\xad\xa7\x13\xce\x41\xed\xe6\x68\x45\x72\x03\x29\xa0\xd5\xb4\x3b\x1f\x2a\xf7\xe4\x42\xc9\x32\xdc\x18\xb5\x9a\x80\x97\x62\x56\x62\xb5\x08\xed\xf2\x0a\xbd\x34\xf0\xff\x7d\x97\x9d\x44\x48\xb4\x32\xa3\x84\x70\x28\x85\xd6\x7d\x18\x7b\xee\x14\x2e\x96\xc4\x24\x48\xca\x9d\xa7\x91\xa0\x17\xca\xf1\x9d\x42\x10\x39\xc3\x20\xd2\x1f\x6e\x5d\xeb\x3c\xc6\x81\x80\xb5\xe6\x7e\xfc\x00\x99\xf4\x95\xb1\x55\xb9\x71\x7f\xac\xef\x2b\x85\x15\xdb\x8d\xe7\xa5\x40\xb7\x1e\xef\x0c\x73\x69\xb0\x3d\xf9\x07\x67\xcd\x95\x7b\x69\xb0\x99\x18\xe9\x5f\x28\xf7\xc3\xd0\x47\xeb\x51\x4b\xba\x10\x45\xc8\x53\x60\xcd\x87\x9d\x6c\x3e\xc0\xa5\x1c\xc2\x89\x03\x45\x1c\xe9\x68\xfe\x0c\xf5\xcd\xb1\x53\x01\x99\x28\x02\x42\xa4\xa5\x22\xad\xca\xf8\xd8\x75\x2b\x21\x4b\x8c\x16\x8f\x5b\x27\x8d\x47\x1b\x35\xed\xcc\x41\x1f\x38\xd6\x50\xf3\x35\x2b\x8d\x30\xce\x9d\x87\xc0\x67\x82\xdf\x79\x7c\x97\xe1\x3f\x18\xd4\xcb\x3c\x78\x08\x96\x00\x3d\x2b\xc5\xcc\x17\xfa\x6f\xe3\xdc\x53\x9d\x3d\x26\xb2\xe9\xb5\xa2\xb0\xf8\xde\xf8\x5d\xa6\xca\x4b\x76\x1c\xeb\x5c\x38\xc2\x49\x42\x90\x85\x7a\x93\x0f\x56\x6d\x34\xee\xa9\xea\xf0\x5f\x9e\x44\x51\x6f\x57\x0b\x87\x50\xb3\x56\xcf\x19\x26\x1c\xa8\x71\xee\x33\x99\x22\x53\xed\xda\x24\x39\xb3\x35\xed\x45\x75\xb9\x0e\xd0\x8d\x1c\x89\xb0\x7f\xef\xdc\x3d\xe8\xac\x92\x18\xc3\x7b\xf8\x08\x6d\x62\x3a\xdd\x4e\x56\xc9\x0f\x7c\x21\x23\xf3\x2b\xbe\x6f\x23\x50\x4c\x76\x7b\x2f\xee\x7e\xcf\xd9\xf7\xf0\x5b\xb5\xae\xe3\x36\x70\xd6\xb7\x6a\xd9\x0f\x51\xcc\xb0\x50\x08\xf6\xd7\xcb\x62\x95\xac\x02\x31\x83\xd1\xdd\xef\x45\xf9\x82\x5c\xda\x9b\x35\x21\x0f\x5e\x1f\x4e\x92\x16\x4c\xfd\x2b\x57\x55\x90\xbb\xd9\xf5\x56\x98\xee\xfe\x76\xf9\x82\xbb\x21\x6c\xa9\xfe\xd4\xdc\xdd\x83\x4c\x46\xfe\x5f\x18\xaf\x0f\x5e\xb4\x39\x67\x95\x91\xff\x22\x77\x0f\x53\x98\x07\x36\xe3\x4f\xcf\x53\x40\x8e\x35\xf9\xb2\x1b\xdf\xe5\xf5\x76\xe3\xe7\x22\xe9\x5c\x23\x58\x0b\xd4\x25\x42\x25\xc3\x4d\x20\x4b\xdc\xc0\x4a\x46\x26\xbe\x1d\xea\x86\xb8\x9f\x00\x86\x94\xaf\x51\xf1\x19\x3c\x0f\x3e\x58\x0d\x8d\x63\x14\x07\x8e\xf4\x13\x47\x0e\x8a\xab\xfd\x40\x30\x7d\x62\xdf\x17\x15\x06\x8c\xc3\x8c\x03\x95\x45\x6d\xc9\x57\x30\xe7\x6c\xfc\xd1\x33\x8e\x53\xa0\x03\x6c\xca\xbd\xed\x86\xa9\x2c\xe7\x5b\x06\x75\xeb\xca\x1c\xfa\x5f\xed\xd6\xf5\xb1\x8d\x98\x47\x48\x64\x3d\xa2\xd8\x97\x69\x58\xb6\x7e\x69\x12\x1c\x37\x4a\x1f\xab\x2b\x9b\x1f\xd0\x52\x87\x55\xbf\xb6\x3e\xb2\x97\xa4\x65\x0d\x13\x76\xfe\xb6\x97\x31\xf6\xae\x0a\xa0\x93\xd8\x25\x52\xda\x32\x28\xdf\x0b\x6b\x6d\x0c\xc6\xfc\x5c\x30\xb1\xcc\xe5\xed\x89\x87\x39\xd5\x91\xb8\xf5\x9e\xe3\xfa\xc1\x03\x9f\x65\xb1\xb5\x75\x70\xac\x65\x80\x9b\xb4\x8b\xce\x0a\x0a\xc7\x87\x9e\x26\xf5\x6f\x36\xbf\xae\x94\x5b\x35\xb7\x8a\x7a\x4a\x72\xe1\x9e\x1a\xf7\x77\x00\x00\x00\xff\xff\xb0\xc4\x05\xd0\x83\x09\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeHelpHelpMdBytes() ([]byte, error) {
|
|
|
|
|
return bindataRead(
|
|
|
|
|
@@ -1367,7 +1389,7 @@ func runtimeSyntaxCYaml() (*asset, error) {
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeSyntaxCYaml2 = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\xef\x6f\xdb\x36\x10\xfd\xee\xbf\x42\x53\xb3\x99\x4c\x6a\xc7\x6d\x87\x6e\xd5\x7e\x18\x83\xb7\x6e\x03\xba\xe5\xcb\x06\x04\x13\x1d\x81\x22\x4f\x36\x11\x9a\x14\xc8\x53\x9c\xac\xd7\xff\x7d\xa0\x6c\xd7\x86\x13\x64\x45\xea\x2f\xa6\x8e\xf7\xf8\x1e\xef\x1e\xaf\x31\x16\xf0\xae\x85\x22\x53\x83\x81\x06\x04\x85\xc5\x20\xcb\xb2\x2c\x6d\x38\xb9\x82\x22\xcb\x99\x10\x63\xa6\x68\xc6\x4f\x28\xad\x96\xf4\xdb\x66\x65\xcc\x74\x13\xd1\xd0\xf0\x13\x9e\x0f\x06\xa1\xb3\x10\x37\xf8\x51\x66\x34\x38\x34\x8d\x81\x50\x64\xb9\x10\x75\xf9\xd3\xe8\x9f\x6a\x5e\x4e\x46\x6f\xfa\xc5\x99\x10\x75\x9e\x6d\x73\x37\x12\x52\x16\x6b\xac\x97\x48\xda\x77\xb5\x05\x52\x4b\x19\xc8\x38\xa4\xb8\xf4\x01\xc9\x7a\xb7\xa0\x68\xfe\x05\xdf\x10\xb8\x6e\x45\x37\xde\x68\x8a\x28\xd1\x28\x52\xde\x45\xa4\x88\xa1\x53\x48\x9d\x33\xde\x51\x3a\x56\x43\x43\x70\x8b\x10\x1c\xb1\xce\xf1\x69\x34\x0b\x07\x9a\x8c\xb3\xc6\x01\x4f\x22\xee\x6b\x60\x71\x9a\x58\x38\x31\xd6\x55\x53\x3e\x35\x0e\xd9\xb7\xf4\xe2\x35\xbd\x7a\x49\xaf\xbf\xa6\x16\x03\xe7\xbc\xc2\x23\xf0\x38\xd1\x38\x0d\x7a\x7b\x4a\xed\xbd\x3d\x24\x48\x3a\x61\x05\x0e\xb7\xfb\x09\x93\x4a\x4c\xab\x0e\x65\xba\xed\x8d\xb7\x12\x8d\x05\x0a\xb0\x30\x11\x21\x10\xdc\xb6\xd6\x28\x83\x8f\x1d\xd3\xf8\x40\xa6\xa1\xf5\x32\x21\xb5\x27\xb0\x11\x48\xc9\x08\xa4\xa1\x91\x9d\x45\x8a\x6b\x83\x6a\xf9\xa8\x94\x70\x47\xb8\x0c\x7e\x4d\x4a\xa2\x5a\x92\x6f\x21\x48\xf4\x81\x1c\xac\x49\x83\x05\x84\xc7\xe0\x0b\x8f\x3e\xd5\x1f\x8d\xeb\x80\xea\x00\xf2\x9a\x02\x60\x17\xdc\x21\xaa\x0d\xd0\x06\xaf\x8a\x2c\xbf\x2a\xcb\x22\xb6\x52\x41\x31\x9f\x9f\x3e\x3b\xfc\x48\x5e\x32\x0e\xa8\x0d\x72\xb1\x92\x64\x9c\xb2\x9d\x86\xd4\x39\x32\x8d\x9b\xf2\xbe\x9b\x4e\x9b\x86\xc0\x32\xd3\x50\x04\xde\x5f\x5e\x06\x67\xdc\x82\x20\x04\x1f\xf8\x8e\xb0\x77\x84\xec\x55\x0e\x59\x79\x35\x14\x42\x88\x39\xb1\xf4\x57\x8a\x7c\x28\xeb\xc6\x05\xbc\xe9\xa3\x9c\x0f\x1f\x42\xa5\x3d\xc6\xca\xc9\xe8\xd5\x7c\x5a\x4e\x46\xdf\xcc\xdf\xbf\x78\xfe\xf2\xc3\x23\xc9\xb7\x1b\x7f\xbf\x95\xa3\x66\x93\xbb\xcd\xcc\xb2\x67\xd9\xaf\xb3\x59\x56\x77\xc6\xa2\x71\xf1\x81\x42\x56\x95\x44\x0c\xa6\xee\x10\xaa\xea\xb0\x26\x42\x30\x21\x58\x79\xc5\xd3\x92\x0b\xc1\x1f\x6a\x43\x55\x31\x69\x37\xd6\x96\x71\x45\x5b\x1e\x5a\x1a\xad\xc1\x6d\xdd\x4e\xad\x54\xd7\xa0\x29\x40\xc4\x60\x14\x52\x04\x85\xbb\x77\xe2\x1b\x5a\x83\xbc\xe6\x55\xb5\x57\x7c\xb1\xb5\x41\x36\xf3\xd6\x87\x1d\xeb\xdd\xaa\xf6\x76\xbc\xb3\x48\x1a\x10\xe5\xb8\xf8\xee\xf9\xd9\x29\xfd\xf0\x85\x10\x5f\xce\xe9\x7b\xfa\x91\xce\x69\x44\x5f\xf1\x8f\x0f\x7c\x0b\xaa\x43\x52\x80\xb1\xc8\xf2\x92\xf1\xf7\x1f\xe6\x24\x44\x49\x42\xcc\x8f\xeb\x39\x76\xdd\xaa\xee\x27\x07\x4b\xa3\x63\x32\x7a\xd3\x0f\x0c\x12\xa2\x9e\x1c\xd6\x38\x05\xef\xf5\x7b\x0f\xfe\xf3\xef\x77\xef\xf2\xc1\xf1\x76\xba\xbd\x5b\x14\xdb\x6b\x66\xa9\x8e\xa1\xb7\x72\x9e\x7f\x8c\x81\xd3\x47\x91\x78\x6d\xda\xde\xef\x42\x8c\xf7\xd1\x83\x91\xb7\xfb\x1d\x32\xb5\xa0\x8c\xb4\xb3\xa5\x0c\x7b\xe8\xa7\xca\x19\x1e\xab\x19\x3e\x49\xcc\xfe\xd9\x8d\xc7\x67\xf9\xd3\x94\xae\x7a\x97\xdd\x53\x78\x7e\x7e\x2c\xf1\xe4\x7f\xc4\xa0\xd7\x3e\x35\xf5\xaf\x8b\x9f\x2f\xe8\xf2\xf2\x92\xde\xfe\x7e\xf9\xc7\x2f\xbc\x98\x7e\x02\x99\x10\xa7\xf7\xfa\x23\x4e\xcf\x3f\x83\xf1\xbf\x00\x00\x00\xff\xff\x3b\x65\xe3\x2f\xfe\x06\x00\x00")
|
|
|
|
|
var _runtimeSyntaxCYaml2 = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\xdd\x6e\x1b\x37\x13\xbd\xd7\x53\xec\xb7\xf1\x57\x91\x76\x24\x2b\x49\x91\x36\xdb\x1f\xa1\x50\x9b\xb6\x40\x5a\xdf\xb4\x80\xd1\xa5\xbc\xe0\x92\xb3\x12\x61\x8a\x5c\x90\xb3\xfe\x69\x26\xef\x5e\x70\xb5\x8a\x04\xd9\x70\x83\x54\x37\xe2\x0e\xe7\xf0\x1c\xce\x1c\x4e\x63\x2c\xe0\x7d\x0b\x45\xa6\x46\x23\x0d\x08\x0a\x8b\x51\x96\x65\x59\xda\x70\x72\x03\x45\x96\x33\x21\xa6\x4c\xd1\x82\x9f\x50\x5a\xad\xe9\x97\xed\xca\x98\xf9\x36\xa2\xa1\xe1\x27\x3c\x1f\x8d\x42\x67\x21\x6e\xf1\x93\xcc\x68\x70\x68\x1a\x03\xa1\xc8\x72\x21\xea\xf2\x87\xc9\x5f\xd5\xb2\x9c\x4d\xde\xf4\x8b\x33\x21\xea\x3c\x1b\x72\xb7\x12\x52\x16\x6b\xac\x97\x48\xda\x77\xb5\x05\x52\x6b\x19\xc8\x38\xa4\xb8\xf6\x01\xc9\x7a\xb7\xa2\x68\xfe\x06\xdf\x10\xb8\x6e\x43\x37\xde\x68\x8a\x28\xd1\x28\x52\xde\x45\xa4\x88\xa1\x53\x48\x9d\x33\xde\x51\x3a\x56\x43\x43\x70\x87\x10\x1c\xb1\xce\xf1\x79\x34\x2b\x07\x9a\x8c\xb3\xc6\x01\x4f\x22\x1e\x6a\x60\x71\x9e\x58\x38\x31\xd6\x55\x73\x3e\x37\x0e\xd9\xd7\xf4\xe2\x35\xbd\x7a\x49\xaf\xbf\xa4\x16\x03\xe7\xbc\xc2\x23\xf0\x34\xd1\x38\x0d\x7a\x38\xa5\xf6\xde\x1e\x12\x24\x9d\xb0\x01\x87\xc3\x7e\xc2\xa4\x12\xd3\xa6\x43\x99\x6e\x7b\xe3\xad\x44\x63\x81\x02\xac\x4c\x44\x08\x04\x77\xad\x35\xca\xe0\x53\xc7\x34\x3e\x90\x69\xe8\x76\x9d\x90\xda\x13\xd8\x08\xa4\x64\x04\xd2\xd0\xc8\xce\x22\xc5\x5b\x83\x6a\xfd\xa4\x94\x70\x4f\xb8\x0e\xfe\x96\x94\x44\xb5\x26\xdf\x42\x90\xe8\x03\x69\xb0\x80\xf0\x14\x74\xe5\xd1\xa7\xda\xa3\x71\x1d\x50\x1d\x40\x5e\x53\x00\xec\x82\x3b\x44\xb5\x01\xda\xe0\x55\x91\xe5\x57\x65\x59\xc4\x56\x2a\x28\x96\xcb\xd3\x67\x87\x1f\xc9\x47\xc6\x01\xb5\x41\xae\x36\x92\x8c\x53\xb6\xd3\x90\xba\x46\xa6\x71\x73\xde\x77\xd2\x69\xd3\x10\x58\x66\x1a\x8a\xc0\xfb\x8b\xcb\xe0\x8c\x5b\x11\x84\xe0\x03\xdf\x11\xf6\x6e\x90\xbd\xca\x31\x2b\xaf\xc6\x42\x08\xb1\x24\x96\xfe\x4a\x91\x8f\x65\xdd\xb8\x80\x37\x7d\x94\xf3\xf1\x63\xa8\xb4\xc7\x58\x39\x9b\xbc\x5a\xce\xcb\xd9\xe4\xab\xe5\xfb\x17\xcf\x5f\x7e\x78\x22\xf9\x6e\xeb\xed\xb7\x72\xd2\x6c\x73\x87\xcc\x2c\x7b\x96\xfd\xbc\x58\x64\x75\x67\x2c\x1a\x17\x1f\x29\x64\x55\x49\xc4\x60\xea\x0e\xa1\xaa\x0e\x6b\x22\x04\x13\x82\x95\x57\x3c\x2d\xb9\x10\xfc\xb1\x36\x54\x15\x93\x76\x6b\x6b\x19\x37\x34\xf0\xd0\xda\x68\x0d\x6e\x70\x3a\xb5\x52\x5d\x83\xa6\x00\x11\x83\x51\x48\x11\x14\xee\xde\x88\x6f\xe8\x16\xe4\x35\xaf\xaa\xbd\xe2\x8b\xc1\x02\xd9\xc2\x5b\x1f\x76\xac\xf7\x9b\xda\xdb\xe9\xce\x1e\x69\x38\x94\xd3\xe2\x9b\xe7\x67\xa7\xf4\xdd\xff\x84\xf8\xff\x92\xbe\xa5\xef\xe9\x9c\x26\xf4\x05\xff\xf8\xb8\x07\x50\x1d\x92\x02\x8c\x45\x96\x97\x8c\xbf\xff\xb0\x24\x21\x4a\x12\x62\x79\x5c\xcf\xa9\xeb\x36\x75\x3f\x35\x58\x1a\x1b\xb3\xc9\x9b\x7e\x58\x90\x10\xf5\xec\xb0\xc6\x29\xf8\xa0\xdf\x7b\xf0\xef\x7f\xbe\x7b\x97\x8f\x8e\xb7\xd3\xed\xdd\xaa\x18\xae\x99\xa5\x3a\x86\xde\xca\x79\xfe\x31\x06\x4e\x1f\x45\xe2\xb5\x69\x7b\xbf\x0b\x31\xdd\x47\x0f\xc6\xdd\xee\x77\xc8\xd4\x82\x32\xd2\x2e\xd6\x32\xec\xa1\x9f\x2a\x67\x7c\xac\x66\xfc\x59\x62\xf6\xcf\x6e\x3a\x3d\xcb\x3f\x4f\xe9\xa6\x77\xd9\x03\x85\xe7\xe7\xc7\x12\x4f\xfe\x45\x0c\x7a\xed\x53\x53\xff\xb8\xf8\xf1\x82\x2e\x2f\x2f\xe9\xed\xaf\x97\xbf\xfd\xc4\x8b\xf9\x27\x90\x09\x71\xfa\xa0\x3f\xe2\xf4\xfc\x3f\x30\xfe\x13\x00\x00\xff\xff\xa4\xc8\x98\x2d\xfa\x06\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeSyntaxCYaml2Bytes() ([]byte, error) {
|
|
|
|
|
return bindataRead(
|
|
|
|
|
@@ -3247,6 +3269,26 @@ func runtimeSyntaxTomlYaml() (*asset, error) {
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeSyntaxTwigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x94\xdb\x6e\xf3\x36\x0c\xc7\xef\xf3\x14\x9e\xbb\x6e\xc9\xba\x64\xc5\xee\x96\x1d\x8a\x61\xc0\x5e\x22\x0a\x02\x5a\xa2\x1d\x35\x3a\x81\xa2\x93\x7a\x65\xdf\x7d\x70\x0e\x5f\x4f\x0e\xbe\xa2\xc0\x77\x17\xdd\x18\xd6\x9f\xa2\x7f\xa2\xc9\x7f\x6d\x1d\x72\x97\x70\x5e\xf0\xce\x36\xa3\x91\x41\x46\xcd\xf3\x51\x51\x14\x45\xaf\x05\xf0\x38\x2f\x4a\xa5\x66\xbd\xfe\x7d\x39\x1a\x51\xeb\x30\x1f\x02\xa6\x85\x0d\xda\xb5\xa6\x8f\x58\xb3\x77\xe5\x71\x37\x77\xbe\x8a\x6e\xc6\xd0\x1c\xe2\xfa\x95\x19\x88\xf7\x99\x1e\x95\x7a\x5c\x2c\xe6\x39\x81\xc6\xf9\x72\x59\x7e\x09\xc1\x60\xe6\x45\xf9\x42\x52\xea\x49\xa9\xa7\xe7\x80\x17\x9f\x3e\xad\x69\x61\x0d\x06\xb6\xb5\x45\xda\x67\xaf\xc6\x50\x65\xa9\x80\xf5\x5a\x34\x24\xcb\xe0\xec\x7f\x28\x3a\x86\x2d\x12\x0b\x06\x1d\x8d\x0d\x8d\x18\x60\x1c\xaf\x7c\x34\xb6\xee\x26\x77\x62\xb0\x86\xd6\xb1\x60\xd6\x90\x50\x6a\x4b\x99\xa5\x8e\xe4\x81\xe5\x3e\xda\x20\xf7\x39\x86\xd5\xfe\x34\xca\x06\xbb\x2c\x0e\x32\x8b\xc3\xd0\xf0\x5a\x5c\xdc\x21\x89\x47\x6a\x50\x82\xfb\xb5\x22\x09\xad\xaf\x90\x56\xc7\x0c\x04\x3b\x21\x4c\x0e\x34\x0a\xe1\x16\x29\xa3\x50\x6c\x83\x91\xec\xac\x46\xc9\x91\x58\x72\x72\x96\x25\x33\xd9\xc4\xd0\x64\x61\xcb\x0e\x85\xc9\x7a\x69\x53\x42\x92\x96\xdc\x91\x60\xa2\x54\x55\x9e\xad\xc3\x4c\x3b\xc8\xf9\x54\x0d\x66\xb2\x55\xcb\x28\x95\x8b\x7a\xd3\x17\x22\x33\x04\x16\xdd\x69\x87\xfb\x32\x88\x69\x7d\x92\xe3\xaf\x14\x0f\x0f\xe2\x6d\x90\x04\x84\xa1\x47\x0f\x26\xfa\xfe\xd1\xf4\x9c\x2d\x69\x14\x46\x9f\x1c\x30\xae\x6a\x8a\x7e\xd5\x13\x87\x66\x08\xa9\x6f\xac\xd9\x06\xbb\x5d\x24\x73\xc2\x09\x46\x20\x3f\x53\x18\xac\x6d\x40\x23\xc6\x6e\x6d\xb6\x95\xc3\xaa\x13\xf4\x89\x3b\xc1\x2d\x06\xa9\xc1\x65\x14\x1b\xc4\x66\xb1\x8c\x04\x95\x43\x09\x91\x25\xb4\xce\x49\x34\x46\x22\x49\x06\x8f\x63\xc8\x93\x3b\x61\x6a\x51\x76\x96\xd7\x43\x34\xc7\xae\x8c\x09\x09\x38\xf6\xdd\xb2\x98\xcd\x7f\xff\xf9\xe6\xa7\x3b\xf9\xf3\x3b\xa5\xae\x97\xf2\x87\xfc\x25\xbf\xc8\x54\x7e\x38\x73\xb4\x22\xd0\x1b\xe4\xbe\xb4\x8b\xf1\xe4\xf1\x69\x29\x4a\x2d\x44\xa9\xe5\xdb\xf8\xd3\xf5\x66\x87\x36\x38\xdc\x7d\x71\x3b\xfd\x6d\x79\xa3\x54\x25\x4a\x55\xb7\x0f\xfd\xeb\xdf\xd3\x7f\x61\x5a\xef\x37\xcf\xa6\x38\x94\xf7\x75\xd7\xbf\x1a\xa8\xb2\x7c\xa7\x1d\x26\x69\x48\xc9\x1b\x9b\xf6\x38\x4a\xbd\x17\x07\xe6\x6b\x08\x28\xa1\xb6\xe0\xfe\x59\x03\x1d\x33\xcd\x3e\x0d\xff\xe3\x39\xf6\x01\xe1\x5b\xa2\x7f\xd5\xb3\xae\x3f\xe6\x58\xd7\x17\xbf\xba\xf8\xd5\xc5\xaf\x2e\x7e\xf5\x79\xf4\x8f\xd9\x95\x8e\xde\x63\xe0\x41\xaf\xba\x7a\x6b\x50\x57\x03\xae\x54\x2c\x96\xa3\xff\x03\x00\x00\xff\xff\xea\x2f\x44\xaf\xfd\x09\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeSyntaxTwigYamlBytes() ([]byte, error) {
|
|
|
|
|
return bindataRead(
|
|
|
|
|
_runtimeSyntaxTwigYaml,
|
|
|
|
|
"runtime/syntax/twig.yaml",
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func runtimeSyntaxTwigYaml() (*asset, error) {
|
|
|
|
|
bytes, err := runtimeSyntaxTwigYamlBytes()
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "runtime/syntax/twig.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)}
|
|
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeSyntaxTypescriptYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\xc1\x6e\xe3\x36\x10\xbd\xfb\x2b\x54\x63\xdb\xd8\x32\x14\xa7\xa7\x22\x42\x5b\x21\xed\x26\xa7\x36\x29\xba\xed\xa5\x24\xb3\xa0\xa8\x91\xcd\x86\x22\x55\x72\x18\xc7\xc5\xa0\xdf\x5e\x50\x72\x36\x5e\x3b\x9b\xcd\x65\x7d\x18\x92\x23\xbe\xf7\xc6\x0f\xc3\x69\xb5\x01\xdc\xf6\x50\x66\x29\x06\xe5\x75\x8f\x93\x49\x03\x08\x0a\xcb\x49\x96\x65\x59\xba\x61\x65\x07\x65\x36\xe5\xfc\x14\xc3\x9b\xe9\x64\xe2\xa3\x81\x30\x7e\x2e\x32\xe5\x6c\x40\x69\xf1\xd4\xc6\xae\x06\x3f\xdc\xab\x59\xb1\x10\xd5\x8c\x7d\x5b\x9c\x0b\x76\x56\x9c\x8b\x9c\xce\xd8\x59\xf1\x5d\x5a\x1f\x52\x42\x16\xed\x45\x71\x25\x16\xf3\x19\x8b\x7f\x0a\x66\x7e\x11\x15\xa5\x98\x4e\xd5\xbc\xe2\xbc\x9e\xbe\x82\x3e\x31\x2f\x38\x3f\xdd\x49\x8c\xcb\xe3\x39\x71\x5f\xc2\x6f\xbd\x60\x8b\x42\x54\xbb\x54\xc5\xda\xab\x24\xf6\x6a\xf6\x63\x8a\x03\x06\xdd\x80\x45\xdd\xea\x01\xcc\x2e\x8a\xbf\x64\xf1\xef\x7b\xb1\xdb\x9c\x15\xe7\xef\x45\xce\x58\x19\x7a\xa9\xa0\x14\x22\x67\x33\xf1\x88\x0c\x28\x11\x3a\xb0\x38\xaa\xce\x64\x1d\xd0\x4b\x85\x24\x03\xc9\xb0\xb5\x8a\xe4\x46\x6a\xa4\xda\x83\xbc\x23\x25\x03\x90\x92\xa8\xd6\xa4\x8c\x0c\x81\x86\xd2\xc7\xe8\xa3\x42\xe7\xd3\x1e\xb5\x8d\x30\xdf\xb3\xef\x50\xa4\x81\x3a\xae\x56\xe0\xa9\x01\x65\xa4\x07\x6a\xa0\x95\xd1\x20\x35\x60\x00\x81\x1a\x47\x60\x02\x10\xd8\xd8\x11\x3c\xf4\xce\x23\xc1\x03\x82\x6d\x02\xb5\xda\x4a\x63\xb6\xd4\x3a\x4f\xad\x77\xdd\x4b\x3a\x6d\xb4\x0a\xb5\xb3\xb4\x02\x24\xdd\x92\xee\x7a\x33\x7c\x0f\x69\x9b\x58\xb5\x25\x3d\x98\xaf\xc0\xb5\xa4\x2d\x82\x6f\xa5\x02\xd2\x81\x0c\x20\x75\xae\x89\x06\x28\xb5\xde\x60\xde\x4b\x62\x16\x36\xe4\x5a\xea\xa5\xba\x93\x2b\xa0\xde\xeb\x7b\x89\x69\x75\xa9\x8f\xa1\xa1\x3e\xd6\x46\x2b\xf2\xf0\x4f\xd4\x1e\xc8\x03\x46\x6f\x29\x00\x52\xa2\xd2\x8a\x42\xec\xc1\x53\xd8\x68\x54\xeb\x97\x94\x70\xad\x03\xe1\xda\xbb\x0d\xa1\xdf\x52\x7a\x34\x43\x70\x2d\xdd\x4b\x4f\xf7\x4e\x37\xb4\x59\x6b\x03\xb4\xd1\xb8\xa6\xad\x06\xd3\xcc\x9f\xe9\xe6\x47\x97\x64\xf2\x1a\x7d\x04\xb2\xd1\x18\x8a\xb6\x81\x56\x5b\x68\xe8\x5a\x5e\xef\xe3\xc6\x37\x3a\x60\x2e\xbc\x97\x5b\xfa\xc9\x39\x03\xd2\xd2\xdb\xf4\x47\x2f\x6d\xec\xc0\xcb\xd4\x03\x97\xde\x3b\x4f\x57\x8f\xee\xff\x2a\x71\xfd\x09\x9e\xeb\xa1\xe3\xe9\xa6\xfe\x1b\x14\xd2\xef\xb0\xba\x7c\xe8\xe9\x1d\x7a\x6d\x57\xf4\x6e\xdb\xd5\xce\x7c\x02\x28\xed\x96\xea\x9d\xbc\x85\x7b\xf0\x34\x3e\x1e\x0a\x23\x38\x1c\x81\xf7\x5d\x64\xc5\x62\x99\xff\xf0\xfd\x8f\x5f\xfd\xf7\x75\x55\x7e\x43\xe2\x19\x67\x96\xec\x36\x17\x33\x76\xbb\x14\x34\xe3\x9c\xf3\xe5\x7c\x9e\xb3\xdb\xb4\x13\x4b\xb6\xd2\x9d\xc8\x9f\xb5\x93\xf3\x61\xc4\x0c\xa1\x1a\x23\xa5\xec\x47\x03\x67\xc8\xb0\xba\xb5\x1e\x4f\xf8\x94\xf3\x6a\xa0\x7d\xe2\xeb\x86\x32\x87\x63\xfa\x05\x94\x7e\x28\x69\x39\xfd\x90\x03\xdb\x94\xd9\xf4\xcd\x53\x62\x1c\x87\x19\x13\x9f\x65\xe1\x3c\x3f\xe4\xe1\x3c\x5f\x1e\x52\x7d\x38\xee\xbc\x77\x8d\x2b\xb3\xe9\x1f\x37\x6f\x6f\xca\xe3\xc9\x35\xba\x7e\x2c\xc6\xa7\x47\x52\x7b\x99\x70\xa7\xfb\x9d\x6b\xa7\x9f\x91\x7f\x52\xea\x41\x69\x69\x7e\x5e\x4b\xff\x31\xf4\x15\xd5\x9c\x1c\x16\x73\xf2\x85\x6a\x99\xfc\x1f\x00\x00\xff\xff\x53\xad\xdd\x6c\xd3\x06\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeSyntaxTypescriptYamlBytes() ([]byte, error) {
|
|
|
|
|
@@ -3267,7 +3309,7 @@ func runtimeSyntaxTypescriptYaml() (*asset, error) {
|
|
|
|
|
return a, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _runtimeSyntaxValaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x53\xc1\x4e\xdc\x30\x10\x3d\x93\xaf\x70\x2d\x5a\x76\x13\x25\xcb\x95\xa8\x05\x55\xea\x9d\x4b\x4f\x8d\x03\x72\xec\xc9\xc6\xc2\x6b\xaf\xec\xf1\x6e\xa9\x46\xfd\xf6\xca\x4b\x16\x16\x8a\xf0\x21\x4a\x9c\xf7\x9e\xdf\x1b\xcf\x8c\xc6\x02\x3e\x6e\xa1\x65\x3b\x69\x65\x51\x68\x40\x50\xd8\xb2\x82\x31\xc6\xf2\x4f\x27\x37\xd0\x32\x2e\x44\x93\x01\xe7\xbc\x28\x42\xb2\x10\xdb\x03\xa0\x66\x4f\x5c\x2e\xc4\xb0\x18\xad\x97\x48\xda\xa7\xc1\x02\x0d\xde\x5b\x52\x93\x0c\x64\x1c\x52\xca\x8f\x38\xf9\x80\x64\xbd\x5b\xd3\xce\x1b\x4d\x8b\xe4\x96\x37\xd1\xac\x1d\xe8\xa5\x10\x03\x9f\x15\x8d\x06\x87\x66\x34\x10\x1a\x65\x65\x8c\x2d\xe3\xdd\xf7\xfa\x97\xac\xff\xdc\xf7\xf3\xcb\x65\x7d\x75\xdf\x97\x5d\xd7\xc6\xad\x54\xd0\xf6\x7d\xd9\x2d\x96\xfd\x51\x20\xa2\x44\xd8\x80\xc3\xa3\x2f\x1f\xc8\x8c\xb4\x9f\x8c\x05\xd2\x9e\xc0\x46\x20\x25\x23\x90\x86\x51\x26\x8b\x14\xf7\x06\xd5\x44\x18\x1e\x09\xa7\xe0\xf7\xa4\x24\xaa\xe9\xd4\xd4\x5b\x4d\xe3\xac\x71\x40\x39\xbd\x86\x91\x22\x86\xa4\x90\xc0\xa5\x0d\x25\x67\xbc\x23\xf8\x8d\x10\x1c\x65\x9e\x51\xa4\xbc\x8b\xf8\x91\x9e\xdf\x42\x90\xe8\x03\x39\xd8\x93\x06\x0b\x08\x14\x00\x53\x70\xe4\x92\xb5\x1f\x51\x0f\x45\x22\xbf\x83\x10\x8c\x06\xda\x06\xb3\x93\x08\xb4\x4d\x83\x35\x8a\x72\x7d\xa5\x25\x9c\x4c\xa4\x3d\xc8\x87\x57\x4a\x5b\x50\x46\xda\x59\x67\xed\xd1\xd3\x10\x40\x3e\x64\xbb\x68\x5c\x82\x53\xf0\x21\x82\x74\xd8\xe4\x9b\x9d\x29\x18\x12\xd0\x28\x6d\x7c\x1f\xe9\xd2\x66\x80\x30\x63\xbb\xcb\xfa\xaa\xaf\x5e\x1d\xff\xb8\x19\xbc\x6d\x8e\xd1\xf3\x3d\x0b\x51\x57\xab\xf2\xdb\xd7\xeb\x9b\xf6\xd3\xdf\xcf\x5f\xa8\xa7\xfa\xfa\x3f\xd9\x88\xc1\xb8\x75\x96\xe5\x0b\x21\x84\x68\xa8\xbb\x13\xbc\x5f\x96\x82\xd3\xc5\xf3\xce\x45\xbf\x2c\x2f\x5e\xb8\x9b\xb9\x62\x8b\x3b\x3a\xe9\x9b\xe5\x6a\xd5\x94\x6f\x41\x87\xcf\xbc\x22\xca\x90\x39\x2b\x21\x66\x50\x5e\xe0\xf4\x21\x52\xb9\x7a\xd9\x7b\x1a\x09\xd6\xf5\xc5\x71\x2c\xbc\xf6\x2d\xe3\x3f\x6f\x7f\xdc\xb6\x37\xcf\x9d\xed\x72\x6b\xd7\x79\x2a\x9a\xfd\x64\x10\x9e\x6c\x30\x7e\xe2\xa8\x3a\x7f\x07\xdd\x32\x7e\x56\xb1\x8a\x58\x75\x56\xf1\xe2\x5f\x00\x00\x00\xff\xff\xf5\xc2\x49\xcc\xb3\x03\x00\x00")
|
|
|
|
|
var _runtimeSyntaxValaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x53\x5d\x4f\xdb\x30\x14\x7d\x26\xbf\xc2\x8b\xd8\x68\x13\x25\x65\x1f\x42\x23\xda\x88\x26\xed\x9d\x97\x3d\x2d\x0e\xc8\x71\x6e\x1a\x0b\xd7\xae\xec\xeb\x76\xa0\xab\xfd\xf6\xc9\x6d\x0a\x85\x21\xfc\x94\xd8\xe7\x1c\x9f\x7b\x7d\xee\xa0\x34\xe0\xfd\x1a\x2a\xb6\x11\x5a\x24\x49\x0f\x08\x12\x2b\x96\x30\xc6\x58\x3c\x34\x62\x05\x15\x4b\x39\x2f\x23\xe0\x34\x4d\x12\x17\x34\xf8\x6a\x07\x28\xd8\x9e\x9b\x72\xde\xcd\x06\x6d\x05\x52\x6f\x43\xa7\x81\x3a\x6b\x35\x85\x5a\x8e\xc2\x51\xa8\x95\xc1\xd9\x57\xfa\x78\x41\x9f\x3f\xd1\xc5\x97\x79\x4d\xa1\xf6\xa3\x75\x48\xa1\xd6\xd6\x2c\x69\x63\x55\x4f\xbe\xf6\xea\x01\x6e\x91\x82\x51\x91\x37\xe7\xbc\x4b\xa7\x6b\x54\x0f\x06\xd5\xa0\xc0\x95\x52\x0b\xef\x2b\x96\x36\x3f\x8a\xdf\xa2\x78\xb8\x6d\xa7\x8f\xf3\xe2\xf2\xb6\xcd\x9a\xa6\xf2\x6b\x21\xa1\x6a\xdb\xac\x99\xcd\xdb\x83\x80\x47\x81\xb0\x02\x83\x07\xb3\xd6\x91\x1a\x68\x3b\x2a\x0d\xd4\x5b\x02\xed\x81\xa4\xf0\x40\x3d\x0c\x22\x68\x24\xbf\x55\x28\x47\x42\x77\x4f\x38\x3a\xbb\x25\x29\x50\x8e\xc7\xa6\x5e\x6a\x2a\xa3\x95\x01\x8a\x2d\xe9\x61\x20\x8f\x2e\x48\x24\x30\x61\x15\x4b\xb2\x86\xe0\x0f\x82\x33\x14\x79\x4a\x92\xb4\xc6\xe3\x5b\x7a\x76\x0d\x4e\xa0\x75\x64\x60\x4b\x3d\x68\x40\x20\x07\x18\x9c\x21\x13\xb4\x7e\x8b\xba\x6b\x12\xd9\x0d\x38\xa7\x7a\xa0\xb5\x53\x1b\x81\x40\xeb\xd0\x69\x25\xc9\xab\xa5\x11\x9a\x70\x54\x9e\xb6\x20\xee\x9e\x29\xad\x41\x2a\xa1\x27\x9d\xa5\x45\x4b\x9d\x03\x71\x17\xed\xa2\x32\x01\x8e\xc1\xbb\x12\x84\xc1\x32\x3e\xf7\x44\x41\x17\x80\x06\xa1\xfd\xeb\x48\x13\x56\x1d\xb8\x09\xdb\x9c\x17\x97\x6d\xfe\xec\xfa\xfb\x55\x67\x75\x79\x28\x3d\xbe\x33\xe7\x45\xbe\xc8\xbe\x7f\xbb\xaa\xab\x77\x7f\xdf\x7f\xa0\x96\x8a\xab\xff\x64\x3d\x3a\x65\x96\x51\x36\x9d\x71\xce\x79\x49\xcd\x0d\x4f\xdb\x79\xc6\x53\x3a\x7b\xdc\x39\x6b\xe7\xd9\xd9\x13\x77\x35\x75\x6c\x76\x43\x47\xb9\x99\x2f\x16\x65\xf6\x12\xb4\xfb\x8d\xcb\xa3\x70\x91\xb3\xe0\x7c\x02\xc5\x05\xa6\xdf\x95\x94\x2d\x9e\xf6\xf6\x73\xc2\x9a\x36\x39\xcc\x8a\xed\x6d\xc5\xd2\x5f\xd7\x3f\xaf\xab\xfa\x31\xd9\x26\x46\xbb\x88\x81\x2f\xb7\xa3\x42\xd8\xdb\x60\xe9\x91\xa3\xfc\xf4\x15\x74\xc5\xd2\x93\x9c\xe5\xc4\xf2\x93\x3c\x4d\xfe\x05\x00\x00\xff\xff\xa8\xac\xa2\x52\xc8\x03\x00\x00")
|
|
|
|
|
|
|
|
|
|
func runtimeSyntaxValaYamlBytes() ([]byte, error) {
|
|
|
|
|
return bindataRead(
|
|
|
|
|
@@ -3487,6 +3529,7 @@ var _bindata = map[string]func() (*asset, error){
|
|
|
|
|
"runtime/colorschemes/cmc-tc.micro": runtimeColorschemesCmcTcMicro,
|
|
|
|
|
"runtime/colorschemes/codeblocks-paper.micro": runtimeColorschemesCodeblocksPaperMicro,
|
|
|
|
|
"runtime/colorschemes/codeblocks.micro": runtimeColorschemesCodeblocksMicro,
|
|
|
|
|
"runtime/colorschemes/darcula.micro": runtimeColorschemesDarculaMicro,
|
|
|
|
|
"runtime/colorschemes/default.micro": runtimeColorschemesDefaultMicro,
|
|
|
|
|
"runtime/colorschemes/flamepoint-tc.micro": runtimeColorschemesFlamepointTcMicro,
|
|
|
|
|
"runtime/colorschemes/funky-cactus-tc.micro": runtimeColorschemesFunkyCactusTcMicro,
|
|
|
|
|
@@ -3630,6 +3673,7 @@ var _bindata = map[string]func() (*asset, error){
|
|
|
|
|
"runtime/syntax/tcl.yaml": runtimeSyntaxTclYaml,
|
|
|
|
|
"runtime/syntax/tex.yaml": runtimeSyntaxTexYaml,
|
|
|
|
|
"runtime/syntax/toml.yaml": runtimeSyntaxTomlYaml,
|
|
|
|
|
"runtime/syntax/twig.yaml": runtimeSyntaxTwigYaml,
|
|
|
|
|
"runtime/syntax/typescript.yaml": runtimeSyntaxTypescriptYaml,
|
|
|
|
|
"runtime/syntax/vala.yaml": runtimeSyntaxValaYaml,
|
|
|
|
|
"runtime/syntax/vhdl.yaml": runtimeSyntaxVhdlYaml,
|
|
|
|
|
@@ -3691,6 +3735,7 @@ var _bintree = &bintree{nil, map[string]*bintree{
|
|
|
|
|
"cmc-tc.micro": &bintree{runtimeColorschemesCmcTcMicro, map[string]*bintree{}},
|
|
|
|
|
"codeblocks-paper.micro": &bintree{runtimeColorschemesCodeblocksPaperMicro, map[string]*bintree{}},
|
|
|
|
|
"codeblocks.micro": &bintree{runtimeColorschemesCodeblocksMicro, map[string]*bintree{}},
|
|
|
|
|
"darcula.micro": &bintree{runtimeColorschemesDarculaMicro, map[string]*bintree{}},
|
|
|
|
|
"default.micro": &bintree{runtimeColorschemesDefaultMicro, map[string]*bintree{}},
|
|
|
|
|
"flamepoint-tc.micro": &bintree{runtimeColorschemesFlamepointTcMicro, map[string]*bintree{}},
|
|
|
|
|
"funky-cactus-tc.micro": &bintree{runtimeColorschemesFunkyCactusTcMicro, map[string]*bintree{}},
|
|
|
|
|
@@ -3850,6 +3895,7 @@ var _bintree = &bintree{nil, map[string]*bintree{
|
|
|
|
|
"tcl.yaml": &bintree{runtimeSyntaxTclYaml, map[string]*bintree{}},
|
|
|
|
|
"tex.yaml": &bintree{runtimeSyntaxTexYaml, map[string]*bintree{}},
|
|
|
|
|
"toml.yaml": &bintree{runtimeSyntaxTomlYaml, map[string]*bintree{}},
|
|
|
|
|
"twig.yaml": &bintree{runtimeSyntaxTwigYaml, map[string]*bintree{}},
|
|
|
|
|
"typescript.yaml": &bintree{runtimeSyntaxTypescriptYaml, map[string]*bintree{}},
|
|
|
|
|
"vala.yaml": &bintree{runtimeSyntaxValaYaml, map[string]*bintree{}},
|
|
|
|
|
"vhdl.yaml": &bintree{runtimeSyntaxVhdlYaml, map[string]*bintree{}},
|
|
|
|
|
|