From 2de42bcf99da1599c4830a9bded98f69978f1967 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sat, 27 Aug 2016 17:10:26 -0400 Subject: [PATCH] Make zenburn the default colorscheme This commit also adds better support for constant.number in the syntax files. --- cmd/micro/runtime.go | 24 ++++++++++++------------ cmd/micro/settings.go | 4 ++-- runtime/colorschemes/zenburn.micro | 3 ++- runtime/syntax/c.micro | 1 + runtime/syntax/d.micro | 18 +++++++++--------- runtime/syntax/java.micro | 1 + runtime/syntax/javascript.micro | 8 ++++---- runtime/syntax/lua.micro | 2 +- runtime/syntax/python.micro | 2 +- runtime/syntax/ruby.micro | 7 ++++--- runtime/syntax/rust.micro | 3 +++ runtime/syntax/sh.micro | 2 +- runtime/syntax/swift.micro | 2 +- runtime/syntax/vi.micro | 1 + 14 files changed, 43 insertions(+), 35 deletions(-) diff --git a/cmd/micro/runtime.go b/cmd/micro/runtime.go index 127c8148..de6b8cb4 100644 --- a/cmd/micro/runtime.go +++ b/cmd/micro/runtime.go @@ -314,7 +314,7 @@ func runtimeColorschemesSolarizedMicro() (*asset, error) { return a, nil } -var _runtimeColorschemesZenburnMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x90\xc1\x6e\xc3\x20\x0c\x86\xef\x7d\x0a\xc4\xb9\x99\x06\x59\x93\xbc\x0e\x05\xb7\x43\x23\x26\x32\xe6\xb0\xb7\x9f\x9c\x4a\xd3\x3a\x48\x6f\x48\x9f\xed\xff\xe3\xf7\x39\x65\x1a\x52\xc4\x2f\x15\xe0\xe6\x6a\x62\xa5\xcd\xb2\x9c\xed\x38\xeb\xd3\x1f\xe8\xf3\xba\x02\x0a\x7c\xef\x41\x2c\xec\x90\xdf\x0a\x53\xc4\xbb\xd2\x66\xfe\x38\x1e\xc2\xba\x5e\x81\x94\x36\x66\x3a\x1c\x12\x09\xd3\xd0\x18\x00\x39\xde\xa2\x6c\x5b\x3b\x36\xbc\xb0\x63\x78\x68\xf6\xf0\x46\xb0\x51\xf6\x7d\xc8\xdf\x1b\x48\xea\xdc\x5e\xdd\xc0\x47\x97\xfa\x4a\x15\x03\x50\x8a\x08\xa1\xdf\x1b\x10\xe5\xfd\xaf\x97\xb3\x1d\xa7\xe7\xc4\x1c\xb2\xd2\xd7\x9c\x82\xb2\x97\xb6\x2f\xf9\x4c\x2d\x72\x5a\x2e\x4f\xcd\x7a\x44\x69\x63\xf0\x9f\x4e\xda\x18\xdb\x68\x59\x1d\x7e\xcb\xde\xdd\x96\xa7\x81\x7b\x65\x06\x1a\x5e\x28\xfa\x4a\xe5\xf1\x86\x3d\xe3\x3f\x24\x31\xe8\xe4\xcc\xfa\xf4\x13\x00\x00\xff\xff\x56\x6a\x96\x13\x59\x02\x00\x00") +var _runtimeColorschemesZenburnMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x91\xd1\x6e\xc3\x20\x0c\x45\xdf\xfb\x15\x88\xe7\x64\x1a\xa4\x0d\xf9\x1d\x1a\xdc\x0e\x8d\x98\xc8\x31\x9a\xf6\xf7\x93\xd3\x69\x5a\x0b\x79\x8b\x74\xae\xed\xc3\xcd\x9c\x53\xa6\x3e\x45\xfc\x54\x01\x6e\xbe\x24\x56\xda\x4c\x53\x67\x07\xa7\x4f\xff\xe0\x9c\x97\x05\x50\xe0\x7b\x0b\xe2\xc6\x1e\xf9\x6d\x63\x8a\x78\x57\xda\xb8\xf3\x71\x08\xcb\x72\x05\x52\xda\x98\xf1\x30\x24\x12\xa6\xa2\x31\x00\x72\xbc\x45\x99\xb6\x76\xa8\xf8\xc6\x9e\xe1\xa1\xd9\xc2\x2b\xc1\x4a\x79\x6e\x43\xfe\x5e\x41\xae\xba\x7a\xeb\x0a\x73\xf4\xa9\xad\x54\x30\x00\xa5\x88\x10\xda\xbd\x01\x51\xde\xdf\x7a\xe9\xec\x30\x3e\x5f\xcc\x21\x2b\x7d\xcd\x29\x28\x7b\xa9\xfb\x92\xc7\x94\x4d\x56\xcb\xe6\xb1\x1a\x8f\x28\x6d\xf4\xf3\x87\x97\x36\x86\xfa\xb4\x8c\xf6\x7f\x65\xef\x6e\xd3\x53\xe0\x5e\x98\x81\xfa\x5f\x45\x3b\xb8\xce\xb8\x73\x2b\xf1\xe5\x09\x8f\xff\x6b\xa1\xed\xf1\x0d\xbb\xc7\x2b\x24\xb1\x6c\xb8\x38\x7d\xfa\x09\x00\x00\xff\xff\x9c\x89\x71\xe8\x7d\x02\x00\x00") func runtimeColorschemesZenburnMicroBytes() ([]byte, error) { return bindataRead( @@ -714,7 +714,7 @@ func runtimeSyntaxAwkMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxCMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x54\xef\x6f\xdb\x36\x10\xfd\xee\xbf\x82\xa5\xb3\x45\x72\x12\xa7\x3f\x86\x6e\xeb\xd6\x19\x83\xb1\xad\xdf\x36\x6c\xc5\x80\x4e\x74\x0c\x8a\x3a\x59\x87\xd0\xa4\x70\x3c\xc5\xce\x7a\xfd\xdf\x07\xda\x4a\xe7\xb6\xc8\x17\x83\xe6\xdd\xbd\xf7\x78\xf7\x74\xd3\xa9\x7a\x03\x04\x0a\x93\xb2\x41\xc1\xde\x6e\x7b\x0f\xaa\x8d\xa4\x96\xd7\xcb\x8b\x8b\xf9\x64\x3a\x9d\xa4\xfb\xc0\x76\xaf\xb4\xd3\x4a\x9b\x79\xe1\x0a\x27\x7d\x2f\xfb\x7d\xb9\x90\x65\x79\x76\xbc\xec\x8a\xee\xe3\xe5\x9b\xf1\x12\x71\x31\x46\x1b\x68\xcb\x33\x3d\x71\xd1\x47\x52\xd8\x40\x60\x6c\x11\x48\x69\x53\x57\x3f\x5f\xfd\xb3\x5e\x55\x4f\xaf\xbe\x3f\x1c\x2e\x4c\xad\xd5\x98\xc8\xf7\x3d\xe4\x94\xa2\xf5\xd1\xb2\x34\x71\xa8\x3d\x48\x1d\xa3\x17\xd7\x59\x12\x0c\x2c\xa9\x8b\xc4\xe2\x63\xd8\x48\xc2\x7f\x21\xb6\x02\x61\xd8\xca\x5d\xc4\x46\x12\x5b\x46\x27\x2e\x86\xc4\x92\x98\x06\xc7\x32\x04\x8c\x41\x32\x72\x03\xad\xc0\x9e\x81\x82\x14\x43\x28\x17\x09\x37\x01\x1a\xc1\xe0\x31\x40\x69\x6a\xfd\xb9\x8a\x22\x2d\x32\x45\x29\x45\x31\xac\x17\xe5\x02\x03\x17\xdf\xc9\xb3\x97\xf2\xe2\xb9\xbc\xfc\x46\x7a\xa6\xb2\x2c\xd7\xfc\x7f\x65\xe6\x87\x2d\x04\x3e\x94\x3b\x6f\x53\x92\x60\xb7\x90\x7a\xeb\x40\x18\xb6\xbd\xb7\x0c\xd2\x0f\xb5\x47\x27\x3d\x45\x06\xc7\xd0\x48\x4f\x78\x97\x03\x99\x39\xe7\x0b\x77\x98\xa4\x25\x84\xd0\xc8\x1d\x12\x0f\xd6\xcb\x90\x30\x6c\x64\x3b\xb0\xcd\x4d\xb9\x8b\xde\x32\x7a\x10\x82\x0d\x26\x06\x12\xd8\xf7\x1e\x1d\x72\xf9\x98\x9e\x36\x92\x60\x2b\xbb\x2e\x97\x35\x51\xc0\x27\x10\x67\x13\x48\x03\xad\x1d\x3c\x4b\xda\x21\xbb\xee\x51\x00\xa6\x7b\xe1\x8e\xe2\x4e\x9c\x65\xd7\x49\xec\x81\x2c\x47\x92\x00\x3b\x69\xc0\x03\xc3\xa3\xb5\x9b\xc8\x31\x0f\x86\x31\x0c\x20\x35\x81\xbd\x15\x02\x1e\x28\x9c\x94\xf4\x04\x3d\x45\xa7\xf4\x4d\x55\xbd\x3a\x34\xed\xd5\x6a\x35\x9b\x9e\xfe\xc9\xce\xc2\x00\x82\xc1\xf9\xa1\x81\x3c\x49\xc1\x36\x2c\xca\xc3\x74\x43\x83\xad\x80\x2f\xb0\x95\x04\xe5\xe1\xb5\x96\x42\xee\x1b\x10\x45\x2a\x1f\x88\x0e\x0e\xb1\x59\xda\x79\x51\xdd\x9c\x1b\xb3\x92\xc2\x98\x4a\x9f\xdb\xba\x0d\xc4\x77\xc6\xac\xca\xf2\x5c\x2b\x7d\x6e\x4c\x51\x54\x4f\xaf\x5e\xac\x16\xd5\xd3\xab\x6f\x57\xef\x9f\x5d\x3e\xff\xf0\x31\xb4\x3f\xba\xf8\x57\x7b\xd5\x1e\x23\xe7\x7a\x92\xbf\x9f\xe9\x54\xfd\xb6\x5c\xaa\x7a\x40\xcf\x18\xd2\x97\x0d\x59\xaf\x2d\x33\x61\x3d\x30\xac\xd7\xa7\xcf\x33\x85\x29\xaa\x9b\x72\x35\x33\xa5\x29\x75\x4e\x2c\xac\x3f\xfa\xd4\xa6\xad\x8c\x88\xd2\x61\xd3\x40\x18\xad\x2b\xbd\x75\xb7\xd0\x08\x41\x62\x42\xc7\x92\xc0\xf1\x83\xe9\x63\x2b\x3b\xb0\xb7\xe5\x7a\x9d\xa5\xfd\x3e\x4e\x4c\x2d\xb3\xa2\x2f\x75\x55\xf3\x57\x3f\x5c\x5e\xcc\xe4\xf5\x13\xf3\xd5\x4a\x2b\xfd\xa3\x56\xfa\x27\xad\xf4\xb5\x56\xfa\x4a\x2b\xfd\xb5\x56\x93\xc9\xf4\x0f\x4b\x10\xb8\x03\x46\x67\xfd\x08\x35\x55\x47\xb0\xad\xdd\x40\x60\xab\x74\x55\x94\xef\x3f\x64\x0c\x53\xe5\x9f\x95\x9e\x3c\xb4\xe6\x2f\x26\x0c\x1b\xd5\xe1\xa6\xf3\xb8\xe9\x18\xc3\x66\xae\xd4\xbb\x38\xa8\x1d\x7a\xaf\x30\xa8\x0d\x04\x20\xeb\xd5\x2e\x8f\xe8\x3e\x0e\xa4\x6a\xca\x99\xb5\xb7\xee\x36\xef\xad\x26\xe3\xa4\x03\x4e\x52\x1c\x95\x8b\x5b\x50\xde\x26\xbe\x54\x35\x38\x3b\x24\x50\xe3\x0e\x3b\x65\x51\x34\x78\x48\x47\x96\x1a\x32\x84\xed\x7b\x8f\xd0\x64\x4e\xee\x40\x45\x6a\x80\xf2\xe9\x5e\x59\x02\x45\x60\x73\x68\xfe\x99\x69\xe6\x47\x62\xa5\x75\x61\xcc\x5c\xaa\x1b\xbd\x2a\x67\x5a\x8f\xaf\x7b\xdb\x61\x1a\xa5\xe5\x1d\xfb\xf7\x2f\x7f\xbe\x53\x04\x29\x0e\xe4\x40\x61\x60\x08\x09\xef\xe0\xc9\x64\x3a\x82\xde\xdb\x90\x27\x40\xfc\xfa\x13\x3c\x63\x4e\x6d\x71\xa6\x15\x84\xe6\xb5\xbe\xf9\x94\x31\xf3\x2d\xe3\xf6\x30\xbb\xd3\x87\x7e\x14\x7c\x0c\xe9\xeb\xeb\xf9\x4c\x7f\x76\x39\x72\x5e\x9b\xd9\x88\x6d\x66\xd7\x47\xc4\xb7\x64\xd1\x67\xf9\xbb\x0e\xf9\xb8\xbb\x1e\xd4\x5e\x6e\x08\x20\x28\x7d\xa2\xed\xe2\x4c\x4f\xfe\x0b\x00\x00\xff\xff\x43\xd0\x5f\x8e\x54\x06\x00\x00") +var _runtimeSyntaxCMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x54\xdd\x6e\xdb\x46\x13\xbd\xd7\x53\x6c\x56\xfe\x3e\x93\xb2\x25\x3b\x49\x91\x36\x69\x53\xa1\x10\xda\xe6\xae\x45\x1b\x14\x48\x49\x59\x58\x2e\x87\xe4\xc0\xab\x5d\x62\x76\x68\xc9\xcd\xe4\xdd\x8b\x95\xe8\x54\x71\xe0\x1b\x61\x35\x3f\xe7\x9c\xf9\xe1\x4c\xa7\xea\x1d\x10\x28\x8c\xca\x78\x05\x7b\xb3\xed\x1d\xa8\x26\x90\x5a\x5d\xad\x2e\x2e\x16\x93\xe9\x74\x12\xef\x3d\x9b\xbd\xd2\x56\x2b\x5d\x2e\x32\x9b\x59\xe9\x7b\xd9\xef\xf3\xa5\xac\xf2\xb3\xa3\xb1\xcb\xba\xcf\xc6\x77\xa3\x11\x71\x39\x7a\x6b\x68\xf2\x33\x3d\xb1\xc1\x05\x52\x58\x83\x67\x6c\x10\x48\xe9\xb2\x2a\x7e\x9a\xff\xbd\x59\x17\xd7\xf3\xd7\x87\xc7\x45\x59\x69\x35\x06\xf2\x7d\x0f\x29\x24\x6b\x5c\x30\x2c\x75\x18\x2a\x07\x52\x85\xe0\xc4\x76\x86\x04\x3d\x4b\xec\x02\xb1\xb8\xe0\x5b\x89\xf8\x0f\x84\x46\xc0\x0f\x5b\xb9\x0b\x58\x4b\x64\xc3\x68\xc5\x06\x1f\x59\x22\xd3\x60\x59\x06\x8f\xc1\x4b\x42\xae\xa1\x11\xd8\x33\x90\x97\x6c\xf0\xf9\x32\x62\xeb\xa1\x16\xf4\x0e\x3d\xe4\x65\xa5\x1f\xab\xc8\xe2\x32\x51\xe4\x92\x65\xc3\x66\x99\x2f\xd1\x73\xf6\x9d\x3c\x7f\x25\x2f\x5f\xc8\xab\x6f\xa4\x67\xca\xf3\x7c\xc3\xff\x65\x26\x7e\xd8\x82\xe7\x43\xba\x75\x26\x46\xf1\x66\x0b\xb1\x37\x16\x84\x61\xdb\x3b\xc3\x20\xfd\x50\x39\xb4\xd2\x53\x60\xb0\x0c\xb5\xf4\x84\x77\xc9\x91\x98\x53\xbc\x70\x87\x51\x1a\x42\xf0\xb5\xdc\x21\xf1\x60\x9c\x0c\x11\x7d\x2b\xdb\x81\x4d\x6a\xca\x5d\x70\x86\xd1\x81\x10\xb4\x18\x19\x48\x60\xdf\x3b\xb4\xc8\xf9\x53\x7a\x9a\x40\x82\x8d\xec\xba\x94\x56\x07\x01\x17\x41\xac\x89\x20\x35\x34\x66\x70\x2c\x71\x87\x6c\xbb\x27\x01\x98\xee\x85\x3b\x0a\x3b\xb1\x86\x6d\x27\xa1\x07\x32\x1c\x48\x3c\xec\xa4\x06\x07\x0c\x4f\xe6\xb6\x81\x43\x1a\x0c\xa3\x1f\x40\x2a\x02\x73\x2b\x04\x3c\x90\x3f\x49\xe9\x09\x7a\x0a\x56\xe9\x9b\xa2\x78\x73\x68\xda\x9b\xf5\x7a\x36\x3d\xfd\x93\x36\x0b\x3d\x08\x7a\xeb\x86\x1a\xd2\x24\x05\x1b\xbf\xcc\x0f\xd3\xf5\x35\x36\x02\x2e\xc3\x46\x22\xe4\x87\x6a\x0d\xf9\xd4\x37\x20\x0a\x94\x3f\x10\x1d\x36\xc4\x24\x69\xe7\x59\x71\x73\x5e\x96\x6b\xc9\xca\xb2\xd0\xe7\xa6\x6a\x3c\xf1\x5d\x59\xae\xf3\xfc\x5c\x2b\x7d\x5e\x96\x59\x56\x5c\xcf\x5f\xae\x97\xc5\xf5\xfc\xdb\xf5\xc7\xe7\x97\x2f\x3e\x7d\x76\xed\x8f\x5b\xfc\x8b\x99\x37\x47\xcf\xb9\x9e\xa4\xef\x67\x3a\x55\xbf\xae\x56\xaa\x1a\xd0\x31\xfa\xf8\x75\x43\x36\x1b\xc3\x4c\x58\x0d\x0c\x9b\xcd\x69\x79\x65\x56\x66\xc5\x4d\xbe\x9e\x95\x79\x99\xeb\x14\x98\x19\x77\xdc\x53\x13\xb7\x32\x22\x4a\x87\x75\x0d\x7e\x5c\x5d\xe9\x8d\xbd\x85\x5a\x08\x22\x13\x5a\x96\x08\x96\x1f\x96\x3e\x34\xb2\x03\x73\x9b\x6f\x36\x49\xda\x6f\xe3\xc4\xd4\x2a\x29\xfa\x5a\x57\xb1\x78\xf3\xfd\xe5\xc5\x4c\xde\x3e\x2b\xff\xb7\xd6\x4a\xff\xa0\x95\xfe\x51\x2b\x7d\xa5\x95\x9e\x6b\xa5\xff\xaf\xd5\x64\x32\xfd\xdd\x10\x78\xee\x80\xd1\x1a\x37\x42\x4d\xd5\x11\x6c\x6b\x5a\xf0\x6c\x94\x2e\xb2\xfc\xe3\xa7\x84\x51\x16\xe9\x67\xad\x27\x8f\x7a\xbf\xf0\xc3\xb6\x1a\x4f\xc2\xf5\xfc\xf5\xe1\x10\x3c\x74\xef\x4f\x26\xf4\xad\xea\xb0\xed\x1c\xb6\x1d\xa3\x6f\x17\x4a\x7d\x08\x83\xda\xa1\x73\x0a\xbd\x6a\xc1\x03\x19\xa7\x76\x69\x8a\xf7\x61\x20\x55\x51\x8a\xac\x9c\xb1\xb7\xe9\xb4\xd5\x09\x27\x1e\x70\xa2\xe2\xa0\x6c\xd8\x82\x72\x26\xf2\xa5\xaa\xc0\x9a\x21\x82\x1a\xcf\xdc\x29\x8b\xa2\xc1\x41\x3c\xb2\x54\x90\x20\x4c\xdf\x3b\x84\x3a\x71\x72\x07\x2a\x50\x0d\x94\x5e\xf7\xca\x10\x28\x02\x93\x5c\x8b\xc7\xb5\x1d\x89\x95\xd6\x59\x59\x2e\xa4\xb8\xd1\xeb\x7c\xa6\xf5\x58\xdd\xfb\x0e\xe3\x28\x2d\x9d\xe1\xbf\x7e\xfe\xe3\x83\x22\x88\x61\x20\x0b\x0a\x3d\x83\x8f\x78\x07\xcf\x26\xd3\x11\xf4\xde\xf8\x34\x24\xe2\xb7\x5f\xe0\x95\xe5\xe9\xe6\x9c\x69\x05\xbe\x7e\xab\x6f\xbe\x64\x4c\x7c\xab\xb0\x3d\x8c\xf7\xb4\xd0\xcf\x82\x8f\x2e\x7d\x75\xb5\x98\xe9\x47\xc6\x91\xf3\xaa\x9c\x8d\xd8\xe5\xec\xea\x88\xf8\x9e\x0c\xba\x24\x7f\xd7\x21\x1f\xcf\xdb\x83\xda\xcb\x96\x00\xbc\xd2\x27\xda\x2e\xce\xf4\xe4\xdf\x00\x00\x00\xff\xff\x48\x49\x5f\x6b\x77\x06\x00\x00") func runtimeSyntaxCMicroBytes() ([]byte, error) { return bindataRead( @@ -894,7 +894,7 @@ func runtimeSyntaxCythonMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxDMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x57\x6d\x53\xdc\x38\x12\xfe\xce\xaf\xd0\x99\xdd\x8d\x3d\x30\x1e\x72\x77\x55\x7b\xcb\x12\xa6\x48\x80\xbd\xd4\x11\xc8\x25\xb0\x77\x57\xb6\x99\xc8\x76\xdb\xa3\x1a\x59\x32\x52\x7b\x5e\x42\xb3\xbf\xfd\x4a\xb6\x19\x20\x01\xb2\x7b\x75\x1f\xc6\x6e\x49\xdd\x4f\x3f\xfd\x22\x69\xbc\xb9\xc9\x0e\x99\x5d\x29\xe4\x4b\x36\x15\xe5\x54\x8a\x72\x8a\x42\x95\xac\xd0\x86\xfd\x72\x7a\xc1\x14\x57\x7a\x63\x73\x73\x63\x73\x93\x1d\x34\x38\xd5\x66\x97\x1d\xa8\xdc\x80\x60\xbf\x0a\xa5\x67\x8d\xd1\x73\xb7\xf6\x9a\x5b\xc8\x99\x56\xec\x90\x49\x58\x82\x61\xb6\x86\x4c\x14\x22\xe3\x28\xb4\x62\xfe\x14\xb1\xde\x1d\x8d\x72\xc9\x55\x19\x6a\x53\x8e\x24\x2c\x83\x8d\x8d\xde\xb3\x97\x7b\xcc\x8b\x43\x3f\xf7\x05\xe5\xc1\x38\xf8\xce\xdb\x70\xa0\x67\x35\x18\x8e\xda\x58\xc6\x55\xce\xea\x46\x65\xd8\xb4\x78\x1b\x99\x96\xda\x30\x8b\x1c\xa1\x02\x85\xcc\xf3\xe3\x01\x8d\xe8\x7b\x8a\xb7\x68\x48\xfb\xfb\xb4\xb7\x47\xfb\xfb\xfb\xf4\x03\xc5\x97\x7e\x7c\x19\x8c\x29\x26\xfa\x2d\x18\xbf\xf2\xbe\x36\x8d\xc3\x38\xf4\xe3\x30\x18\xd3\x9f\x28\x1e\xd0\x0f\xf4\x1b\xc5\x3e\xc5\x01\xc5\x11\xc5\x09\xc5\x31\x8d\x3a\xd8\xef\x69\x8f\xf6\x29\x1e\xd3\x2e\xfd\xdc\x13\xcc\x90\x4b\x26\x14\x42\x09\x86\x49\x81\x60\xb8\xb4\x8c\x1b\x60\x39\xd4\x06\x32\x8e\x90\xf7\x1e\xc1\x18\x6d\x98\xe7\xef\x44\x3b\xc3\x1f\x27\xc9\x20\xf0\x4f\xa2\xe6\x22\x19\x93\x7b\x9e\x8c\x83\x71\x07\x79\x08\x99\xa8\x1e\x01\xed\x51\x32\xad\x2c\xf2\x36\xe2\x68\x67\xf8\x53\x42\xd1\xcb\xe1\x4f\x89\x13\x9f\x86\x7c\x2d\x14\x37\xab\xdf\x81\xb8\x13\xa5\xaf\x93\x68\xe7\xe5\xb7\xd9\x15\x52\x73\x7c\x1a\xa9\xa5\xd6\x93\x8a\x43\xff\xfe\x30\xf0\x23\x38\x4a\xa2\xad\x61\x32\x7e\x38\x1f\x8c\xa3\xe2\xf8\x24\x19\x8b\xb1\xf7\x2c\xde\x93\xf6\xcf\x98\x5f\x86\xc9\xff\x9f\x46\xa7\x46\x51\x71\x9c\x04\x5d\x76\xfe\x0e\x4b\x9e\xff\xee\xfa\xed\x44\xcb\x7f\x27\xad\x73\x3e\x2c\x0e\x86\xc7\xc9\x9d\x38\x49\x06\xf4\x60\x74\x4f\x2b\x78\xa2\x34\xf7\x9d\x7f\xa3\x3c\xff\xab\x67\x3f\x0e\xff\xb8\xd1\x38\xaa\xdf\x3f\x96\xe8\xa7\xd3\xdc\xd2\xeb\xeb\xf5\xc7\x7c\x7d\xd3\x55\x9b\xa9\x37\x53\x6e\x78\x86\xcf\x15\xe7\x85\x1f\x5d\xc6\x2f\xdc\xe6\xf7\xa3\x17\xde\x38\xe6\x69\xa1\x0c\xce\x13\x5a\x46\xd1\xee\x32\x17\xa5\xc0\xdd\x24\xb9\xfe\xf3\x8d\xe3\xf2\x63\x72\xfd\x72\xfb\x2f\x37\xd4\x3c\x58\xfb\xeb\x0d\x5d\x3c\x98\xf8\xdb\x0d\xfd\x10\x0e\x7e\x0e\x82\x17\x5d\xc1\xfe\x01\xab\x85\x36\xb9\x75\x32\x1f\xc2\x23\x07\x53\xea\xf3\xd4\xa2\xe3\x4a\x5c\x0a\x6e\xdd\xb3\x54\xc4\x6d\x45\xdc\x5a\x30\x48\xbc\x41\x4d\xa9\xce\x57\x94\x1a\xe0\x33\xca\xb8\x05\xf7\x40\xca\x38\x66\x53\xca\x24\xb7\x96\xda\xb8\xdc\x13\x85\x6a\x80\x72\x48\x9b\x92\x72\x28\x78\x23\x91\x72\x90\x50\x72\x04\xca\x35\x81\xb4\x40\xa0\x9a\x8a\x60\x59\x6b\x83\x04\x4b\x04\xa3\x82\x38\xf5\x1c\xcb\x62\x28\x1f\x65\x59\x70\x67\x57\x08\xc5\x65\xf7\x94\x2b\x2a\xb4\x71\x3f\xe0\xd9\xf4\xf6\x3d\x31\x30\x07\xe3\x34\xdd\x49\x2e\xb4\xa2\x52\xa3\x26\x51\x90\xa8\xaa\x06\x79\x2a\x81\x44\xd5\xfa\x15\x8a\x84\xd2\x8d\x13\x10\x4c\xc1\x33\x20\xa1\xe6\xdc\x08\xae\x90\x84\x25\xc9\x3f\xaf\x6e\x59\x55\x43\xf3\x28\xab\x8a\x67\x46\x53\x25\x96\x42\x51\xa5\xf3\x46\x02\x29\x58\x90\xd2\x38\x35\x7a\x41\xaa\x91\x92\x9c\x0b\x3d\x07\x63\x44\x0e\x54\xf3\x6c\xc6\x4b\xa0\xda\xf0\xb2\xe2\x54\x1b\x31\x77\x79\xa9\x8d\x46\xc8\x10\x72\xaa\x9b\x54\x8a\x8c\xea\xc6\x00\x19\x28\xc8\x00\x36\x77\xd9\xb1\xc3\xc5\xa3\x3c\x6c\xa6\x6b\x20\x3b\xe5\x06\x72\x72\x4b\x22\x23\x8b\xa6\xc9\x90\x6c\x53\x83\x21\xbb\x10\xae\x56\x76\xa5\xb2\xa9\xd1\x4a\x7c\x86\x9c\x10\xaa\x5a\x3a\xef\x38\x15\x96\x3a\xc6\x68\x1a\x20\x34\x2b\xc2\x55\x0d\x22\x6f\x5f\xba\xa0\x46\xb9\x54\x36\x4a\x20\x82\x45\x72\x29\x76\x13\x8b\xa9\x90\x40\x0b\x81\xd3\x5b\x82\x93\xc9\xa3\xfc\x26\x93\xe3\xb7\x27\x47\x93\x09\x4d\x26\xef\xce\x0e\x2f\x7a\xf1\xe4\xed\x69\x27\x1c\x5f\x9c\xbe\x39\x7f\x7b\x76\xda\x0e\xde\x7f\x38\x3a\x3f\xff\xcf\xc3\xb9\xb2\x0f\x6d\x32\x41\xc3\x05\x5a\x9a\x4c\xe6\x90\xa1\x36\x34\x99\xd4\xdc\xf0\x0a\x10\x8c\x6d\x49\x74\x57\xc8\xed\xc5\xc8\x66\xb7\x3b\xe0\xc1\x0d\x19\xa7\xbe\xeb\x49\xd7\x91\x6b\xd5\x36\xd6\x1c\x0a\x9a\x6b\xc9\x51\x48\x58\xc3\xbd\x37\xa2\x12\x28\xe6\xc0\x9c\xca\x2d\x94\x93\x5b\xa4\x54\x6b\x49\xe9\x0a\x81\xb2\x5c\x37\xae\xc3\x32\x50\x48\x59\x7b\x42\x52\x36\xe5\x86\x32\x03\x5c\x52\xde\xca\xbd\x4e\xb7\x2a\xfa\x91\xe8\x87\xae\xf5\x5a\x5d\xa9\x55\x49\xad\x64\xa7\xae\x5b\x9b\xd6\x41\xd3\x22\x37\x4e\xad\x69\x35\x9a\x6e\x75\xae\x45\x4e\x0b\x07\xbf\x26\xfd\x8b\xd4\xa9\xdb\x25\x2c\x87\x42\x28\xc8\x99\x5d\x55\xa9\x96\x5f\xb1\xb7\x68\x84\x2a\x69\xd1\xbf\xf3\xfe\x6d\xc5\x67\x98\x20\xd5\x68\x72\x51\x14\x13\x5c\xe3\x7e\x74\x7f\xba\xb8\x64\xa8\x67\xa0\xbe\x3e\xd5\xda\x62\x1f\x1e\x9c\x77\x85\x3d\x3a\x3b\x6e\xdf\xe7\x6f\xdf\x1d\xad\x85\x8f\xe7\x07\xef\xde\xb7\xa3\x5f\x8f\x4e\x0f\xcf\x3e\xf4\xe2\x87\x8f\x6d\xb5\xef\x1c\xb5\x44\xee\xce\xcf\xcd\x4d\x76\x7e\x76\x78\xb6\xcb\xaa\x46\xa2\x90\x42\x01\x4b\x79\x36\x43\x91\xcd\xda\xff\x6e\x5d\x26\xaf\x1a\x8d\xc0\xba\x20\x42\xe6\x5f\x28\x29\x66\x20\x57\xac\xd6\xd6\x8a\x54\x02\xe3\xc8\xb8\x94\xcc\x35\x6d\xfb\xc7\x33\x0c\x36\x36\x5d\xcb\xb4\xd6\xff\x74\xd6\x79\xe7\xf9\x8b\xd0\xc2\x0e\x93\x79\x9e\x1f\xc7\x21\x45\x97\x5e\x12\x0c\x3c\x6f\x83\xb5\xe6\xff\x5a\x59\xb1\x58\x95\xcf\x5a\x5a\xe4\x06\x5f\x79\xc6\xf3\x18\xa8\xfc\x95\xe7\x7d\x79\x2d\xad\x5d\x7c\x8a\x2e\x3f\x25\x83\x4f\x6d\x1e\xda\x5b\xf7\x79\x46\x4b\xcf\x8f\xa2\x5d\x5b\xf3\x0c\x76\x93\x64\x70\xff\x46\x78\x6a\x3e\x18\xdc\x5f\xf1\x7a\x4f\x87\x20\x5d\xa7\x7f\x2b\x03\x57\x5e\xec\x87\x83\x38\x78\x3a\x80\x2b\x2f\xbe\x0e\x07\xf1\xcd\xb3\x1a\x51\x38\x88\x93\xe7\x34\xf6\xc2\xc1\xfe\x93\xeb\x7d\x36\xaf\xbc\xe8\xd2\xbf\x8e\xf6\xbc\xc4\x55\x64\xf0\x5d\x9f\xdb\x4b\x37\xda\x7a\x0e\xdc\xbf\xb5\x0b\xc2\x75\xfc\xe7\xae\xa7\xfb\xd8\xdb\xb1\x69\xa0\x6b\xf4\xbe\xa3\x2c\x33\x70\xd5\x08\x03\x4c\x81\x75\xdf\x30\xdb\xcc\xea\x6d\xc6\x4b\x2e\xd4\x36\xc3\x29\xac\x58\xc6\xd5\x0b\x64\x29\x30\x51\xd5\xb2\x3d\x01\x21\x67\x3c\xcb\x1a\xc3\xd1\x35\xe2\x14\x0c\x84\x2d\xfa\x01\x3a\x0b\x66\x79\x05\x0c\x45\x05\x2d\x40\xfb\xa7\x4e\xe5\xe0\xbe\x45\x4c\xad\x2d\x30\x5d\x7c\x41\xa1\xe2\x33\xb0\x4c\x20\xbb\x6a\x1c\x09\xad\xdc\xad\xc6\x50\xdf\x7d\x5c\x39\xa0\x8a\x71\xbb\x36\xe9\x9a\xde\xb9\x65\x5d\x42\xb6\x2b\x5e\x82\x42\xbe\x4e\x63\x7c\xdd\x67\x2e\xbe\xe9\xb6\xdf\x1b\x5d\x39\xf2\xed\xbe\x3b\x7d\xbd\xcb\xdc\xcd\xd0\x46\x0d\x39\x4b\x8d\xf3\x92\x4a\x9e\xcd\xba\x2f\x11\x77\xa5\xf6\xfb\x0b\xf5\x5d\xe4\xdd\x2e\xab\x25\x17\x8a\x19\x28\x61\xb9\x2e\x47\xd5\x5d\x0d\xa3\x51\x38\xf0\xbe\x98\xec\x19\x8d\xe2\xc1\x2d\xa3\xc1\xe8\x49\x9d\xad\x5b\x9d\xad\x91\xb7\xf1\xdf\x00\x00\x00\xff\xff\x21\x06\xcf\x89\x69\x0e\x00\x00") +var _runtimeSyntaxDMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x57\x6d\x53\xe4\xb8\x11\xfe\xce\xaf\x50\xcc\xdd\x61\x0f\x8c\x87\x4d\x52\x75\x39\x8e\x65\x8a\x5d\xe0\xb2\x15\x16\x36\xbb\x70\x49\xca\x36\xb3\xb2\xdd\x9e\x51\x8d\x2c\x19\xa9\x3d\x2f\x4b\x73\xbf\x3d\x25\xdb\x33\xc0\x2d\x2f\xb7\xa9\xca\x87\xb1\x5b\x52\xf7\xd3\x8f\xba\x5b\x6a\xcf\xe6\x26\x3b\x62\x76\xa9\x90\x2f\xd8\x44\x8c\x27\x52\x8c\x27\x28\xd4\x98\x15\xda\xb0\x5f\xce\x2e\x99\xe2\x4a\x6f\x6c\x6e\x6e\x6c\x6e\xb2\xc3\x1a\x27\xda\xec\xb1\x43\x95\x1b\x10\xec\x57\xa1\xf4\xb4\x36\x7a\xe6\xd6\xde\x70\x0b\x39\xd3\x8a\x1d\x31\x09\x0b\x30\xcc\x56\x90\x89\x42\x64\x1c\x85\x56\xcc\x9f\x20\x56\x7b\x83\x41\x2e\xb9\x1a\x87\xda\x8c\x07\x12\x16\xc1\xc6\x46\xe7\xd9\xcb\x3d\xe6\xc5\xa1\x9f\xfb\x82\xf2\x60\x18\x7c\xe7\x6d\x38\xd0\xf3\x0a\x0c\x47\x6d\x2c\xe3\x2a\x67\x55\xad\x32\xac\x1b\xbc\x8d\x4c\x4b\x6d\x98\x45\x8e\x50\x82\x42\xe6\xf9\x71\x8f\x06\xf4\x3d\xc5\xdb\xd4\xa7\x83\x03\xda\xdf\xa7\x83\x83\x03\xfa\x81\xe2\x2b\x3f\xbe\x0a\x86\x14\x13\xfd\x16\x0c\x5f\x7b\x5f\x9b\xc6\x61\x1c\xfa\x71\x18\x0c\xe9\x4f\x14\xf7\xe8\x07\xfa\x8d\x62\x9f\xe2\x80\xe2\x88\xe2\x84\xe2\x98\x06\x2d\xec\xf7\xb4\x4f\x07\x14\x0f\x69\x8f\x7e\xee\x08\x66\xc8\x25\x13\x0a\x61\x0c\x86\x49\x81\x60\xb8\xb4\x8c\x1b\x60\x39\x54\x06\x32\x8e\x90\x77\x1e\xc1\x18\x6d\x98\xe7\xef\x46\xbb\xfd\x1f\x47\x49\x2f\xf0\x4f\xa3\xfa\x32\x19\x92\x7b\x9e\x0e\x83\x61\x0b\x79\x04\x99\x28\x1f\x01\xed\x50\x32\xad\x2c\x72\x85\xa1\xaa\xcb\x14\x1c\x5e\xb4\xdb\xff\x29\xa1\xe8\x55\xff\xa7\xc4\x89\x4f\x23\xbf\x11\x8a\x9b\xe5\x4b\xc0\x0d\xc3\xf4\x4d\x12\xed\xbe\x7a\x99\x64\x21\x35\xc7\x17\x29\x36\x0c\x3b\x6e\x71\xe8\xdf\x1f\x06\x7e\x04\xc7\x49\xb4\xdd\x4f\x86\x0f\xe7\x83\x61\x54\x9c\x9c\x26\x43\x31\xf4\xfe\x08\xec\x93\x30\x2f\xa3\x5c\x85\xc9\xff\x8d\x54\xab\x4d\x51\x71\x92\x04\x6d\xe4\xfe\x0e\x0b\x9e\x7f\x6b\x8a\x77\xa3\xc5\xbf\x93\x86\x0a\xef\x17\x87\xfd\x93\xe4\x4e\x1c\x25\x3d\x7a\x30\xba\xa7\x15\x3c\x91\xbd\xfb\x1c\xfe\x58\x06\xff\x57\x02\x7e\x1c\x7e\xbb\xd1\x30\xaa\x3e\x3c\x16\xfd\x17\x63\xdf\xb0\xec\x72\xf9\x6d\x2e\x5f\xf4\xd8\xc4\xed\xed\x84\x1b\x9e\xe1\x33\x19\xb3\x68\xdc\xdd\xe9\x6d\xf9\xd1\x55\xbc\xe5\xee\x0e\x3f\xda\xf2\x86\x31\x4f\x0b\x65\x70\x96\xd0\x22\x8a\xf6\x16\xb9\x18\x0b\xdc\x4b\x92\x9b\x3f\xdf\x3a\x4a\x3f\x26\x37\xaf\x76\xfe\x72\x4b\xf5\x83\xb5\xbf\xde\xd2\xe5\x83\x89\xbf\xdd\xd2\x0f\x61\xef\xe7\x20\xd8\x6a\xb3\xf8\x0f\x58\xce\xb5\xc9\xad\x93\x79\x1f\x1e\xb9\xd7\x52\x9f\xa7\x16\x1d\x65\xe2\x52\x70\xeb\x9e\x63\x45\xdc\x96\xc4\xad\x05\x83\xc4\x6b\xd4\x94\xea\x7c\x49\xa9\x01\x3e\xa5\x8c\x5b\x70\x0f\xa4\x8c\x63\x36\xa1\x4c\x72\x6b\xa9\xd9\x9e\x7b\xa2\x50\x35\x50\x0e\x69\x3d\xa6\x1c\x0a\x5e\x4b\xa4\x1c\x24\x8c\x39\x02\xe5\x9a\x40\x5a\x20\x50\x75\x49\xb0\xa8\xb4\x41\x82\x05\x82\x51\x41\x9c\x7a\x8e\x65\xd1\x97\x8f\xb2\x2c\xb8\xb3\x2b\x84\xe2\xb2\x7d\xca\x25\x15\xda\xb8\x1f\xf0\x6c\xb2\x7a\x8f\x0c\xcc\xc0\x38\x4d\xd7\x08\x84\x56\x34\xd6\xa8\x49\x14\x24\xca\xb2\x46\x9e\x4a\x20\x51\x36\x7e\x85\x22\xa1\x74\xed\x04\x04\x53\xf0\x0c\x48\xa8\x19\x37\x82\x2b\x24\x61\x49\xf2\x2f\xcb\x15\xab\xb2\x6f\x1e\x65\x55\xf2\xcc\x68\x2a\xc5\x42\x28\x2a\x75\x5e\x4b\x20\x05\x73\x52\x1a\x27\x46\xcf\x49\xd5\x52\x92\x73\xa1\x67\x60\x8c\xc8\x81\x2a\x9e\x4d\xf9\x18\xa8\x32\x7c\x5c\x72\xaa\x8c\x98\xb9\xb8\x54\x46\x23\x64\x08\x39\x55\x75\x2a\x45\x46\x55\x6d\x80\x0c\x14\x64\x00\xeb\xbb\xe8\xd8\xfe\xfc\x51\x1e\x36\xd3\x15\x90\x9d\x70\x03\x39\xb9\x25\x91\x91\x45\x53\x67\x48\xb6\xae\xc0\x90\x9d\x0b\x97\x2b\xbb\x54\xd9\xc4\x68\x25\xbe\x40\x4e\x08\x65\x25\x9d\x77\x9c\x08\x4b\x2d\x63\x34\x35\x10\x9a\x25\xe1\xb2\x02\x91\x37\x2f\x5d\x50\xad\x5c\x28\x6b\x25\x10\xc1\x22\xb9\x10\xbb\x89\xf9\x44\x48\xa0\xb9\xc0\xc9\x8a\xe0\x68\xf4\x28\xbf\xd1\xe8\xe4\xdd\xe9\xf1\x68\x44\xa3\xd1\xfb\xf3\xa3\xcb\x4e\x3c\x7d\x77\xd6\x0a\x27\x97\x67\x6f\x2f\xde\x9d\x9f\x35\x83\x0f\x1f\x8f\x2f\x2e\xfe\xf3\x70\x6e\xdc\x6d\x6d\x34\x42\xc3\x05\x5a\x1a\x8d\x66\x90\xa1\x36\x34\x1a\x55\xdc\xf0\x12\x10\x8c\x6d\x48\xb4\xad\x67\xd5\x57\xd9\x74\x75\x02\x1e\x34\xd8\x38\xf5\x5d\x4d\xba\x8a\x5c\xab\x36\x7b\xcd\xa1\xa0\x99\x96\x1c\x85\x84\x35\xdc\x07\x23\x4a\x81\x62\x06\xcc\xa9\xac\xa0\x9c\xdc\x20\xa5\x5a\x4b\x4a\x97\x08\x94\xe5\xba\x76\x15\x96\x81\x42\xca\x9a\x6b\x93\xb2\x09\x37\x94\x19\xe0\x92\xf2\x46\xee\x74\xda\x55\xd1\x8d\x44\x37\x74\xa5\xd7\xe8\x4a\xad\xc6\xd4\x48\x76\xe2\xaa\xb5\x6e\x1c\xd4\x0d\x72\xed\xd4\xea\x46\xa3\x6e\x57\x67\x5a\xe4\x34\x77\xf0\x6b\xd2\xbf\x48\x9d\xba\x53\xc2\x72\x28\x84\x82\x9c\xd9\x65\x99\x6a\xf9\x15\xfb\xf6\x3a\xa2\x79\xf7\xce\xbb\xb7\x15\x5f\x60\x84\x54\xa1\xc9\x45\x51\x8c\x70\x8d\xfb\xc9\x7d\xb3\x71\xc9\x50\x4f\x41\x7d\xfd\x61\xd0\x24\xfb\xe8\xf0\xa2\x4d\xec\xf1\xf9\x49\xf3\xbe\x78\xf7\xfe\x78\x2d\x7c\xba\x38\x7c\xff\xa1\x19\xfd\x7a\x7c\x76\x74\xfe\xb1\x13\x3f\x7e\x6a\xb2\x7d\xe7\xa8\xbd\x27\xd7\xd7\xe8\xe6\x26\xbb\x38\x3f\x3a\xdf\x63\x65\x2d\x51\x48\xa1\x80\xa5\x3c\x9b\xa2\xc8\xa6\xcd\xa7\x5f\x1b\xc9\xeb\x5a\x23\xb0\x76\x13\x21\xf3\x2f\x95\x14\x53\x90\x4b\x56\x69\x6b\x45\x2a\x81\x71\x64\x5c\x4a\xe6\x8a\xb6\xf9\x6e\x0d\x83\x8d\x4d\x57\x32\x8d\xf5\x3f\x9d\x75\xde\x7a\x7e\xea\xde\xf6\xfc\x38\x0e\x29\xba\xf2\x92\xa0\xe7\x79\x1b\xac\x31\xff\xd7\xd2\x8a\xf9\x72\xfc\xac\xa5\x45\x6e\xf0\xb5\x67\x3c\x8f\x81\xca\x5f\x7b\xde\x57\x4d\x6a\xe5\xe2\x73\x74\xf5\x39\xe9\x7d\x6e\xe2\xd0\xb4\xe2\xe7\x19\x2d\x3c\x3f\x8a\xf6\x6c\xc5\x33\xd8\x4b\x92\xde\xfd\x8e\xf0\xd4\x7c\xd0\xbb\xbf\xe2\x75\x9e\x8e\x40\xba\x4a\x7f\x29\x02\xd7\x5e\xec\x87\xbd\x38\x78\x7a\x03\xd7\x5e\x7c\x13\xf6\xe2\xdb\x67\x35\xa2\xb0\x17\x27\xcf\x69\xec\x87\xbd\x83\x27\xd7\xbb\x68\x5e\x7b\xd1\x95\x7f\x13\xed\x7b\x89\xcb\x48\xef\xbb\x2e\xb6\x57\x6e\xb4\xfd\x1c\xb8\xbf\xb2\x0b\xc2\xf5\xfe\x2f\x5c\x4d\x77\x7b\x6f\xc6\xa6\x86\xb6\xd0\xbb\x8a\xb2\xcc\xc0\x75\x2d\x0c\x30\x05\xd6\xfd\x05\xda\x61\x56\xef\x30\x3e\xe6\x42\xed\x30\x9c\xc0\x92\x65\x5c\x6d\x21\x4b\x81\x89\xb2\x92\xcd\x0d\x08\x39\xe3\x59\x56\x1b\x8e\xae\x10\x27\x60\x20\x6c\xd0\x0f\xd1\x59\x30\xcb\x4b\x60\x28\x4a\x68\x00\x9a\x0f\x3e\x95\x83\xfb\x2b\x63\x2a\x6d\x81\xe9\xe2\x77\x14\x4a\x3e\x05\xcb\x04\xb2\xeb\xda\x91\xd0\xca\x75\x35\x86\xfa\xee\xbf\x99\x03\x2a\x19\xb7\x6b\x93\xb6\xe8\x9d\x5b\xd6\x06\x64\xa7\xe4\x63\x50\xc8\xd7\x61\x8c\x6f\xba\xc8\xc5\xb7\xed\xf1\x7b\xab\x4b\x47\xbe\x39\x77\x67\x6f\xf6\x98\xeb\x0c\xcd\xae\x21\x67\xa9\x71\x5e\x52\xc9\xb3\x69\xfb\x47\xc6\xb5\xd4\xee\x7c\xa1\xbe\xdb\x79\x7b\xca\x2a\xc9\x85\x62\x06\xc6\xb0\x58\xa7\xa3\x6c\x5b\xc3\x60\x10\xf6\xbc\xdf\x4d\x76\x8c\x06\x71\x6f\xc5\xa8\x37\x78\x52\x67\x7b\xa5\xb3\x3d\xf0\x36\xfe\x1b\x00\x00\xff\xff\xe1\x2d\xd7\x93\xa8\x0e\x00\x00") func runtimeSyntaxDMicroBytes() ([]byte, error) { return bindataRead( @@ -1294,7 +1294,7 @@ func runtimeSyntaxInputrcMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxJavaMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x90\x41\xae\x13\x31\x0c\x86\xf7\x3d\x45\x94\xb2\x80\x2e\xda\x13\xbc\x3d\xe2\x0a\x0c\x48\x9e\x8c\xd3\x09\x2f\xb5\x47\xb6\x33\xed\x20\x1f\x1e\xa5\x15\x88\x56\x7a\x2b\x5b\x89\xfd\xfb\xff\xfe\xfd\x3e\x7c\x45\xc1\x50\x34\x00\x05\xbc\xc1\x65\xa9\x18\x32\x4b\xf8\x06\x2b\x1c\x77\xfb\xfd\x4e\x37\x32\xb8\x85\xf8\x0b\x56\x88\x21\x0e\xc7\xde\x7c\x8a\xbb\xc4\x95\x25\xd8\xb6\x60\x88\xc3\xf8\x79\x64\xae\x08\xe4\xe3\x66\xe8\x69\x06\xf1\x89\xdb\x58\xd1\x73\x65\x30\x2f\x64\x5e\x99\xce\x4e\x78\x75\x9d\x59\xcc\x6d\x2e\xea\x26\x40\x5a\x90\xcc\x57\x2e\xd3\x97\x61\xfc\x2b\xac\x06\x86\x17\x24\x7b\xa8\x0b\xc2\xbb\x27\x50\xf4\x04\x96\x66\x4f\x4c\x56\xa8\xa1\x4f\x98\xa1\x55\xf3\x89\x1d\xab\xa2\xe7\x42\x50\xeb\xe6\x99\xc5\x4b\x76\x41\x6b\x42\xae\xd7\xd2\xb7\x6c\x16\xbe\xba\xc9\xe6\xd7\xb9\x54\xfc\xef\xdc\x3f\x0e\x18\xd5\x04\x92\x79\xaa\xa0\xea\x78\x33\xa4\x49\x1f\xb2\x5e\x7a\x3c\xdd\x94\xf6\xb6\x43\x14\x52\x03\x4a\xc8\xb9\x23\xa2\x64\x48\xe8\x04\x56\x56\xf4\x05\xd2\x3b\x9c\xd1\x17\x29\x2b\x58\xaf\x6c\x98\x0c\x27\x5f\xda\x58\x4b\xf2\xce\x78\x2f\x52\x92\xe5\xc5\xb5\x2d\x28\xae\x1b\xa5\x59\x98\xca\x6f\x9c\x1e\x8e\xd5\x57\xae\x60\xcf\x8e\x13\xdf\x4f\xdb\xb1\xaf\xd3\x39\xc4\xf8\xfd\x67\xfc\x71\x88\xaf\xff\x77\x2a\x93\x86\x9e\xa1\x07\x44\xad\xd6\x27\x99\xcb\x23\xe5\xd3\xe9\x78\x78\x7d\x54\x03\xb1\xb7\x78\x1a\x0e\x31\x20\x4d\x6f\x71\x38\x9c\x3e\x9e\x79\x9e\xfa\x13\x00\x00\xff\xff\x2e\xcb\xd5\x6a\x5b\x02\x00\x00") +var _runtimeSyntaxJavaMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x91\xc1\x8e\x13\x31\x0c\x86\xef\x7d\x8a\x28\xe5\x00\x45\xb4\x5c\x39\xec\x1d\xf1\x0a\xdb\x45\xf2\x64\x9c\x4e\xd8\xd4\x1e\xd9\xce\xb4\x83\xfc\xf0\x28\xad\x40\xbb\x2b\xf6\x64\x6b\xe6\xf7\xef\xff\x73\xb6\xdb\xf0\x1d\x05\x43\xd1\x00\x14\xf0\x0a\xe7\xb9\x62\xc8\x2c\xe1\x07\x2c\xb0\xdf\x6c\xb7\x1b\x5d\xc9\xe0\x1a\xe2\x2f\x58\x20\x86\x78\xdc\xf7\xe6\x43\xdc\x24\xae\x2c\xc1\xd6\x19\x43\x3c\x0e\x1f\x07\xe6\x8a\x40\x3e\xac\x86\x9e\x26\x10\x1f\xb9\x0d\x15\x3d\x57\x06\xf3\x42\xe6\x95\xe9\xe4\x84\x17\xd7\x89\xc5\xdc\xa6\xa2\x6e\x02\xa4\x05\xc9\x7c\xe1\x32\x7e\x3a\x0e\x7f\x8d\xd5\xc0\xf0\x8c\x64\x77\x77\x41\x78\xf6\x04\x8a\x9e\xc0\xd2\xe4\x89\xc9\x0a\x35\xf4\x11\x33\xb4\x6a\x3e\xb2\x63\x55\xf4\x5c\x08\x6a\x5d\x3d\xb3\x78\xc9\x2e\x68\x4d\xc8\xf5\x52\xfa\x94\x4d\xc2\x17\x37\x59\xfd\x32\x95\x8a\x2f\xd6\xfd\xe3\x80\x41\x4d\x20\x99\xa7\x0a\xaa\x8e\x57\x43\x1a\xf5\x6e\xeb\xa5\x9f\xa7\x87\xd2\xde\x76\x88\x42\x6a\x40\x09\x39\x77\x44\x94\x0c\x09\x9d\xc0\xca\x82\x3e\x43\x7a\x86\x13\xfa\x2c\x65\x01\xeb\x95\x0d\x93\xe1\xe8\x73\x1b\x6a\x49\xde\x19\x6f\x45\x4a\xb2\x3c\xbb\xb6\x19\xc5\x75\xa5\x34\x09\x53\xf9\x8d\xe3\x3d\xb1\xfa\xc2\x15\xec\x75\xe2\xc4\xb7\xd5\xb6\xef\xe3\x74\x0a\x31\x3e\xfe\x8c\x4f\xbb\xf8\xf6\xff\x8d\xca\xa4\xa1\x67\xe8\x07\xa2\x56\xeb\xff\x6c\xa8\x9d\x07\x94\xae\x7e\xfc\xfa\xe5\xdb\xd3\xe7\x97\x92\xf3\xfd\x21\x0e\x87\xfd\xee\xed\x47\x35\x10\x7b\x88\x87\xe3\x2e\x06\xa4\xf1\x21\x1e\x77\x87\xf7\x35\xaf\x55\x7f\x02\x00\x00\xff\xff\xee\x09\xeb\xc2\x7e\x02\x00\x00") func runtimeSyntaxJavaMicroBytes() ([]byte, error) { return bindataRead( @@ -1314,7 +1314,7 @@ func runtimeSyntaxJavaMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxJavascriptMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x93\x4f\x73\xd3\x3c\x10\xc6\xef\xfd\x14\x7e\x35\x2f\xc4\x76\xc6\x71\x38\x31\xcd\x00\x9e\x32\x4d\x4f\xd0\x32\xfc\xb9\x20\x29\x1d\x59\x5e\x27\x2a\x8a\x94\x91\xd6\x4d\xc3\xec\xf0\xd9\x19\x27\x29\xa4\x6d\xca\x65\xe5\x95\xf7\xf9\xed\xfa\xb1\x14\x37\x0e\xd5\x5d\xc2\x6e\xd4\xad\x8a\x3a\x98\x15\xb2\x84\x89\xd1\x4d\xfc\x9f\x9d\x9c\x68\x6f\x7d\x48\x6a\xdb\x41\x92\x24\x4c\xd4\xbc\x18\xca\x2a\xe5\xaf\x8a\x53\xc9\xc7\xc5\xa9\xcc\x69\xcc\xc7\xc5\xeb\x7e\xbd\xeb\x37\x54\xd1\x9e\x15\x17\x72\x98\xa5\xbc\xfb\x26\xb9\xfd\x20\x2b\xea\x63\x9f\x55\x59\x25\x6a\xf6\x1c\xb2\xa7\x0d\xc5\x68\x4f\xdd\x2d\xfb\xb4\xa7\x4d\xe1\xd3\x4a\xf2\x61\x21\xab\xfd\x56\xc5\xdb\x8b\x1e\xff\x6f\xe0\x53\xdd\x63\x59\x30\xf3\x05\x6e\xc5\x8c\x9f\x15\xdf\x55\xf1\xf3\x5a\xee\x1f\xc6\xc5\xe9\xb5\xcc\x39\x9f\xc4\x95\xd2\x30\x91\x32\xe7\xa9\xbc\x17\x46\x54\x08\x4b\x70\xb8\xed\x99\xd6\x01\xd4\x0f\xd2\x2a\x02\x69\x85\x7a\x41\xda\x3b\x34\xae\x03\x6a\xa0\x55\x9d\x45\x6a\xc0\x02\x02\x35\x9e\xc0\x46\xa0\xd6\x38\x65\xed\x26\xfb\x6b\xc9\x23\x62\xeb\x03\xb5\x9d\xd3\x68\xbc\xa3\x39\x20\x99\x96\x8c\x23\xe3\x22\x2a\xa7\xc1\xb7\xe4\x60\x4d\x01\xb0\x0b\x8e\x22\x20\xc5\xb5\x41\xbd\x78\x1e\xb8\x7b\x4f\xb8\x30\x91\x70\x11\xfc\x9a\x30\x6c\x08\x37\xab\x9e\x75\xab\x02\xdd\x7a\xd3\xd0\x7a\x61\x2c\xd0\xda\xe0\x21\x49\xfb\x6d\xd7\x3d\xc8\x75\xd6\x52\xe7\x1a\x68\x8d\x83\x86\x2e\xd5\xe5\xb1\xd2\xbe\x12\x43\x07\xd4\x2a\x1b\xe1\xa0\xa2\xef\x98\x24\xbb\x7f\x95\x9e\x85\xa0\x36\xf4\xde\x7b\x0b\xca\xd1\xb9\x42\xa0\xa9\xeb\x96\x10\x14\xfa\x40\xd3\x10\x7c\xa0\x8b\x7b\x17\x3e\xaa\x07\x53\x3d\x00\x5d\x76\xcb\x1a\x02\x5d\xd5\x37\xa0\x91\x3e\xc3\x7c\x7a\xb7\xa2\x2f\x18\x8c\x9b\x1f\xb5\x84\xf1\x62\x58\xe6\x6f\xdf\xbc\xfb\xef\xd7\x8b\x6a\xf2\x92\xe4\xd3\x6f\x4d\x58\xc9\x67\xb9\x4c\xf9\xac\x94\x94\x0a\x51\x66\x59\xce\x67\x42\xc8\x92\xcf\xcd\x52\xe6\xc7\x14\x42\x6c\xef\xc3\x36\x54\xbb\x48\x42\x3c\xb8\x1b\x24\x04\xaf\x5b\x17\x70\xc0\x44\x25\xc4\x41\xe3\xe5\x6e\xb2\x74\x46\x07\x87\x2e\x2b\xcb\x51\xfe\xa4\xa6\x14\xf9\x68\x28\xf2\xf2\x8f\x17\xbe\xf1\x09\xfb\x7a\x75\x7e\x35\xa9\x1e\xcf\x35\x8a\x5b\x1b\x12\xc6\x52\x21\x46\xc4\x67\x4c\x66\x39\xa3\xc1\x3e\x1b\xc8\x2c\x1f\xb0\x93\xdf\x01\x00\x00\xff\xff\x5e\xbb\x17\x31\x08\x04\x00\x00") +var _runtimeSyntaxJavascriptMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x93\x5f\x6f\xd3\x3c\x14\xc6\xef\xf7\x29\xf2\x5a\x2f\x34\x49\x95\xa6\x5c\xa1\x55\x40\x34\xb4\xee\x0a\x36\xc4\x9f\x1b\x6c\x77\x72\x93\xe3\xd6\xc3\xb5\x2b\xfb\x64\x5d\xd1\x11\x9f\x1d\xa5\xe9\xa0\x5b\x87\xb4\x9b\xe3\x1c\xe7\xf8\xf7\xd8\x8f\x7d\xe2\xd6\xa1\xba\x4b\xd8\x8d\xba\x55\xb1\x0e\x66\x8d\x2c\x61\x62\x74\x13\xff\x67\x27\x27\xb5\xb7\x3e\x24\xb5\x77\x11\x95\xc3\x91\x6b\x57\x73\x08\x49\x92\x30\x31\xe7\xc5\x50\x56\x29\x7f\x55\x9c\x4a\x3e\x2e\x4e\x65\x4e\x63\x3e\x2e\x5e\x77\xe3\x5d\x37\xa1\x0a\x7d\x56\x5c\xc8\x61\x96\xf2\xf6\x9b\xe4\xf6\x83\xac\xa8\x8b\x5d\x56\x65\x95\x98\xb3\x67\xd0\x3b\xf0\x50\x8c\xf6\x02\xfd\xb0\x4f\x3b\xf0\x14\x3e\xad\x25\x1f\x16\xb2\xda\x4f\x55\x5c\x5f\x74\x4a\xcf\x66\x1f\x23\x1e\x11\x4c\x03\x0e\x8d\x36\x10\x12\xc6\xcf\x8a\xef\xaa\xf8\x79\x2d\xf7\x1f\xe3\xe2\xf4\x5a\xe6\x9c\x4f\xe2\x5a\xd5\x30\x91\x32\xe7\xa9\xbc\x5f\x18\x51\x21\xac\xc0\xe1\x4e\x33\x9d\x07\x50\x3f\xa8\x56\x11\xa8\x56\x58\x2f\xa9\xf6\x0e\x8d\x6b\x81\x1a\xd0\xaa\xb5\x48\x0d\x58\x40\xa0\xc6\x13\xd8\x08\xa4\x8d\x53\xd6\x6e\xb3\xbf\x46\x3d\x22\x6a\x1f\x48\xb7\xae\x46\xe3\x1d\x2d\x00\xc9\x68\x32\x8e\xcc\xee\xc4\x35\x78\x4d\x0e\x36\x14\x00\xdb\xe0\x28\x02\x52\xdc\x18\xac\x97\xff\x06\xf6\xff\x09\x97\x26\x12\x2e\x83\xdf\x10\x86\x2d\xe1\x76\xdd\xb1\x6e\x55\xa0\x5b\x6f\x1a\xda\x2c\x8d\x05\xda\x18\x3c\x24\xdd\xfb\xdc\x83\x5c\x6b\x2d\xb5\xae\x01\x6d\x1c\x34\x74\xa9\x2e\x9f\x2a\xed\x2a\x31\xb4\x40\x5a\xd9\x08\x07\x15\x9d\x62\x92\xf4\x77\x95\x9e\x85\xa0\xb6\xf4\xde\x7b\x0b\xca\xd1\xb9\x42\xa0\xa9\x6b\x57\x10\x14\xfa\x40\xd3\x10\x7c\xa0\x8b\x7b\x17\x3e\xaa\x07\xbb\x7a\x00\xba\xdc\xbd\x00\xba\x9a\xdf\x40\x8d\xf4\x19\x16\xd3\xbb\x35\x7d\xc1\x60\xdc\xe2\x49\x4b\x18\x2f\x86\x65\xfe\xf6\xcd\xbb\xff\x7e\xbd\xa8\x26\x2f\x49\x1e\x9f\x35\x61\x25\x9f\xe5\x32\xe5\xb3\x52\x52\x2a\x44\x99\x65\x39\x9f\x09\x21\x4b\xbe\x30\x2b\x99\x3f\xb5\x42\x88\x5d\x97\xec\x42\xd5\x47\x12\xe2\x41\xc7\x90\x10\x7c\xae\x5d\xc0\x01\x13\x95\x10\x07\xc2\xab\x7e\x67\xe9\x8c\x0e\x1e\x5d\x56\x96\xa3\xfc\xa8\xa6\x14\xf9\x68\x28\xf2\xf2\x8f\x17\xbe\xf1\x09\xfb\x7a\x75\x7e\x35\x39\xee\x8e\xb8\xb3\x21\x61\x2c\x15\x62\x44\x7c\xc6\x64\x96\x33\x1a\xec\xb3\x81\xcc\xf2\x01\x3b\xf9\x1d\x00\x00\xff\xff\x1d\x79\xbb\x79\x29\x04\x00\x00") func runtimeSyntaxJavascriptMicroBytes() ([]byte, error) { return bindataRead( @@ -1454,7 +1454,7 @@ func runtimeSyntaxLispMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxLuaMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x56\x6d\x6f\x13\xb9\x16\xfe\xde\x5f\x61\x52\xaa\x26\x81\xe4\x96\x5e\x09\xee\xad\x28\x12\xba\x02\x74\x59\x28\xbb\x20\xb1\x1f\xea\x80\x3c\x33\x67\x66\xbc\x78\xec\xe9\xf1\x71\x93\xec\x9e\xdd\xdf\xbe\x3a\x9e\xa4\x84\xd2\xec\x27\x2a\xc5\x6f\x63\x3f\xe7\xfd\x39\x3d\xfc\xa1\x7f\x07\x87\x07\x87\xea\x4d\x32\x2a\xae\x3d\x99\x95\x6a\x6d\xd3\x3a\xdb\xb4\x64\x7d\xa3\xea\x80\xea\xc2\xf8\x30\xcf\xb7\x9e\x27\x6a\x03\x9e\x29\xf5\xd6\x10\xb5\xb0\x54\xbf\x5a\x57\xa9\xa7\xdd\xd2\xba\xea\x91\x1a\x1b\x9a\xa8\xa6\x33\xd6\xcd\xcb\xd0\x3d\x13\x54\x5b\x82\x8f\x70\xa6\x5e\xfd\xfc\x46\x9d\x2a\x15\x50\x39\x43\x80\x19\xec\x23\x60\xb4\xc1\x9f\xa9\xd3\x93\x93\x27\xb3\x93\xc7\xb3\x93\xc7\xf9\xfc\x22\x10\xc4\x33\xf5\x0e\x6d\x63\xbd\x71\x6e\xad\x0a\x13\xa1\x52\xc1\xab\xf7\xa9\x58\x6f\xd5\xc4\x52\x15\x6b\xf5\x3a\x44\xa8\xd5\xf1\xeb\xd4\xf7\xc7\xea\x43\xd9\xa6\x86\x0e\x7e\xb0\x7b\x0e\x06\xc3\x43\x67\xc8\x96\x59\x9f\x14\x21\x3b\xe6\x78\xee\x92\x39\x56\xb5\x75\x10\x0f\x36\x6a\x8d\x5c\x32\x23\x35\x9a\x4f\xb5\x7c\xbc\x3f\x92\xd7\xef\x7a\x40\x43\x01\xe3\x41\x19\x5c\x40\x15\xc9\x10\x74\xe0\x49\x8d\xce\x58\x4f\xf5\x94\xf5\x94\xff\xc5\x47\xac\x1f\xf0\x8c\xf5\x27\x7e\xc6\xcf\xce\xf9\x29\x3f\x3d\xe7\xbf\xce\xf9\x9c\xf5\x5c\xcf\x59\x17\x63\x1f\x88\x8d\xaf\x38\xe0\x44\x17\x19\xf9\xc3\x16\xe9\x0e\x68\x5d\x8c\xab\xc0\xe0\x2b\x5e\xb6\xd6\x01\x23\xf4\x60\x88\x93\x27\xeb\xd8\xd6\x0c\x2e\x82\xad\x99\x5a\xf0\x79\xcd\x75\x40\xb6\x9e\xeb\xe4\x4b\xb2\xc1\xb3\x0b\xa5\x71\x8c\x40\x09\xfd\x56\xe0\x4f\xb0\x5e\x06\xac\xf6\x88\x83\x22\x35\x1c\x09\xad\x6f\xb8\x33\xd4\x32\x99\xc2\x01\xdb\xc0\x65\xc0\x90\xc8\x7a\xe0\x10\x39\x51\xfd\x1f\x2e\x2c\xfd\xfb\x74\xa2\x0b\x3d\x1f\xdd\x09\xf6\xf9\xc5\xc5\x47\xfe\xfc\x8a\x3f\x7f\x7c\xf1\xfe\xc3\xff\xdf\x5d\xb0\x89\x11\x90\xb8\x0c\xce\x41\x49\x8d\xc1\xc2\x34\xc0\x55\x10\xf7\x33\x20\x06\xe4\x06\xa8\x06\x7f\x2d\x73\x07\x64\x36\xd2\x7b\x63\x31\xb2\x0b\xa6\xca\x43\xbe\xdf\x85\x2a\x39\x60\x0f\x2b\xe2\xe1\x7b\x2f\xb1\xe5\x1e\xad\x27\x46\xb3\x84\xab\x24\xc6\x9b\x65\x03\x79\xef\xc0\xcb\x14\x65\x07\x57\xc9\x22\x70\x04\x51\x84\xe3\x46\x68\xdc\x15\x4a\xc1\xa7\xae\x00\x64\x0a\x1b\x7f\xd0\xba\x07\x4e\xbe\x37\xe5\x17\x5e\x65\x61\x13\x1d\xa7\x7a\xbc\x8d\xa3\xaf\x0c\x56\xca\xd9\x02\x0d\xae\x37\x1e\xb1\x15\x78\xb2\xb5\x05\x54\x23\x1b\xf4\x5c\x17\xe3\xd2\x05\x09\x95\x4b\xb1\x65\xeb\xfb\x44\xec\xac\x87\xc8\xa1\x07\xcf\x21\x91\x9c\xf4\x79\x83\x60\x2a\xa6\xae\xcf\xf6\x66\xe9\x4b\xb4\x04\x39\x92\xdf\xc3\x4b\xb8\xb2\x00\x53\x44\x36\x65\x88\x6c\xa2\xf5\x6c\xc8\xf8\xd3\x3c\x72\x09\xd6\x71\x19\x62\x2b\x03\x57\xd0\x30\xac\x7a\xae\x5d\x08\xc8\x75\x17\x2a\xae\x51\x0e\xda\xd4\x00\xbb\x4a\x96\x2e\x34\x8f\x4e\x64\xe4\xce\xac\xe4\x67\x3d\x41\x03\xc8\x9d\xf5\xf2\xbb\xd9\x86\xaa\xe6\xde\x72\x1f\x96\x8c\xa6\x62\x34\xbe\x0a\xdd\x66\x8a\x00\x15\x47\xeb\x5b\x8e\x57\x48\x2c\x9a\x50\xd8\xbe\x1c\x9c\xea\x68\x8f\x51\x21\x6e\x7d\x56\x7e\xe1\xca\x10\x70\x65\xeb\x9a\x6c\x07\x0c\x2b\x28\x13\xc9\x6c\x49\xf2\x45\x22\x88\xd0\x85\x6b\x29\x14\x6f\x3a\x09\x2f\xe5\x0a\x00\xce\x0f\xa8\xeb\xe5\x78\x8f\x24\x09\xab\x69\x60\x10\x17\x7c\x6d\x1b\x2e\x7b\xa9\x00\xc9\x38\x18\x12\xcf\xd9\x82\xf3\x59\x8f\x90\xb3\x31\x02\x48\xce\x45\x30\x58\xb6\x80\x71\xb3\x92\x3b\x7b\xc4\x0c\xb9\x94\xa5\x14\x6b\x02\x2e\x5b\x83\x5c\xa5\xae\xe7\xda\xfa\x4a\x2a\xb8\x33\xc4\x4d\x67\xa8\x6c\xb9\x89\xa9\x60\xc9\x5b\x17\x96\xe2\xe5\x7c\x98\xf3\x4f\x86\x68\x7f\xcf\x9c\xc0\x08\xd7\x80\x11\x58\x6e\x6f\xf2\x33\xf5\x3d\xe0\x1e\x15\x72\x7e\x6f\xed\x2c\x0d\xb1\xf5\xb9\x2e\x3b\xb3\xf2\x9c\xfd\x97\x21\x36\xbe\x8c\x01\x69\x83\xba\x07\x4f\xc8\x60\x80\x13\x5b\x64\xe8\x0d\x11\xa0\xe7\x32\x54\x10\xf3\xd8\x4b\xc0\xb3\x29\xa1\xae\x23\xec\x0b\xf7\x0d\xc9\x0c\x78\x08\x12\x71\x1b\xd7\x16\x5c\x95\xab\x12\x21\xa6\x0e\x18\x93\xf7\x52\x92\x42\x38\x29\xf2\x12\x4d\xcf\xf9\xd2\x1e\xdc\xcc\x6b\x19\x73\x60\xb8\x1d\x9a\x69\x43\xf8\x22\xb3\xf5\x75\x90\x79\xe0\xcc\x6f\xf8\xa7\x01\x42\x68\x6c\x24\x5c\xcb\x3a\xf5\xd7\xc6\xa5\x7c\x9c\x22\xe0\xb0\xd9\xe1\x90\x8c\xb8\xcd\xbd\x6f\x49\x25\x7e\x7d\x1d\x77\x5f\x13\x9a\x12\x8a\x21\x70\xf9\xc4\x56\xdb\xd5\x6f\xc1\xfa\x3d\x56\x65\x02\x1e\x4a\x1e\x63\x6b\x6b\xe2\x42\x9a\x4b\x21\x5d\xa6\x08\xc8\x05\x41\x24\x2e\x56\x01\x19\x56\x22\x42\x98\xaf\x77\xa6\x04\x76\x18\x84\xab\xd9\x0d\xef\x70\xb3\x1d\x60\xb6\xad\xe2\xa5\x75\xa0\x5a\xe3\x2b\x07\xaa\x13\xbb\x6e\xba\xc6\xae\x16\xfa\xec\x16\xa9\x0d\x74\x96\xc9\x2b\x02\x64\x57\x5c\x17\xa9\xde\x21\xaf\x83\x43\x55\x1b\x17\xe1\xa1\xf2\xd6\x3d\x54\x84\x09\x36\xc0\x65\xf0\x91\xcc\xa6\x81\xe4\x3b\xec\xad\x63\xb9\xb1\x7d\xf9\x62\x25\xb9\x65\xdc\xa6\x6b\x7f\xd7\x79\xc6\xb9\x6d\xd6\x43\xc3\x1c\x78\xde\xfa\xd2\xa5\x0a\x26\x7c\x74\xc5\x47\xf7\xf8\xe8\x17\x3e\x42\x3e\x5a\x6d\x11\x2f\x32\xd1\xc7\xbb\x54\xb8\x3c\x99\xfd\x77\xf1\xe0\xa6\x59\xaf\xbb\x22\xb8\x3b\x65\x8e\x59\x4f\x58\x5f\xb2\x5e\xb0\xfe\x83\xf5\x9f\x93\x4d\x57\x90\x6a\xbf\x8d\x3c\x1f\x48\x40\x8d\xf4\x68\xac\xf5\x9c\x2f\x3f\x69\xad\x47\x8b\xc9\x54\x8f\xf8\xf8\xe6\xe4\x78\x31\x99\x1e\x67\x94\xb7\xc9\x91\x15\xaf\xaa\x78\x27\x9e\x68\x82\x74\x3e\x92\x6e\x74\xa9\x2f\x47\x0a\x7c\x75\x3e\xd2\x0b\xbd\x18\x1c\x16\x4b\xd3\x7f\xf5\x54\x0f\xa5\x35\x4e\x8d\xb4\xbe\x3c\x99\x3d\x59\x7c\x1d\x58\xeb\x95\xd8\x6b\x66\xf5\xf3\xd9\xcb\xc5\xce\x92\xb5\xbe\x34\x05\xd4\x1e\xe3\x82\xc7\x5a\x97\xac\xf5\xff\x66\xac\xf5\xdb\x61\x90\xdd\x64\x3e\x58\xdc\x42\x61\x7c\x73\xa3\x61\x37\x38\xe8\xd3\xe1\xbd\xf9\x74\xb8\x60\xbb\xde\x81\x2a\x50\xfe\x41\x2d\x9c\xf0\xd8\xed\xcb\x7a\xa6\x67\xf3\xe9\xfd\x5b\xb6\xff\xc3\x8b\x1d\xfb\x67\x7a\x76\xa7\x1b\xfe\x0e\x00\x00\xff\xff\x86\xd6\x24\xd7\x72\x0b\x00\x00") +var _runtimeSyntaxLuaMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x56\x6d\x6f\x13\xb9\x16\xfe\xde\x5f\x61\x52\xaa\x26\x81\xe4\x96\x5e\x09\xee\xad\x28\x12\xba\x02\x74\x59\x28\xbb\x20\xb1\x1f\xea\x80\x3c\x33\x67\x66\xbc\x78\xec\xe9\xf1\x71\x93\xec\x9e\xdd\xdf\xbe\x3a\x9e\xa4\x84\xd2\xec\x27\x2a\xc5\x6f\x63\x3f\xe7\xfd\x39\x3d\xfc\xa1\x7f\x07\x87\x07\x87\xea\x4d\x32\x2a\xae\x3d\x99\x95\x6a\x6d\xd3\x3a\xdb\xb4\x64\x7d\xa3\xea\x80\xea\xc2\xf8\x30\xcf\xb7\x9e\x27\x6a\x03\x9e\x29\xf5\xd6\x10\xb5\xb0\x54\xbf\x5a\x57\xa9\xa7\xdd\xd2\xba\xea\x91\x1a\x1b\x9a\xa8\xa6\x33\xd6\xcd\xcb\xd0\x3d\x13\x54\x5b\x82\x8f\x70\xa6\x5e\xfd\xfc\x46\x9d\x2a\x15\x50\x39\x43\x80\x19\xec\x23\x60\xb4\xc1\x9f\xa9\xd3\x93\x93\x27\xb3\x93\xc7\xb3\x93\xc7\xf9\xfc\x22\x10\xc4\x33\xf5\x0e\x6d\x63\xbd\x71\x6e\xad\x0a\x13\xa1\x52\xc1\xab\xf7\xa9\x58\x6f\xd5\xc4\x52\x15\x6b\xf5\x3a\x44\xa8\xd5\xf1\xeb\xd4\xf7\xc7\xea\x43\xd9\xa6\x86\x0e\x7e\xb0\x7b\x0e\x06\xc3\x43\x67\xc8\x96\x59\x9f\x14\x21\x3b\xe6\x78\xee\x92\x39\x56\xb5\x75\x10\x0f\x36\x6a\x8d\x5c\x32\x23\x35\x9a\x4f\xb5\x7c\xbc\x3f\x92\xd7\xef\x7a\x40\x43\x01\xe3\x41\x19\x5c\x40\x15\xc9\x10\x74\xe0\x49\x8d\xce\x58\x4f\xf5\x94\xf5\x94\xff\xc5\x47\xac\x1f\xf0\x8c\xf5\x27\x7e\xc6\xcf\xce\xf9\x29\x3f\x3d\xe7\xbf\xce\xf9\x9c\xf5\x5c\xcf\x59\x17\x63\x1f\x88\x8d\xaf\x38\xe0\x44\x17\x19\xf9\xc3\x16\xe9\x0e\x68\x5d\x8c\xab\xc0\xe0\x2b\x5e\xb6\xd6\x01\x23\xf4\x60\x88\x93\x27\xeb\xd8\xd6\x0c\x2e\x82\xad\x99\x5a\xf0\x79\xcd\x75\x40\xb6\x9e\xeb\xe4\x4b\xb2\xc1\xb3\x0b\xa5\x71\x8c\x40\x09\xfd\x56\xe0\x4f\xb0\x5e\x06\xac\xf6\x88\x83\x22\x35\x1c\x09\xad\x6f\xb8\x33\xd4\x32\x99\xc2\x01\xdb\xc0\x65\xc0\x90\xc8\x7a\xe0\x10\x39\x51\xfd\x1f\x2e\x2c\xfd\xfb\x74\xa2\x0b\x3d\x1f\xdd\x09\xf6\xf9\xc5\xc5\x47\xfe\xfc\x8a\x3f\x7f\x7c\xf1\xfe\xc3\xff\xdf\x5d\xb0\x89\x11\x90\xb8\x0c\xce\x41\x49\x8d\xc1\xc2\x34\xc0\x55\x10\xf7\x33\x20\x06\xe4\x06\xa8\x06\x7f\x2d\x73\x07\x64\x36\xd2\x7b\x63\x31\xb2\x0b\xa6\xca\x43\xbe\xdf\x85\x2a\x39\x60\x0f\x2b\xe2\xe1\x7b\x2f\xb1\xe5\x1e\xad\x27\x46\xb3\x84\xab\x24\xc6\x9b\x65\x03\x79\xef\xc0\xcb\x14\x65\x07\x57\xc9\x22\x70\x04\x51\x84\xe3\x46\x68\xdc\x15\x4a\xc1\xa7\xae\x00\x64\x0a\x1b\x7f\xd0\xba\x07\x4e\xbe\x37\xe5\x17\x5e\x65\x61\x13\x1d\xa7\x7a\xbc\x8d\xa3\xaf\x0c\x56\xca\xd9\x02\x0d\xae\x37\x1e\xb1\x15\x78\xb2\xb5\x05\x54\x23\x1b\xf4\x5c\x17\xe3\xd2\x05\x09\x95\x4b\xb1\x65\xeb\xfb\x44\xec\xac\x87\xc8\xa1\x07\xcf\x21\x91\x9c\xf4\x79\x83\x60\x2a\xa6\xae\xcf\xf6\x66\xe9\x4b\xb4\x04\x39\x92\xdf\xc3\x4b\xb8\xb2\x00\x53\x44\x36\x65\x88\x6c\xa2\xf5\x6c\xc8\xf8\xd3\x3c\x72\x09\xd6\x71\x19\x62\x2b\x03\x57\xd0\x30\xac\x7a\xae\x5d\x08\xc8\x75\x17\x2a\xae\x51\x0e\xda\xd4\x00\xbb\x4a\x96\x2e\x34\x8f\x4e\x64\xe4\xce\xac\xe4\x67\x3d\x41\x03\xc8\x9d\xf5\xf2\xbb\xd9\x86\xaa\xe6\xde\x72\x1f\x96\x8c\xa6\x62\x34\xbe\x0a\xdd\x66\x8a\x00\x15\x47\xeb\x5b\x8e\x57\x48\x2c\x9a\x50\xd8\xbe\x1c\x9c\xea\x68\x8f\x51\x21\x6e\x7d\x56\x7e\xe1\xca\x10\x70\x65\xeb\x9a\x6c\x07\x0c\x2b\x28\x13\xc9\x6c\x49\xf2\x45\x22\x88\xd0\x85\x6b\x29\x14\x6f\x3a\x09\x2f\xe5\x0a\x00\xce\x0f\xa8\xeb\xe5\x78\x8f\x24\x09\xab\x69\x60\x10\x17\x7c\x6d\x1b\x2e\x7b\xa9\x00\xc9\x38\x18\x12\xcf\xd9\x82\xf3\x59\x8f\x90\xb3\x31\x02\x48\xce\x45\x30\x58\xb6\x80\x71\xb3\x92\x3b\x7b\xc4\x0c\xb9\x94\xa5\x14\x6b\x02\x2e\x5b\x83\x5c\xa5\xae\xe7\xda\xfa\x4a\x2a\xb8\x33\xc4\x4d\x67\xa8\x6c\xb9\x89\xa9\x60\xc9\x5b\x17\x96\xe2\xe5\x7c\x98\xf3\x4f\x86\x68\x7f\xcf\x9c\xc0\x08\xd7\x80\x11\x58\x6e\x6f\xf2\x33\xf5\x3d\xe0\x1e\x15\x72\x7e\x6f\xed\x2c\x0d\xb1\xf5\xb9\x2e\x3b\xb3\xf2\x9c\xfd\x97\x21\x36\xbe\x8c\x01\x69\x83\xba\x07\x4f\xc8\x60\x80\x13\x5b\x64\xe8\x0d\x11\xa0\xe7\x32\x54\x10\xf3\xd8\x4b\xc0\xb3\x29\xa1\xae\x23\xec\x0b\xf7\x0d\xc9\x0c\x78\x08\x12\x71\x1b\xd7\x16\x5c\x95\xab\x12\x21\xa6\x0e\x18\x93\xf7\x52\x92\x42\x38\x29\xf2\x12\x4d\xcf\xf9\xd2\x1e\xdc\xcc\x6b\x19\x73\x60\xb8\x1d\x9a\x69\x43\xf8\x22\xb3\xf5\x75\x90\x79\xe0\xcc\x6f\xf8\xa7\x01\x42\x68\x6c\x24\x5c\xcb\x3a\xf5\xd7\xc6\xa5\x7c\x9c\x22\xe0\xb0\xd9\xe1\x90\x8c\xb8\xcd\xbd\x6f\x49\x25\x7e\x7d\x1d\x77\x5f\x13\x9a\x12\x8a\x21\x70\xf9\xc4\x56\xdb\xd5\x6f\xc1\xfa\x3d\x56\x65\x02\x1e\x4a\x1e\x63\x6b\x6b\xe2\x42\x9a\x4b\x21\x5d\xa6\x08\xc8\x05\x41\x24\x2e\x56\x01\x19\x56\x22\x42\x98\xaf\x77\xa6\x04\x76\x18\x84\xab\xd9\x0d\xef\x70\xb3\x1d\x60\xb6\xad\xe2\xa5\x75\xa0\x5a\xe3\x2b\x07\xaa\x13\xbb\x6e\xba\xc6\xae\x16\xfa\xec\x16\xa9\x0d\x74\x96\xc9\x2b\x02\x64\x57\x5c\x17\xa9\xde\x21\xaf\x83\x43\x55\x1b\x17\xe1\xa1\xf2\xd6\x3d\x54\x84\x09\x36\xc0\x65\xf0\x91\xcc\xa6\x81\xe4\x3b\xec\xad\x63\xb9\xb1\x7d\xf9\x62\x25\xb9\x65\xdc\xa6\x6b\x7f\xd7\x79\xc6\xb9\x6d\xd6\x43\xc3\x1c\x78\xde\xfa\xd2\xa5\x0a\x26\x7c\x74\xc5\x47\xf7\xf8\xe8\x17\x3e\x42\x3e\x5a\x6d\x11\x2f\x32\xd1\xc7\x5b\x2a\xcc\x07\xfe\xcf\x9a\x5c\x9e\xcc\xfe\xbb\x78\x70\xd3\xb3\xd7\x5d\x11\xdc\x9d\xa2\xc7\xac\x27\xac\x2f\x59\x2f\x58\xff\xc1\xfa\xcf\xc9\xa6\x39\x48\xd1\x7f\x27\x60\xe0\x02\x35\xd2\xa3\xb1\xd6\x73\xbe\xfc\xa4\xb5\x1e\x2d\x26\x53\x3d\xe2\xe3\x9b\x93\xe3\xc5\x64\x7a\x9c\x51\xde\x26\x47\x56\x9c\xab\xe2\x9d\x78\xa2\x09\xd2\xf9\x48\x9a\xd2\xa5\xbe\x1c\x29\xf0\xd5\xf9\x48\x2f\xf4\x62\xf0\x5b\x2c\x4d\xff\xd5\x61\x3d\x94\xd6\x38\x35\xd2\xfa\xf2\x64\xf6\x64\xf1\x75\x60\xad\x57\x62\xaf\x99\xd5\xcf\x67\x2f\x17\x3b\x4b\xd6\xfa\xd2\x14\x50\x7b\x8c\x0b\x1e\x6b\x5d\xb2\xd6\xff\x9b\xb1\xd6\x6f\x87\x41\x76\x93\xf9\x60\x71\x0b\x85\xf1\xcd\x8d\x86\xdd\xe0\xa0\x4f\x87\xf7\xe6\xd3\xe1\x82\xed\x7a\x07\xaa\x40\xf9\x3f\xb5\x70\x42\x67\xb7\x2f\xeb\x99\x9e\xcd\xa7\xf7\x6f\xd9\xfe\x0f\x2f\x76\xec\x9f\xe9\xd9\x9d\x6e\xf8\x3b\x00\x00\xff\xff\xab\x05\x4b\x4c\x79\x0b\x00\x00") func runtimeSyntaxLuaMicroBytes() ([]byte, error) { return bindataRead( @@ -1874,7 +1874,7 @@ func runtimeSyntaxPuppetMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxPythonMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x56\x59\x73\x1b\x37\x12\x7e\xe7\xaf\x18\x0f\xbd\x4b\x4a\x5e\xd1\xfb\xba\x87\x13\x5f\x52\x45\x15\x5f\x65\x39\x47\x59\x94\x59\x18\xa0\x87\x84\x89\x01\x50\x0d\x0c\xc9\x71\x3a\xff\x3d\xd5\x00\x46\xa6\x12\x39\x0f\x9c\xfe\x00\xf6\x8d\x46\x37\xa6\xd3\xea\x07\x40\xa8\x74\xa8\x84\xad\xe0\x20\x3a\x6f\xa0\x6a\x1d\x56\xef\x86\xb8\x71\x76\x31\x99\x4e\x27\x61\xb0\x51\x1c\xaa\xda\xa7\xad\xba\xaa\x97\x0b\x3f\x3c\xac\x27\x1b\x10\x0a\xb0\xaa\x3f\x4d\x1f\x2c\x4e\x1f\xcf\xc1\xee\xaa\x47\x27\xdf\x67\xae\x79\x45\x0f\x4f\xea\xc9\x64\x3a\xad\x9a\x5e\x9b\x78\xa6\x6d\xe5\x9a\xcf\x20\x63\x98\x48\x67\x1c\x56\xd2\xd9\x10\x85\x8d\x55\xbd\x6c\xe6\x6f\x9c\x05\x0a\x60\x5a\xfa\x80\x3d\xd0\x85\x30\x01\x4e\x96\x4d\x7d\x47\x5e\xc4\x88\xba\xe9\x23\xdc\xab\x62\xb5\x4a\x8c\xda\xae\x56\xb4\x5a\x29\x2d\x63\x02\x1d\xc4\x8d\x53\xa1\xe0\xae\x01\xcc\x58\x1a\x11\x32\x6a\x44\x80\x8c\x74\xe7\x1d\x66\x31\x2b\x3a\xc8\x8a\x9c\x4c\x94\x9d\xcb\x1b\xd0\xf4\xeb\xd5\xea\x2f\xde\xb5\xbd\x95\x51\x3b\x3b\x3a\xa7\x15\xd8\xa8\x5b\xcd\x19\x5a\x36\x73\xd1\x04\x12\xde\x83\x55\x4c\xcc\x40\x4d\xdf\xb6\x80\x24\x85\x31\xa2\x31\x40\x72\x83\x24\x0d\x08\xfe\xba\x00\xf9\xab\x48\x76\x9e\xa4\x03\x94\x40\xd2\x75\x5e\x9b\x4c\x0d\x1c\x48\x3a\xfb\xb9\x5f\x8b\xc8\x3b\x7e\x20\xe9\x7a\x1b\x49\x81\xe1\x3c\x91\xd2\xfc\xdb\x75\x4e\x11\xec\x84\x21\x38\x80\x6c\x59\x1a\x0e\x91\x9d\x60\x6c\x1d\x93\x08\x48\xad\x71\x22\x52\x6b\xfa\xb0\xa1\x35\x44\xfe\x25\x2d\x6b\xe3\x1a\x61\x02\x6d\x44\x58\x6d\x61\x60\x9a\xf6\x37\x22\x6c\x68\x03\x07\xd2\x8a\xb4\x55\x0c\xac\xef\x23\x69\x1b\x00\x99\xa4\x1f\xa0\x25\xcd\x02\x03\xe9\xa0\xd3\x59\x49\x20\x1d\x42\xdf\xa4\xf4\x93\x8e\xd0\x05\xda\xc2\x10\xc8\x80\x25\xa3\x43\x24\xe3\x24\x5b\x34\xce\xae\xa9\x13\x9e\x3a\x71\xa0\x4e\x5b\xea\x9c\x02\xe2\x63\x21\x27\x23\x39\x0f\x96\x1c\x2a\xf2\xce\x93\x77\x7b\x42\x61\xd7\x40\x28\xf6\xab\xec\x09\x82\x50\xe9\x63\xb4\x85\x5b\x10\x08\x41\xf5\x92\x37\x8c\x4b\x0c\x9d\xdb\xf1\xca\x23\x21\xec\x00\x03\x10\xba\xde\x2a\x0a\x00\x5b\x0a\x25\x0d\xc1\x68\x09\x14\x5c\x1b\x83\x17\x09\x61\xa4\x10\x91\x22\x18\x43\x11\x7b\x2b\xf9\x18\x62\xef\x0d\x50\x1c\x3c\x50\x6f\x35\x1f\x28\x13\xf6\xbb\xf7\x8a\x19\x76\xc2\xf4\x10\x68\x27\x30\xd0\x1e\x75\x84\xfc\xcd\x9e\x1d\x72\x08\x5f\xb4\x1f\x6b\x2b\x78\x90\x5a\x98\x2a\xd7\x70\xc5\xc1\x7f\xa3\xba\x56\x2b\xd1\xe4\x1a\x16\x4a\x65\x6a\x33\xe5\xfa\xca\xa0\xf3\x99\xa6\x62\x2a\x30\x15\x52\xc1\x1c\xc3\x08\xa3\xd0\x36\x94\x72\x37\x23\xe5\x54\x8c\x98\x4f\x6e\xc4\x29\x3b\xe5\xd6\xed\x46\xda\xb9\x6c\x3f\x55\x56\x42\xa5\xa6\x46\x7c\xab\x61\x0d\xf1\xab\x06\x2e\xac\x0c\x8a\x5f\xda\xea\x58\xc0\x48\x77\x23\x85\x72\x59\x0d\xe4\x4b\xcf\x35\x93\x41\xd8\xe8\xb6\xdc\xff\xe2\x47\xd7\xe7\x38\x2c\x64\x16\xeb\xec\x17\x40\x97\xb0\x2b\xbd\xc2\x65\xe7\xbc\x0b\x85\xee\x13\xc5\x31\xa7\x38\x26\x15\xc7\x64\xe2\x18\x31\x1e\x85\x8c\xe0\xa1\xc4\xcc\x85\x95\xc1\x91\x4b\x78\xcb\x38\x3a\x85\xc5\x32\xde\x9a\xc4\x23\xf6\x63\xd8\x37\x19\x1c\x8a\x44\x38\x4a\x6a\x38\x4a\x6a\x38\x4e\x6a\x18\x19\x8a\x74\x12\x1e\x8b\x0c\x0e\x12\x3c\x37\xae\x2a\xdd\x49\x08\x93\x69\x55\xda\xeb\x20\x6c\xaa\xae\xf3\x91\x85\xae\xa2\xb0\x4a\xa0\x3a\x47\x74\x48\xcf\x50\xc7\x4d\x07\x51\xcb\xbc\x7e\xe5\xdc\xb6\xf7\x19\x9f\xdb\x9d\x46\x67\x3b\xb0\xb1\x30\x07\x6e\x0d\xda\xd9\xb2\x1c\x9b\x79\x61\x7f\x7b\x91\xc1\x05\xd7\x8b\xb6\xeb\x77\x4e\x8f\x92\x97\x6f\x0b\x4d\xed\xb9\x60\x6e\x3a\x19\xfe\x08\xc3\x2d\x68\x9c\x40\x75\xc9\x9d\x07\x7b\x1f\xe9\x35\x74\x0e\xcb\xbf\x6f\x44\x57\x6c\xbd\x71\xf1\x92\x0b\x9f\x7d\x83\x12\xca\xdb\xab\x42\x77\x80\xad\x71\xfb\xbc\x7a\xdf\xdb\xa8\x47\xb1\xab\x34\x06\x47\x1c\x22\x74\x77\xf0\x41\x47\xfa\x30\xf8\xc2\xfc\x93\x6d\xb8\x8d\xbc\xe2\x66\x36\xee\xa4\x56\x90\x17\x3f\x73\x23\xc8\xf0\x17\x6d\x95\xdb\x87\xbc\xf8\x08\xe8\x5e\xea\x9d\x0e\x63\x9e\xc6\x53\xe2\xa6\x32\xde\x7d\xc6\xb7\x53\x93\x4d\x26\xbb\x09\x5c\xda\x98\xe8\x2b\x67\xd7\x09\xa4\x74\x26\xf4\x22\x5f\xf6\x84\xaf\x22\xea\xc2\x50\xdc\x4a\xf8\x79\x1a\x49\x59\x23\xb7\xb2\xac\x4a\x87\xac\xe0\xa5\x96\x19\x5c\x94\x49\x97\xff\x16\x5d\xa3\x44\xb1\x50\xf4\xbc\xe0\x42\x2a\xda\x53\x1a\x5e\xa7\x06\x56\x3c\xcc\x63\x20\x2d\x8e\xf6\x9f\xe7\xe1\x7d\x47\x77\xd9\x3b\xe2\x7a\xed\x54\x5f\xfc\xba\xd0\x05\xfc\xfa\x9e\xfb\x66\xf6\x1a\x85\x84\x46\xc8\x6d\xe6\x40\xd1\xe5\xfd\x2b\xbe\x0a\x09\x9d\x1b\xa3\x7d\xd0\xc9\xbb\x31\xb7\x0a\x5a\xee\x32\xdf\x98\xdd\x0a\xda\xea\x5a\x9c\x7d\x79\x76\xf6\x71\xf5\xef\xb3\xff\xdc\x3c\xaa\x2b\x16\xda\xc2\xb0\x77\xa8\x46\x89\x10\x45\x4c\x05\x95\x87\x3d\x4f\xf9\x40\x22\x95\x3c\x35\x08\x62\x4b\x79\xe2\x71\x6f\xd5\xb6\x07\x52\xd0\xf2\xac\x26\x30\xba\x25\x30\x81\x07\x33\xdf\xb2\x34\xa8\xa9\xd5\x56\x18\x33\x50\xeb\x90\x5a\x74\x5d\x19\xc4\xa4\x5b\xca\x8f\x14\xd2\x3c\x5a\xc9\xa4\xec\xa7\x39\x69\x5d\x24\x87\xe4\xd9\x8a\x47\x9e\xc0\x28\x34\x8f\x33\x88\x3d\x5a\x8a\x38\xd0\x5e\xc7\x0d\xed\x37\xfc\x0a\x18\x34\x18\xc5\x09\xa8\x26\x39\x05\xd2\xa1\x88\x0e\xc7\x78\x1a\xd4\xeb\x4d\x5c\x23\x80\xad\xea\xa7\x8b\xd3\xeb\xf9\x4d\x7e\xcd\x39\x0f\x77\x18\x8f\x02\xbf\x5e\xfc\xf7\x7f\xff\x7a\x74\x4a\x4f\x1e\x2c\xff\xf1\xf4\xa6\xae\xea\xff\xd7\x55\xfd\x5d\x5d\xd5\x8f\xeb\xaa\x3e\xab\xab\xfa\x9f\x59\x85\x17\x08\x36\x6e\x20\xc0\x7d\x4a\xe6\x27\xbf\xfd\xce\xc2\xcb\x6b\xfe\x14\xab\xb6\x4f\x2f\xb7\x7b\xde\x7d\xd7\xe9\x4c\xf8\x24\xd3\xc4\x4c\x85\xfd\x67\xbe\x45\xde\xae\xea\x7a\xbe\x5c\x2e\xe8\xfa\x53\x7d\x73\x72\x5a\xd3\xac\xac\x66\x37\x27\xa7\xb3\xf2\x56\x4d\x61\x37\x46\xc8\xed\x57\x25\x5d\xf6\x6c\xba\x38\x7d\x58\xb8\x8c\x93\xdb\xbf\xe3\x0d\x51\x60\x7c\x52\xd7\x75\x3d\x67\x63\xfc\x14\xae\xc0\xaa\xb4\x53\xdf\xcf\x3b\x9b\xcd\xe6\xec\xca\x57\xde\xd9\x6c\x56\x4f\xfe\x08\x00\x00\xff\xff\xf2\x6b\xca\x7d\xa1\x0b\x00\x00") +var _runtimeSyntaxPythonMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x56\xdd\x73\x1b\x37\x0e\x7f\xd7\x5f\xb1\x59\xe5\x4e\xb2\x73\x56\xee\xf5\xae\x4d\x9b\x2f\x7b\xea\x69\xbe\x26\x4e\x3f\x26\x96\xa3\xe1\x92\x58\x89\x11\x97\xe4\x80\x5c\x49\x9b\xa2\xff\x7b\x07\x24\xd7\x91\x9b\xa4\x0f\x5a\xfc\x08\x01\x20\x00\x82\x00\xa7\xd3\xea\x27\x40\xa8\x74\xa8\x84\xad\xe0\x20\x3a\x6f\xa0\x6a\x1d\x56\x6f\x86\xb8\x71\x76\x31\x99\x4e\x27\x61\xb0\x51\x1c\xaa\xda\x27\x56\x5d\xd5\xcb\x85\x1f\xee\xd7\x93\x0d\x08\x05\x58\xd5\x1f\xa6\xf7\x16\xa7\x0f\xe7\x60\x77\xd5\x83\x93\x1f\xb3\xd4\xbc\xa2\xfb\x27\xf5\x64\x32\x9d\x56\x4d\xaf\x4d\x3c\xd3\xb6\x72\xcd\x47\x90\x31\x4c\xa4\x33\x0e\x2b\xe9\x6c\x88\xc2\xc6\xaa\x5e\x36\xf3\x57\xce\x02\x05\x30\x2d\xbd\xc3\x1e\xe8\x42\x98\x00\x27\xcb\xa6\xbe\xa3\x2f\x62\x44\xdd\xf4\x11\xbe\x6a\x62\xb5\x4a\x82\xda\xae\x56\xb4\x5a\x29\x2d\x63\x02\x1d\xc4\x8d\x53\xa1\xe0\xae\x01\xcc\x58\x1a\x11\x32\x6a\x44\x80\x8c\x74\xe7\x1d\x66\x35\x2b\x3a\xc8\x86\x9c\x4c\x94\x9d\xcb\x0c\x68\xfa\xf5\x6a\xf5\x85\x77\x6d\x6f\x65\xd4\xce\x8e\xce\x69\x05\x36\xea\x56\x73\x86\x96\xcd\x5c\x34\x81\x84\xf7\x60\x15\x13\x33\x50\xd3\xb7\x2d\x20\x49\x61\x8c\x68\x0c\x90\xdc\x20\x49\x03\x82\xbf\x2e\x40\xfe\x2a\x92\x9d\x27\xe9\x00\x25\x90\x74\x9d\xd7\x26\x53\x03\x07\x92\xce\x7e\xec\xd7\x22\x32\xc7\x0f\x24\x5d\x6f\x23\x29\x30\x9c\x27\x52\x9a\x7f\xbb\xce\x29\x82\x9d\x30\x04\x07\x90\x2d\x6b\xc3\x21\xb2\x13\x8c\xad\x63\x12\x01\xa9\x35\x4e\x44\x6a\x4d\x1f\x36\xb4\x86\xc8\xbf\x64\x65\x6d\x5c\x23\x4c\xa0\x8d\x08\xab\x2d\x0c\x4c\x13\x7f\x23\xc2\x86\x36\x70\x20\xad\x48\x5b\xc5\xc0\xfa\x3e\x92\xb6\x01\x90\x49\xfa\x01\x5a\xd2\xac\x30\x90\x0e\x3a\x9d\x95\x04\xd2\x21\xf4\x4d\x4a\x3f\xe9\x08\x5d\xa0\x2d\x0c\x81\x0c\x58\x32\x3a\x44\x32\x4e\xf2\x8e\xc6\xd9\x35\x75\xc2\x53\x27\x0e\xd4\x69\x4b\x9d\x53\x40\x7c\x2c\xe4\x64\x24\xe7\xc1\x92\x43\x45\xde\x79\xf2\x6e\x4f\x28\xec\x1a\x08\xc5\x7e\x95\x3d\x41\x10\x2a\x7d\x8c\xb6\x70\x0b\x02\x21\xa8\x5e\x32\xc3\xb8\x24\xd0\xb9\x1d\xaf\x3c\x12\xc2\x0e\x30\x00\xa1\xeb\xad\xa2\x00\xb0\xa5\x50\xd2\x10\x8c\x96\x40\xc1\xb5\x31\x78\x91\x10\x46\x0a\x11\x29\x82\x31\x14\xb1\xb7\x92\x8f\x21\xf6\xde\x00\xc5\xc1\x03\xf5\x56\xf3\x81\x32\x61\xbf\x7b\xaf\x58\x60\x27\x4c\x0f\x81\x76\x02\x03\xed\x51\x47\xc8\xdf\xec\xd9\x21\x87\xf0\x49\xfb\xb1\xb6\x82\x07\xa9\x85\xa9\x72\x0d\x57\x1c\xfc\x37\xaa\x6b\xb5\x12\x4d\xae\x61\xa1\x54\xa6\x36\x53\xae\xaf\x0c\x3a\x9f\x69\x2a\xa6\x02\x53\x21\x15\xcc\x31\x8c\x30\x0a\x6d\x43\x29\x77\x33\x52\x4e\xc5\x88\xf9\xe4\x46\x9c\xb2\x53\x6e\xdd\x6e\xa4\x9d\xcb\xfb\xa7\xca\x4a\xa8\xd4\xd4\x88\x6f\x2d\xac\x21\x7e\xb6\xc0\x85\x95\x41\xf1\x4b\x5b\x1d\x0b\x18\xe9\x6e\xa4\x50\x2e\xab\x81\x7c\xe9\xb9\x66\x32\x08\x1b\xdd\x96\xfb\x5f\xfc\xe8\xfa\x1c\x87\x85\x2c\x62\x9d\xfd\x04\xe8\x12\x76\xa5\x57\xb8\xec\x9c\x77\xa1\xd0\x7d\xa2\x38\xe6\x14\xc7\xa4\xe2\x98\x4c\x1c\x23\xc6\xa3\x90\x11\x3c\x94\x98\xb9\xb0\x32\x38\x72\x09\x6f\x05\x47\xa7\xb0\xec\x8c\xb7\x5b\xe2\x91\xf8\x31\xec\x9b\x0c\x0e\x45\x23\x1c\x25\x35\x1c\x25\x35\x1c\x27\x35\x8c\x02\x45\x3b\x29\x8f\x45\x06\x07\x09\x9e\x1b\x57\x95\xee\x24\x84\xc9\xb4\x2a\xed\x75\x10\x36\x55\xd7\xf9\x28\x42\x57\x51\x58\x25\x50\x9d\x23\x3a\xa4\x27\xa8\xe3\xa6\x83\xa8\x65\x5e\xbf\x70\x6e\xdb\xfb\x8c\xcf\xed\x4e\xa3\xb3\x1d\xd8\x58\x84\x03\xb7\x06\xed\x6c\x59\x8e\xcd\xbc\x88\xbf\xbe\xc8\xe0\x82\xeb\x45\xdb\xf5\x1b\xa7\x47\xcd\xcb\xd7\x85\xa6\xf6\x5c\x30\x37\x9d\x0c\x7f\x86\xe1\x16\x34\x4e\xa0\xba\xe4\xce\x83\xbd\x8f\xf4\x12\x3a\x87\xe5\xdf\x57\xa2\x2b\x7b\xbd\x72\xf1\x92\x0b\x9f\x7d\x83\x12\xca\xeb\xab\x42\x77\x80\xad\x71\xfb\xbc\x7a\xdb\xdb\xa8\x47\xb5\xab\x34\x06\x47\x1c\x22\x74\x77\xf0\x41\x47\x7a\x37\xf8\x22\xfc\x8b\x6d\xb8\x8d\xbc\xe0\x66\x36\x72\x52\x2b\xc8\x8b\x5f\xb9\x11\x64\xf8\x9b\xb6\xca\xed\x43\x5e\xbc\x07\x74\xcf\xf5\x4e\x87\x31\x4f\xe3\x29\x71\x53\x19\xef\x3e\xe3\xdb\xa9\xc9\x5b\xa6\x7d\x13\xb8\xb4\x31\xd1\x17\xce\xae\x13\x48\xe9\x4c\xe8\x59\xbe\xec\x09\x5f\x45\xd4\x45\xa0\xb8\x95\xf0\xd3\x34\x92\xb2\x45\x6e\x65\xd9\x94\x0e\xd9\xc0\x73\x2d\x33\xb8\x28\x93\x2e\xff\x2d\xba\x46\x89\xb2\x43\xb1\xf3\x8c\x0b\xa9\x58\x4f\x69\x78\x99\x1a\x58\xf1\x30\x8f\x81\xb4\x38\xe2\x3f\xcd\xc3\xfb\x8e\xed\xc2\x3b\x92\x7a\xe9\x54\x5f\xfc\xba\xd0\x05\xfc\xfe\x96\xfb\x66\xf6\x1a\x85\x84\x46\xc8\x6d\x96\x40\xd1\x65\xfe\x15\x5f\x85\x84\xce\x8d\xd1\x3e\xe8\xe4\xdd\x98\x5b\x05\x2d\x77\x99\x6f\xcc\x6e\x05\x6d\x75\x2d\xce\x3e\x3d\x39\x7b\xbf\xfa\xef\xd9\xff\x6e\x1e\xd4\x15\x2b\x6d\x61\xd8\x3b\x54\xa3\x46\x88\x22\xa6\x82\xca\xc3\x9e\xa7\x7c\x20\x91\x4a\x9e\x1a\x04\xb1\xa5\x3c\xf1\xb8\xb7\x6a\xdb\x03\x29\x68\x79\x56\x13\x18\xdd\x12\x98\xc0\x83\x99\x6f\x59\x1a\xd4\xd4\x6a\x2b\x8c\x19\xa8\x75\x48\x2d\xba\xae\x0c\x62\xd2\x2d\xe5\x47\x0a\x69\x1e\xad\x64\x52\xf6\xd3\x9c\xb4\x2e\x92\x43\xf2\xbc\x8b\x47\x9e\xc0\x28\x34\x8f\x33\x88\x3d\x5a\x8a\x38\xd0\x5e\xc7\x0d\xed\x37\xfc\x0a\x18\x34\x18\xc5\x09\xa8\x26\x39\x05\xd2\xa1\x88\x0e\xc7\x78\x1a\xd4\xeb\x4d\x5c\x23\x80\xad\xea\xc7\x8b\xd3\xeb\xf9\x4d\x7e\xcd\x39\x0f\x77\x04\x8f\x02\xbf\x5e\xfc\xff\xbb\xff\x3c\x38\xa5\x47\xf7\x96\xff\x7a\x7c\x53\x57\xf5\xf7\x75\x55\xff\x50\x57\xf5\xc3\xba\xaa\xcf\xea\xaa\xfe\x77\x36\xe1\x05\x82\x8d\x1b\x08\xf0\x35\x23\xf3\x93\x3f\xfe\x64\xe5\xe5\x35\x7f\xca\xae\xb6\x4f\x2f\xb7\xbf\xbd\xfb\x16\x99\xcd\x29\xbf\x4e\x47\xc3\x07\x9a\x06\x67\xaa\xef\x2f\xc4\x33\xbb\xaa\xeb\xf9\x72\xb9\xa0\xeb\x0f\xf5\xcd\xc9\x69\x4d\xb3\xb2\x9a\xdd\x9c\x9c\xce\xca\x93\x35\x45\xdf\x18\x21\xb7\x9f\x8d\x74\xd9\xc1\xe9\xe2\xf4\x7e\x91\x32\x4e\x6e\xff\x49\x36\x44\x81\xf1\x51\x5d\xd7\xf5\x9c\x37\xe3\x17\x71\x05\x56\x25\x4e\xfd\x75\xd9\xd9\x6c\x36\x67\x57\x3e\xcb\xce\x66\xb3\x7a\xf2\x57\x00\x00\x00\xff\xff\x85\xf5\x39\x86\xa8\x0b\x00\x00") func runtimeSyntaxPythonMicroBytes() ([]byte, error) { return bindataRead( @@ -1954,7 +1954,7 @@ func runtimeSyntaxRpmspecMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxRubyMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x94\x6f\x6f\xe2\x46\x10\xc6\x5f\x97\x4f\x31\x59\x73\xc2\x76\x0a\xe9\xdb\x56\xb9\x23\x69\x8e\xbb\x46\xba\x26\x6a\x1a\xb5\xd1\xf9\x0f\x59\xdb\x03\xac\x58\xef\x92\xfd\x73\x40\x33\xf9\xee\xd5\x92\x10\xc2\xa1\x13\xc2\xc2\xcf\xb0\xcf\x3e\xf3\xb3\x77\xa2\x08\xfe\x40\x83\x20\x2c\x70\x05\xb8\xe2\xed\x42\x22\x4c\xb4\x81\x1b\x5f\xad\x07\x9d\x28\xea\xd8\xb5\x72\x7c\x05\xcc\xf8\x6a\xcd\x80\xe5\x03\x53\x75\x19\xb0\xcf\xd8\x4e\x84\x44\x06\xac\xd6\x6a\x22\xa6\x03\xe3\x19\xb0\x1b\x3e\xc7\x17\xf9\x82\x2f\x5e\x7e\xfd\xc3\xa7\x86\x2b\xb7\xb9\xeb\xcc\x90\x37\x68\x80\x95\xd1\xd1\x20\x3d\x89\x51\x7d\x83\xe3\x64\x18\xcc\x63\xa0\x6e\xc2\x3a\x9d\x28\x82\x73\x5b\x0b\x51\xa1\x13\x35\x97\x20\x85\x75\xa0\x27\x60\xd0\xa2\xf9\x86\x0d\x2c\xb5\x69\x6c\xa7\xd6\x52\x1b\xb0\x8e\x3b\x6c\x51\x39\x60\x79\x15\xff\x3e\xfa\x7c\x79\x45\xa3\xab\x8f\xc4\xa5\xe0\x96\xb8\x6a\xa8\xc2\xa9\x50\x54\x19\xe4\x73\xaa\xb9\x45\xaa\x25\xb7\x96\x1a\x9c\x84\xaf\x50\xd8\xe4\x43\x6a\x34\xa1\xb4\x18\x2e\x62\x42\xa8\x1a\x42\x65\xbd\x41\x9a\xf0\x20\x4f\xb4\x21\x31\x21\xa1\xa8\xd5\x8d\x97\x48\x0a\x57\x8e\x94\x90\xa4\xb4\x23\x6d\xc8\x60\xa3\xc9\xa0\xad\x3d\x92\x41\x67\xd6\xe1\xea\x8d\x22\x8b\x72\x42\xd6\x2f\xd0\x90\x9b\xa1\x22\x67\x3c\x92\x57\x61\x77\xaf\x24\x5a\x4b\x5e\x39\x21\x69\x19\x8a\xcb\x99\x90\x48\x6b\x81\xb2\x49\xf2\x8a\x05\x12\x17\x5a\x59\xc7\x95\xdb\xf6\x5b\xbf\xdc\x03\x8b\xf3\x2e\x9d\xd1\xd9\x59\x32\xcc\xab\xec\xbc\xff\xb5\x38\xce\x7e\xe9\xff\x7a\xde\xff\x3a\xe6\xfd\xff\x8a\x74\xb3\x3a\x3c\x44\x60\x76\xdd\x56\x5a\x5a\xf6\xbd\x45\x2c\x12\x60\x71\x06\x3f\x15\x54\x26\xbf\x6d\x57\x17\xc7\x2f\x5b\xff\xad\x5b\x04\xaf\xc4\x83\x47\x70\x33\xa1\xa6\x16\x96\x08\xcb\xb0\xd2\xe9\x00\x5e\x35\xa0\xbd\x3b\x08\x96\x57\xf1\x78\xfc\xe9\xf2\xcb\x68\x3c\xa6\xf1\xf8\xcb\xe5\xd5\x68\x3c\xde\xb6\x73\x83\x53\x2f\xb9\x01\x5c\x2d\x0c\x5a\x2b\xb4\x3a\x6c\xec\x24\xce\xca\x93\x82\xe2\x3c\x3f\x49\x92\xf4\x24\x13\xba\x5d\x15\x29\x03\xf6\xce\xe4\x8f\x71\x56\x3e\x6d\x6a\x4f\x49\x92\xe6\x4f\xdb\xe2\x26\xef\x0c\xa5\x84\x5a\xb7\x6d\x48\x86\xab\x05\x57\x61\x83\xf0\x6e\x0b\x05\xf7\x15\xaf\xe7\x4e\xd4\x73\x7b\x0f\xda\x80\x14\x73\x84\x77\xab\x47\x37\x13\xf6\x69\x00\x70\x3b\x43\x8b\xc0\x0d\x06\x27\xd6\x68\x5f\x49\xec\x3f\x78\xed\x84\x9d\x31\x88\x9d\x06\x1f\xea\xb0\x40\x23\x85\x6d\x93\xc1\x41\xec\xfb\xac\xbc\x2f\xd2\xfb\x90\x73\x95\x3f\x86\x98\x69\xfe\xf4\x1c\xcc\x99\x40\xef\x67\x78\x63\x8b\xcd\x81\x01\x8b\xb3\x92\x6d\x7a\x63\x49\x92\xb2\x60\x94\xfd\xf5\x6f\x31\xdc\x99\xbd\x2a\x71\x56\x26\x45\x9a\x27\xaf\xca\x69\x56\x7e\x28\xd2\x0f\xbb\x7f\x64\x59\x59\x14\x69\x5e\xec\x94\x6e\x56\x76\x8b\x34\xef\xee\x94\x32\x2b\xcb\x22\xcd\xcb\x57\xe5\x28\x2b\x8f\x8a\xf4\x68\x13\x7a\xf4\xfa\x84\xc0\xfa\xca\x3a\xe1\xbc\x13\x5a\xbd\xa2\x9a\x6a\x10\xca\x8a\x06\xf7\xbb\x02\xfb\xd2\xec\x86\xe3\x86\x72\xf4\x0c\x99\x6d\x91\xd9\x05\xd6\x82\x4b\x60\xd1\x0f\x30\x59\xa1\xa6\x3f\xc6\xd4\x8b\xb3\xb2\xb7\xc1\xd4\x4b\x92\xb4\xb7\x09\xff\xb0\x2c\xf6\x29\x05\x61\x0f\xd2\xc3\xb2\x78\xcb\x28\xd4\xf7\x10\x05\x61\x8f\x50\x10\xf6\x00\x3d\x2c\x8b\xb7\x7c\x2e\x74\x1b\xc6\xce\xee\xf5\x6d\x9f\xa7\x50\x94\x95\x8f\xc5\x20\x0d\x26\x51\x97\x1d\x54\xdf\x96\x43\x3d\x50\x0a\x13\x98\x41\xa3\xeb\x83\xb3\x60\x1d\x37\xee\x3d\x3b\x3d\xed\x0f\x7b\xc3\xd1\xf5\x6d\x6f\xc8\x00\x55\xf3\x9e\x95\xa3\xeb\xdb\xdd\x21\x0d\xf6\x5a\x41\xcb\xcd\x1c\xcd\xd6\xc4\xe9\x46\x03\x8b\xef\xee\xee\xe8\xf6\xfa\xe3\x35\x7d\xba\xbc\xfb\x73\x44\xf9\x30\x7c\xc2\x98\xfd\x3f\x00\x00\xff\xff\x0d\x8e\x64\xdf\xfb\x05\x00\x00") +var _runtimeSyntaxRubyMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x84\x94\x6d\x6f\xdb\x36\x14\x85\x3f\xcf\xbf\xe2\x86\x72\x61\x49\x99\x9d\x7d\xdd\x90\xd6\xc9\x52\xb7\x0b\xd0\x25\x58\x16\x6c\x41\x25\xca\xa1\xa4\x6b\x9b\x30\x45\x3a\x7c\xa9\xed\x85\xf9\xef\x03\x15\xbf\xc4\x09\x8a\xc2\xb0\x20\x9d\x43\x1e\xde\xfb\x50\x62\x14\xc1\x1f\xa8\x11\xb8\x01\x26\x01\x57\xac\x59\x08\x84\x89\xd2\x70\xe3\xca\xf5\xa0\x13\x45\x1d\xb3\x96\x96\xad\x80\x68\x57\xae\x09\x90\x7c\xa0\xcb\x2e\x01\xf2\x19\x9b\x09\x17\x48\x80\x54\x4a\x4e\xf8\x74\xa0\x1d\x01\x72\xc3\xe6\xb8\x91\x2f\xd8\x62\x73\xf7\x0f\x9b\x6a\x26\x6d\xfb\xd4\x99\x21\xab\x51\x03\x29\xa2\xa3\x41\x7a\x12\xa3\xfc\x06\xc7\xc9\x30\x84\xc7\xe0\xbb\x09\xe9\x74\xa2\x08\xce\x4d\xc5\x79\x89\x96\x57\x4c\x80\xe0\xc6\x82\x9a\x80\x46\x83\xfa\x1b\xd6\xb0\x54\xba\x36\x9d\x4a\x09\xa5\xc1\x58\x66\xb1\x41\x69\x81\xe4\x65\xfc\xfb\xe8\xf3\xe5\x95\x1f\x5d\x7d\xf4\x4c\x70\x66\x3c\x93\xb5\x2f\x71\xca\xa5\x2f\x35\xb2\xb9\xaf\x98\x41\x5f\x09\x66\x8c\xaf\x71\x12\xfe\x5c\x62\x9d\x0f\x7d\xad\x3c\x0a\x83\xe1\xc2\x27\x1e\x65\xed\x51\x1a\xa7\xd1\x4f\x58\x90\x27\x4a\x7b\x3e\xf1\x5c\xfa\x46\xd5\x4e\xa0\x97\xb8\xb2\x5e\x72\xe1\xa5\xb2\x5e\x69\xaf\xb1\x56\x5e\xa3\xa9\x1c\x7a\x8d\x56\xaf\xc3\xd5\x69\xe9\x0d\x8a\x89\x37\x6e\x81\xda\xdb\x19\x4a\x6f\xb5\x43\xef\x64\x58\xdd\x49\x81\xc6\x78\x27\x2d\x17\x7e\x19\xcc\xe5\x8c\x0b\xf4\x6b\x8e\xa2\x4e\xf2\x92\x04\x12\x17\x4a\x1a\xcb\xa4\xdd\xf6\x5b\x6d\x9e\x81\xc4\x79\xd7\x9f\xf9\xb3\xb3\x64\x98\x97\xd9\x79\xff\x2b\x3d\xce\x7e\xe9\xff\x7a\xde\xff\x3a\x66\xfd\xff\x68\x4a\x5e\x4d\x18\x48\xd7\x94\x01\x7c\x5e\x86\x71\xf4\x78\xb3\x40\xd8\x67\x20\x66\xdd\x94\x4a\x98\xd7\x93\x20\xe6\x09\x90\x38\x83\x9f\xa8\x2f\x92\xdf\xb6\x0b\xec\x26\xff\xad\x1a\x04\x27\xf9\x83\x43\xb0\x33\x2e\xa7\x06\x96\x08\xcb\x30\xd3\xaa\xb0\x37\xb2\x06\xe5\xec\x9b\xda\xf3\x32\x1e\x8f\x3f\x5d\x7e\x19\x8d\xc7\x7e\x3c\xfe\x72\x79\x35\x1a\x8f\xb7\x1d\xdf\xe0\xd4\x09\xa6\x01\x57\x0b\x8d\xc6\x70\x25\xdf\xf6\x7e\x12\x67\xc5\x09\xf5\x71\x9e\x9f\x24\x49\x7a\x92\x71\xd5\xac\x68\x4a\x80\xbc\xd3\xf9\x63\x9c\x15\x4f\xad\xf7\x94\x24\x69\xfe\xb4\x35\xdb\x7a\x67\x28\x04\x54\xaa\x69\x42\x65\xb8\x5a\x30\x19\x16\x08\xaf\x3f\x97\x70\x5f\xb2\x6a\x6e\x79\x35\x37\xf7\xa0\x34\x08\x3e\x47\x78\xb7\x7a\xb4\x33\x6e\x9e\x06\x00\xb7\x33\x34\x08\x4c\x63\x48\x22\xb5\x72\xa5\xc0\xfe\x83\x53\x96\x9b\x19\x81\xd8\x2a\x70\xc1\x87\x05\x6a\xc1\x4d\x93\x0c\x5e\xef\x80\xb1\x9a\xcb\x29\x90\xfb\xac\xb8\xa7\xe9\x7d\x28\x77\x95\x3f\x86\x6a\xd3\xfc\xe9\xb9\xbe\x76\x84\xf9\x19\x5e\xa4\x63\xfd\xbd\x1c\x12\x67\x05\x69\x3b\x25\x49\x92\x92\x90\x97\xfd\xf5\x2f\x1d\xee\x33\x77\x4a\x9c\x15\x09\x4d\xf3\x64\xa7\x9c\x66\xc5\x07\x9a\x7e\xd8\x8f\xc8\xb2\x82\xd2\x34\xa7\x7b\xa5\x9b\x15\x5d\x9a\xe6\xdd\xbd\x52\x64\x45\x41\xd3\xbc\xd8\x29\x47\x59\x71\x44\xd3\xa3\xb6\xf6\xd1\x6e\xbf\xc0\xb8\xd2\x58\x6e\x9d\xe5\x4a\xee\xc0\x4d\x15\x70\x69\x78\x8d\x87\xcd\x81\xd9\xf4\xdc\x52\x6d\x99\x47\xcf\xc8\xc9\x16\xa0\x59\x60\xc5\x99\x00\x12\x7d\x87\x96\xe1\x72\xfa\x43\x5a\xbd\x38\x2b\x7a\x2d\xad\x5e\x92\xa4\xbd\xb6\x87\x87\x25\x3d\x84\x15\x84\x03\x56\x0f\x4b\xfa\x12\x55\xf0\x0f\x48\x05\xe1\x00\x54\x10\x0e\x38\x3d\x2c\xe9\x4b\x4c\x17\xaa\x09\xc7\xd5\xfe\x9d\x6e\x9e\x4f\xaf\x28\x2b\x1e\xe9\x20\x0d\x21\x51\x97\xbc\x71\x5f\xda\xc1\x0f\xb0\xc2\xc9\x4d\xa0\x56\xd5\x9b\x0f\xc4\x58\xa6\xed\x7b\x72\x7a\xda\x1f\xf6\x86\xa3\xeb\xdb\xde\x90\x00\xca\xfa\x3d\x29\x46\xd7\xb7\xfb\x2f\x37\xc4\x2b\x09\x0d\xd3\x73\xd4\xdb\x10\xab\x6a\x05\x24\xbe\xbb\xbb\xf3\xb7\xd7\x1f\xaf\xfd\xa7\xcb\xbb\x3f\x47\x3e\x1f\x86\x5f\x38\x9e\xff\x0f\x00\x00\xff\xff\x72\xe4\xb4\xfc\x33\x06\x00\x00") func runtimeSyntaxRubyMicroBytes() ([]byte, error) { return bindataRead( @@ -1974,7 +1974,7 @@ func runtimeSyntaxRubyMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxRustMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x53\x51\x6b\x1b\x47\x10\x7e\xd7\xaf\x98\xec\x15\x9a\xd8\x95\xe4\x16\xfa\xd0\x40\x28\x21\x71\xa1\x0f\x8d\x8b\xa3\x07\x53\x9f\x09\x7b\x77\xb3\xd2\x34\x7b\x3b\xc7\xec\xac\x2c\xa9\xd3\xff\x5e\xee\x7c\xaa\xc1\x10\x04\xab\xbd\xd9\xf9\xbe\xf9\xe6\xdb\xd9\x0a\x3e\xf9\xc4\xd0\x72\x0a\xb4\x2d\xe2\x95\x38\x41\x60\x81\xdb\x92\x75\x51\xc1\x07\x1e\x8e\x42\xdb\x9d\xc2\x4f\x57\x3f\xfe\x0c\x9b\x1d\x4e\x27\xf0\xa7\xf0\xdf\xd8\x2a\x7c\xc4\x3d\x46\x1e\x50\xf2\x6a\x51\x2d\x2a\xf8\x74\xb3\xb9\x7e\x0b\xb7\x25\x62\x06\x2f\x08\x7e\x18\x22\x61\x07\x94\x80\xa5\x43\x79\x0b\xd1\x2b\x0a\xc8\x94\x21\xb8\x6c\x39\xb2\xd0\x09\xa1\xf7\xda\xee\x28\x6d\x41\xf1\xa0\xab\x45\x3e\x26\xf5\x07\x70\x52\xb2\x3a\x70\xf5\x4a\xb2\x5b\x2c\x2a\x08\x25\xb5\x93\xc8\x0e\x03\x25\x1a\xb7\x8b\x89\x03\xa8\xc3\xa4\x14\x08\x05\x5c\x48\x70\xef\x97\xa7\xab\xe5\x2f\x5f\x1e\x2e\x27\xdc\x2d\x66\x94\x3d\x76\xf0\xc8\xd2\xe5\x19\x92\xd5\x2b\xf6\x98\x14\x5c\xdd\xbc\xf6\x4d\x56\xf1\xad\x9a\x8f\xb4\x4d\x1c\xcc\x67\x6b\xb0\xe5\x1e\xad\xe1\x83\x35\x82\xfe\xab\xb5\x9c\xb2\x8e\xab\x52\x2a\x68\xad\x78\x45\xeb\xd8\x30\x66\x34\x4c\xa5\x37\x3c\x28\x4a\xb2\xe0\xc7\x48\xa0\xe4\xa3\x85\x64\x81\xc5\x28\x18\xf5\x43\x34\x4a\x16\x51\x2d\x32\x0f\xd6\xfb\x56\xd8\xa6\xe6\xad\xe7\xce\x7a\xde\xa3\xf5\x45\x8d\x43\xc8\xa8\x1c\x8c\xf7\x28\x42\x1d\xda\x20\xb4\xb7\xa1\x34\x36\x14\x41\x13\x0c\x26\xa8\x45\x92\x65\x3a\x21\x07\x1b\xbb\xa1\xd6\x32\xc6\x71\x2f\xa5\x55\xcb\x65\x40\x31\x95\x82\xa6\xe2\x49\x4d\x8f\x03\x4e\x0b\x07\x2b\x29\xfb\x80\xe3\x1f\x9d\xb0\xb3\x92\xd1\xf6\x24\x5a\x7c\xb4\xc7\x1d\x0a\xda\xe3\x8e\x22\xda\x91\x30\x76\x6f\xea\x66\xb2\x71\x92\xfb\xbf\x7d\x03\xb6\xe4\x23\xb8\xd1\xeb\x2f\x0f\x97\xaf\xa6\x94\x0f\xa3\x43\x3e\xe9\x39\xab\x9d\xbf\xc1\xdd\xbf\x5f\xfe\xf5\x30\x2e\xe7\x4b\xd9\x8c\x9a\xf2\xfa\x3a\x95\x3e\xaf\x3f\x4f\x92\xf3\x7a\x73\x1c\x30\xaf\x51\xdb\xd5\x4c\x30\xca\x3d\x83\xfd\xf2\x34\x63\x3f\xab\x50\xda\xbe\x2c\xb2\xca\x53\x18\x5c\xed\x56\x17\xb5\x73\xdf\x38\xce\xea\x45\xdf\x3d\x25\xd5\xdf\x39\xc0\xd4\xbd\x9b\x01\xe7\x19\xde\xec\x28\x03\xe5\xf4\xbd\x82\x6f\xdb\xf1\x69\x20\x34\x45\x9f\xe7\xd4\x55\xff\x5c\xfd\xf0\xef\xf4\x58\x74\x87\x23\x05\x70\x98\xb6\x73\x11\xca\xa0\xcc\x10\xa9\x41\xf1\x71\x56\xb2\x15\xc4\x74\xae\x2f\xd5\x65\xed\xe6\xea\xb5\xab\x2e\x67\xff\xfa\x71\x24\x9f\x3b\xeb\x9f\x26\x74\xbd\x5e\x5d\xb8\x17\xc1\x99\x67\x5d\x5f\x9c\x59\x2e\xd6\x13\xc9\x7b\x55\xa1\xa6\x28\xbe\xbc\xab\x19\x51\xbd\xaa\xef\xcf\x90\x87\x27\x3f\xb9\xc7\x89\x97\x13\xf4\x5e\xbe\xa2\x9c\xa1\xca\x1d\x83\x7b\x7d\x77\x77\x67\x9b\x9b\x8f\x37\xf6\xdb\xef\x77\x7f\x5c\x5b\xfd\xeb\xf8\x7b\xe3\x16\xff\x05\x00\x00\xff\xff\x5b\x61\xbf\xb2\x43\x04\x00\x00") +var _runtimeSyntaxRustMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x53\x51\x6f\x1b\x37\x0c\x7e\xf7\xaf\x60\xe5\x01\x6b\xe3\xd9\xce\x06\xec\xa1\x05\x8a\xa1\x68\x33\x60\x0f\x4b\x86\xd4\x0f\xc1\x72\x46\xa1\xbb\xa3\x6c\xae\x3a\xf1\x40\x51\x4e\xec\x71\xff\x7d\xb8\xcb\x79\x01\x32\x14\x06\x64\x1d\x45\x7e\x9f\xbe\x8f\xd4\x1c\xae\x7d\x62\x68\x38\x05\xda\x15\xf1\x4a\x9c\x20\xb0\xc0\x6d\xc9\x3a\x9b\xc3\x47\xee\x8f\x42\xbb\xbd\xc2\x4f\x97\x3f\xfe\x0c\x9b\x3d\x8e\x27\xf0\x87\xf0\x5f\xd8\x28\x7c\xc2\x03\x46\xee\x51\xf2\x6a\x36\x9f\xcd\xe1\xfa\x66\x73\xf5\x0e\x6e\x4b\xc4\x0c\x5e\x10\x7c\xdf\x47\xc2\x16\x28\x01\x4b\x8b\xf2\x0e\xa2\x57\x14\x90\x31\x43\x70\xd9\x70\x64\xa1\x13\x42\xe7\xb5\xd9\x53\xda\x81\xe2\xa3\xae\x66\xf9\x98\xd4\x3f\x82\x93\x92\xd5\x81\xab\x56\x92\xdd\x6c\x36\x87\x50\x52\x33\x5e\xb2\xc5\x40\x89\x86\xed\x6c\xc4\x00\x6a\x31\x29\x05\x42\x01\x17\x12\xdc\xfb\xe5\xe9\x72\xf9\xf6\xcb\x76\x31\xd6\xdd\x62\x46\x39\x60\x0b\x0f\x2c\x6d\x9e\x4a\xb2\x7a\xc5\x0e\x93\x82\xab\xea\xd7\xbe\xce\x2a\xbe\x51\xf3\x91\x76\x89\x83\xf9\x6c\x35\x36\xdc\xa1\xd5\xfc\x68\xb5\xa0\xff\x6a\x0d\xa7\xac\xc3\xaa\x94\x0a\x5a\x23\x5e\xd1\x5a\x36\x8c\x19\x0d\x53\xe9\x0c\x1f\x15\x25\x59\xf0\x43\x24\x50\xf2\xd1\x42\xb2\xc0\x62\x14\x8c\xba\x3e\x1a\x25\x8b\xa8\x16\x99\x7b\xeb\x7c\x23\x6c\xa3\x78\xeb\xb8\xb5\x8e\x0f\x68\x5d\x51\xe3\x10\x32\x2a\x07\xe3\x03\x8a\x50\x8b\xd6\x0b\x1d\xac\x2f\xb5\xf5\x45\xd0\x04\x83\x09\x6a\x91\x64\x99\x4e\xc8\xc1\x06\x35\xd4\x58\xc6\x38\xec\xa5\x34\x6a\xb9\xf4\x28\xa6\x52\xd0\x54\x3c\xa9\xe9\xb1\xc7\x71\xe1\x60\x25\x65\x1f\x70\xf8\xa3\x13\xb6\x56\x32\xda\x81\x44\x8b\x8f\xf6\xb0\x47\x41\x7b\xd8\x53\x44\x3b\x12\xc6\xf6\x4d\x55\x8f\x36\x8e\xd7\xfd\xcf\xbe\x1e\x1b\xf2\x11\xdc\xe0\xf5\x97\xed\xe2\xd5\x98\xf2\x71\x70\xc8\x27\x3d\x67\x35\xd3\x37\xb8\xfb\x0f\xcb\x3f\xb7\xc3\x72\x6e\xca\x75\xe9\x6a\x94\x97\x89\xab\x34\x86\x87\x9e\xdc\x5f\x2e\xdf\x6e\x17\x13\xf7\x66\x50\x90\xd7\x57\xa9\x74\x79\xfd\x79\x14\x98\xd7\x9b\x63\x8f\x79\x8d\xda\xac\x26\x94\x41\xdc\x99\xca\x2f\x4f\x13\xd3\x67\x15\x4a\xbb\xff\x31\xe5\x31\x0c\xae\x72\xab\x8b\xca\xb9\x6f\x1c\x67\xf5\xa2\xef\x9f\x92\xaa\xef\x1c\x60\x6a\xdf\x4f\x05\xe7\x89\xdf\xec\x29\x03\xe5\xf4\xbd\x82\x6f\x9a\xe1\x21\x21\xd4\x45\x9f\xa7\xda\xcd\xff\xbe\xfc\xe1\x9f\xf1\x69\xe9\x1e\x07\x08\xe0\x30\x6e\x27\x12\xca\xa0\xcc\x10\xa9\x46\xf1\x71\xba\xc9\x4e\x10\xd3\x99\x5f\xe6\x8b\xca\x4d\xec\x95\x9b\x2f\x26\xb7\xbb\x61\x80\x9f\x95\x75\x4f\xf3\xbc\x5e\xaf\x2e\xdc\x8b\xe0\x84\xb3\xae\x2e\xce\x28\x17\xeb\x11\xe4\x83\xaa\x50\x5d\x14\x5f\x76\x76\xaa\x98\xbf\xaa\xee\xcf\x25\xdb\x27\x3f\xb9\xc3\x11\x97\x13\x74\x5e\xbe\x3e\x77\x51\xb9\x65\x70\xaf\xef\xee\xee\x6c\x73\xf3\xe9\xc6\x7e\xfd\xed\xee\xf7\x2b\xab\x7e\x19\x7e\x6f\xdc\xec\xdf\x00\x00\x00\xff\xff\xfa\x9a\xea\x84\x71\x04\x00\x00") func runtimeSyntaxRustMicroBytes() ([]byte, error) { return bindataRead( @@ -2034,7 +2034,7 @@ func runtimeSyntaxSedMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxShMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x54\x79\x73\xdb\x44\x14\xff\x3f\x9f\x42\x55\x3c\x8d\x94\x60\xd3\x96\xb6\x03\xe5\x30\x85\x02\xd3\x29\xd0\xce\x70\x4c\x06\xcb\x2d\xeb\xdd\x27\x6b\xd1\x1e\xea\xee\xdb\x38\xa6\xbf\x7e\x77\x66\x65\x3b\xe9\x10\xf2\x07\x33\xd2\x1e\xef\xfc\xbd\x63\x5f\xdc\x3a\x16\x97\x45\x19\x3b\x32\xa6\x2c\xca\x66\x16\xbb\xc9\xb8\xaf\x44\xec\xae\x0e\x41\x96\x45\x79\x75\xd8\xd1\xde\x08\xa3\x45\xa4\xb8\xe7\x7c\x70\xdd\xf3\xdb\xe4\x24\x6b\xef\xae\x24\x3e\x24\xec\x65\x86\xe0\x5b\x6d\xe8\x20\x71\x7d\x7d\xd5\xaf\x0f\xa7\x17\x3f\x7c\xf3\xdb\xf3\x1f\x9f\x95\x45\x39\xa3\x55\xd2\x46\x35\x19\xe1\xd3\x57\x2f\x76\xe4\xa3\x8e\x84\xa2\x50\x94\xaf\x8f\xef\xcc\x4e\x3f\xae\xc8\x5d\x14\x67\xf5\xbc\x5a\x89\x7a\x1e\xbb\xaa\xc0\xa4\x2e\x8f\x8e\x8e\x8b\x9f\x93\x5d\x51\x88\x47\xd2\x1b\x1f\x0a\xe9\x5d\x64\xe1\xb8\x28\x9b\xd5\xe2\xde\xf4\xb3\xe5\x59\xb3\x1a\xc5\xbe\xf5\x4e\xe9\x8c\x52\x98\x58\x08\xa7\xb2\x24\x07\x6f\x8a\xd6\xf8\xcd\x5e\x39\xb2\x60\xb2\xb4\xd3\xae\xa4\x88\x04\xe5\xa1\xbc\x23\x90\xd1\x2d\xc8\x44\x02\x45\x21\x41\x97\x9a\xd1\x6a\xb4\x3e\xe0\x10\x3e\x74\x0b\xed\x60\xbc\x14\x06\x81\x84\x42\x20\x4e\xc1\x21\x92\x21\xc9\x88\x9d\x6e\x19\xdc\x91\x03\x6b\x4b\x48\x8e\xb5\xc1\xa6\xd3\x86\xea\x0c\x72\x8f\x61\x20\xa9\x85\x29\xca\xaa\x79\x87\xe6\x3d\x9a\x0a\x4d\x8d\xe6\x73\x34\x4b\x34\x0b\xfc\x89\xa6\x41\x33\xc1\x17\xf8\x0a\x77\xf0\x25\xee\xa2\xc1\x2e\x0f\xbf\xe4\x52\x17\xd2\x5b\x2b\x9c\x3a\xa4\x83\xb7\x03\xed\x82\x51\x20\xd9\x79\xd0\xe5\xe0\x03\xc3\x10\x23\x12\x23\x59\x11\x7b\x24\x17\x89\xeb\xab\x44\x59\xeb\x5d\x61\xb4\x4b\x97\xb7\x9a\xab\xd6\xd0\xeb\x7a\x2e\x36\x3d\x72\x81\xa1\xf2\xd2\x6a\xa7\xd0\x6c\xde\xdd\xfb\xe8\xe1\xfb\x75\xa0\x01\xbd\x36\x66\x5c\x84\x31\x07\x86\xa1\x18\x61\x45\x4f\x18\x46\x76\x24\x85\xd8\x81\x45\xb8\x06\x10\x28\xb1\x36\xf1\x56\xef\x2b\x11\xe9\xf1\xc3\xec\x99\x9c\xb0\x04\x29\x18\xb2\x93\xde\x41\x76\xeb\x30\x40\x76\xd6\x2b\xc8\xce\x6f\x32\x25\x78\xcf\x90\x7d\x4c\x16\xd9\x20\xe4\x00\x19\x07\xa3\x19\x32\x31\x94\x60\x82\x52\x50\x2d\x94\x0e\xf9\x1f\x9d\xc5\x7c\x1a\x8d\xab\x04\x72\x17\x39\x71\xc2\xa9\xbc\x05\xb4\x42\x72\x2e\xbc\xc8\xfd\xd0\x5a\x46\xeb\x8d\x42\xee\x57\x74\x3e\xb2\x56\xc8\x5f\x6e\x44\x63\xf0\x97\xcf\x4d\xa1\x5d\x0f\x93\x9b\x63\x3d\x1a\x35\x11\x56\x3d\xca\x90\x6c\x9f\xdd\xda\xbe\xd5\xad\x87\xed\x9d\x57\xb0\x3d\x93\x1d\x60\x2f\xe0\xb4\x24\x38\x03\xe7\xbb\x34\xc0\x0d\xc1\x4b\xb8\x64\xb3\x4b\xaf\x30\x88\xc8\x84\x41\x70\x27\xbb\x1e\x83\x76\xfd\x16\x43\xc0\x10\xb4\xe3\x0c\x79\x3c\xb4\x18\xf8\x12\xc3\x46\x8d\x2d\x39\xe2\x08\x24\x4c\xd6\x42\xb0\x08\x36\xbb\x0f\xc9\xe5\xec\x45\x7a\x8b\x2a\x76\xe2\x3e\x62\x27\x1e\x3c\x78\x38\x6e\x8f\x1e\xe7\xed\x93\x4f\xc7\xdb\xa3\xfb\x0f\xea\x8c\x3a\x76\x61\xac\x5b\x6a\x11\x0d\xd1\x80\x98\xbb\x6a\x97\xd5\xfc\x8a\x10\x59\xad\x32\x93\x79\x8b\x51\x61\xeb\x24\x58\xe4\x5f\x1b\x30\x11\x98\x22\xef\x1e\x42\x5e\x7c\x62\xb0\x4f\xb2\x03\x07\x70\x48\x94\x17\x27\x73\x71\x78\xb4\x9d\x0d\xa5\x31\x77\xc9\xed\x6b\x91\x9c\x7e\x8b\xe4\xc6\x98\x52\xa4\x10\x71\x91\x83\xd9\x48\x6c\x3a\x9f\x7f\x61\x35\xb6\x14\xeb\x9b\x23\xa0\x68\x8d\x58\xc7\x9b\xcf\x7e\x3a\x5d\x88\xe9\xdf\xd3\xe5\x59\xf9\x1f\x23\xa1\x18\x99\x99\x97\x9f\x1b\x07\xed\xd6\xff\x1e\x3b\xb3\x38\x92\x8b\xb2\xac\x9a\x66\x86\xc5\xeb\x72\x59\x9f\x96\xe5\x6d\x52\x27\x7b\xa9\x93\x65\x7d\x7a\x72\x63\x02\x94\x37\x28\x27\xa3\xeb\xdf\x45\xd0\x62\x65\xe8\xe0\x5c\x2b\x72\xac\x5b\x4d\xa1\xa8\x74\x5d\x94\xcd\xa4\x79\x37\xcf\xc3\xef\xe9\xf4\x8f\x37\x77\xbe\x3e\x9e\x9c\xce\xa7\xcb\xb3\xe6\xfd\xbc\xfc\xff\x0a\xfb\x81\x40\x8e\x63\x71\xb7\xf8\xf5\xe5\xb3\x97\xd7\x21\xdb\x5d\x5e\xaa\xd7\x58\x2c\x9e\xc4\x41\x48\x7a\xb2\x5c\xd6\xc7\xb3\xd3\xc9\xc1\x11\x7b\xe5\x8b\xb2\xca\x6a\x38\x3f\x3f\xc7\xf7\xcf\xcf\x7f\xfa\xae\x7e\x32\x2f\x8f\xfe\x09\x00\x00\xff\xff\xc5\x07\x46\x5c\xa1\x06\x00\x00") +var _runtimeSyntaxShMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x54\x6b\x6f\xdb\x36\x17\xfe\x9e\x5f\xa1\x2a\x46\x23\x25\xaf\xfd\xb6\x5d\x5b\x6c\xdd\xc5\xeb\xd6\x6d\x28\xba\xad\x05\x76\x41\x30\xcb\xed\x68\xf2\xc8\xe2\xc4\x8b\x4a\x1e\xc6\xf1\xfa\xe4\xbf\x0f\x94\xed\xa4\x40\x96\x0f\x03\x24\xf2\xf0\xdc\xf9\x9c\xc3\x13\xb7\x8e\xc5\x65\x51\xc6\x8e\x8c\x29\x8b\xb2\x99\xc5\x6e\x32\xee\x2b\x11\xbb\x6b\x22\xc8\xb2\x28\xaf\x89\x1d\xef\x9d\x30\x5a\x44\x8a\x7b\xc9\x47\xc7\xbd\xbc\x4d\x4e\xb2\xf6\xee\x5a\xe3\x63\xc6\x5e\x67\x08\xbe\xd5\x86\x0e\x1a\x37\xc7\x37\xfd\xfa\x40\xbd\xfa\xe1\x9b\xdf\x5e\xfe\xf8\xa2\x2c\xca\x19\xad\x92\x36\xaa\xc9\x19\x3e\x7f\xf3\x6a\xc7\x3e\xea\x48\x28\x0a\x45\xf9\xf6\xf8\xde\xec\xf4\xff\x15\xb9\x8b\xe2\xac\x9e\x57\x2b\x51\xcf\x63\x57\x15\x98\xd4\xe5\xd1\xd1\x71\xf1\x73\xb2\x2b\x0a\xf1\x48\x7a\xe3\x43\x21\xbd\x8b\x2c\x1c\xcf\xdc\xc8\x2e\xca\x66\xb5\x78\x30\xfd\x6c\x79\xd6\xac\x46\xed\x6f\xbd\x53\x3a\x27\x2b\x4c\x2c\x84\x53\xd9\x80\x83\x37\x45\x6b\xfc\x66\xef\x23\xb2\x60\xb2\xe4\x38\x5b\x57\x52\x44\x82\xf2\x50\xde\x11\xc8\xe8\x16\x64\x22\x81\xa2\x90\xa0\x4b\xcd\x68\x35\x5a\x1f\x70\x40\x01\xba\x85\x76\x30\x5e\x0a\x83\x40\x42\x21\x10\xa7\xe0\x10\xc9\x90\x64\xc4\x4e\xb7\x0c\xee\xc8\x81\xb5\x25\x24\xc7\xda\x60\xd3\x69\x43\x75\x4e\x72\x9f\xc3\x40\x52\x0b\x53\x94\x55\xf3\x01\xcd\x15\x9a\x0a\x4d\x8d\xe6\x73\x34\x4b\x34\x0b\xfc\x89\xa6\x41\x33\xc1\x17\xf8\x0a\xf7\xf0\x25\xee\xa3\xc1\x0e\x8e\x5f\x72\xc5\x0b\xe9\xad\x15\x4e\x1d\x50\xe1\xed\x40\xbb\xcb\x28\x90\xec\x3c\xe8\x72\xf0\x81\x61\x88\x11\x89\x91\xac\x88\x3d\x92\x8b\xc4\xf5\x35\x50\xd6\x7a\x57\x18\xed\xd2\xe5\x9d\xee\xaa\x35\xf4\xba\x9e\x8b\x4d\x8f\x5c\x67\xa8\xbc\xb4\xda\x29\x34\x9b\x0f\x0f\xfe\xf7\xf8\x6a\x1d\x68\x40\xaf\x8d\x19\x17\x61\xcc\x41\x60\x28\x46\x58\xd1\x13\x86\x51\x1c\x49\x21\x76\x60\x11\x6e\x12\x08\x94\x58\x9b\x78\x67\xf4\x95\x88\xf4\xf4\x71\x8e\x4c\x4e\x58\x82\x14\x0c\xd9\x49\xef\x20\xbb\x75\x18\x20\x3b\xeb\x15\x64\xe7\x37\x99\x13\xbc\x67\xc8\x3e\x26\x8b\xec\x10\x72\x80\x8c\x83\xd1\x0c\x99\x18\x4a\x30\x41\x29\xa8\x16\x4a\x87\xfc\x8f\xc1\x62\xa6\x46\xe7\x2a\x81\xdc\x45\x06\x4e\x38\x95\xb7\x80\x56\x48\xce\x85\x17\xb9\x1f\x5a\xcb\x68\xbd\x51\xc8\x6d\x8b\xce\x47\xd6\x0a\xf9\xcb\xfd\x68\x0c\xfe\xf2\xb9\x29\xb4\xeb\x61\x72\x73\xac\x47\xa7\x26\xc2\xaa\x27\x39\x25\xdb\xe7\xb0\xb6\x6f\x75\xeb\x61\x7b\xe7\x15\x6c\xcf\x64\x07\xd8\x0b\x38\x2d\x09\xce\xc0\xf9\x2e\x0d\x70\x43\xf0\x12\x2e\xd9\x1c\xd2\x2b\x0c\x22\x32\x61\x10\xdc\xc9\xae\xc7\xa0\x5d\xbf\xc5\x10\x30\x04\xed\x38\xa7\x3c\x12\x2d\x06\xbe\xc4\xb0\x51\x63\x4b\x8e\x79\x04\x12\x26\x5b\x21\x58\x04\x9b\xc3\x87\xe4\x32\x7a\x91\xde\xa3\x8a\x9d\x78\x88\xd8\x89\x47\x8f\x1e\x8f\xdb\x93\xa7\x79\xfb\xe4\xd3\xf1\xf4\xe4\xe1\xa3\x3a\x67\x1d\xbb\x30\xd6\x2d\xb5\x88\x86\x68\x40\xcc\x5d\xb5\x43\x35\xbf\x22\x44\x56\xab\x2c\x64\xde\x62\x34\xd8\x3a\x09\x16\xf9\xd7\x06\x4c\x04\xa6\xc8\xbb\x87\x90\x17\x9f\x18\xec\x93\xec\xc0\x01\x1c\x12\xe5\xc5\xc9\x5c\x1c\x1e\x7d\x67\x47\x69\xc4\x2e\xb9\x7d\x2d\x92\xd3\xef\x91\xdc\x78\xa7\x14\x29\x44\x5c\xe4\xcb\x6c\x24\x36\x9d\xcf\xbf\xb0\x1a\x5b\x8a\xf5\xed\x11\x50\xb4\x46\xac\xe3\xed\x67\x3f\x9d\x2e\xc4\xf4\xef\xe9\xf2\xac\xfc\x97\x91\x50\x8c\xc2\x2c\xcb\xcf\x8d\x83\x76\xeb\x5b\xd3\x27\x8e\xec\xa2\x2c\xab\xa6\x99\x61\xf1\xb6\x5c\xd6\xa7\x65\x79\x97\xd6\xc9\x5e\xeb\x64\x59\x9f\x9e\xdc\x9a\x00\xe5\x2d\xce\xc9\x18\xfa\x77\x11\xb4\x58\x19\x3a\x04\xd7\x8a\x1c\xeb\x56\x53\x28\x2a\x5d\x17\x65\x33\x69\x3e\xcc\xf3\xf0\x7b\x3e\xfd\xe3\xdd\xbd\xaf\x8f\x27\xa7\xf3\xe9\xf2\xac\xb9\x9a\x97\xff\xdd\x60\x3f\x10\xc8\x71\x2c\xee\x17\xbf\xbe\x7e\xf1\xfa\xe6\xca\x76\x87\x4b\xf5\x16\x8b\xc5\xb3\x38\x08\x49\xcf\x96\xcb\xfa\x78\x76\x3a\x39\x04\x62\xaf\x7c\x51\x56\xd9\x0c\xe7\xe7\xe7\xf8\xfe\xe5\xf9\x4f\xdf\xd5\xcf\xe6\xe5\xd1\x3f\x01\x00\x00\xff\xff\xee\x70\x27\x51\xa8\x06\x00\x00") func runtimeSyntaxShMicroBytes() ([]byte, error) { return bindataRead( @@ -2094,7 +2094,7 @@ func runtimeSyntaxSqlMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxSwiftMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x52\xdb\x6e\xd3\x40\x10\x7d\xf7\x57\x2c\x13\x40\x89\x4b\x13\x6e\xaa\xb8\x95\xaa\x50\x21\x55\x48\xed\x43\xca\x53\x1c\xa4\x8d\x3d\x4e\x16\x36\xb3\xd6\xec\x38\x8e\xd1\x7c\x3c\xb2\x49\xa3\x8a\xe4\xb1\x96\xac\x5d\xaf\xcf\x9c\x8b\x8f\x07\x8f\x7a\x25\x03\x33\x6d\x5c\x29\x26\xb6\x24\x76\x6b\x56\x6e\xb9\xf2\x6e\xb9\x12\x47\x4b\x53\x06\x36\x37\x96\xc2\x38\x79\x64\xd1\x64\xa7\x06\xb1\xd3\x06\x03\xd9\xb8\xdf\x3d\x85\x24\x19\x98\xdb\x0a\xd9\x4a\xe0\x98\xe4\xc1\x07\x36\x51\xac\xe0\x1a\x49\x0c\xcc\xc6\x1f\x3e\xbe\x38\x49\xf5\xfc\xc9\x45\xf6\x6c\x0e\x06\x3e\x81\x81\xcf\x60\x60\x02\x06\x4e\xc1\xc0\xf3\x9e\x61\x7a\x3f\x71\x48\x61\x60\x98\x7b\x1b\xa3\xba\x75\x15\x58\xd4\xa3\xe8\xc6\xb2\x46\xe1\x3a\x17\x45\xaa\xd7\x5a\xd6\x94\xab\x2b\x15\x7d\x44\x8d\x8d\x93\x7c\xa5\xb9\x8d\xa8\x05\x96\xb6\xf6\xa2\x65\x60\x75\xa4\x8e\x04\x99\xac\x57\xdc\xee\x36\x35\x85\x86\xb0\xd0\x8a\xdd\xc6\x0a\x6a\x55\x2f\xbc\xcb\x55\x56\x1c\x9a\x38\xca\x0c\x1c\xf3\x53\x31\x96\x6e\xab\x55\x88\xd2\xad\x61\x17\xbf\x67\xa5\xe8\x02\xa9\xb7\x7f\x5a\x5d\xa2\x68\xec\x6f\x5f\x6a\xe3\xbc\x9f\xa2\x68\xe1\x8a\x6e\x09\x1b\x64\x76\x05\x6a\xac\x2b\x64\xcd\x03\x6d\x90\x1c\x52\x8e\xda\xa0\xfd\xdd\xa5\x0b\xb4\xd4\x75\x2d\xb6\x6b\x56\x19\xa5\x66\xd2\x65\x6d\xb9\xe8\x6d\x25\x03\xf3\x1d\xdb\x26\x70\x71\xe4\xab\x0f\x2b\x76\x24\xa3\x43\xf3\x30\x74\xe4\xba\x17\xc9\xc0\xdc\xd4\xeb\x05\xee\x3b\xcb\x03\x45\xb1\x3d\x64\xf6\xf2\xf4\xfd\xfc\x64\x74\x5f\x0c\x15\x96\x0b\x73\xd7\x56\x78\x8f\x95\xb6\x42\x03\x99\x19\x0e\x7f\x8c\x2e\xae\x49\x86\xef\xf4\xd5\x99\xbe\x79\xad\x67\x6f\x47\x7b\xd1\x07\x84\xc2\x35\x6a\x69\xbb\x72\xc8\xf9\x3d\x62\x4f\x73\x15\xea\x85\x47\x9d\x0a\x77\x51\xbf\xf9\x60\x45\xbf\x84\xe0\xd1\x92\x5e\xb9\x5c\x5c\x20\xcb\xad\x5e\x32\xdb\x56\xaf\x1f\x04\xdb\x33\x5c\x52\x7b\xbb\xf8\x85\xf9\x2e\xda\x1d\x6e\xe5\x3f\x1b\xe3\xd8\xb3\x1b\x80\xd9\x4f\x98\xa7\xd0\xe3\xbe\x86\xf5\xc3\x9f\x2e\xff\xf7\x68\x60\x32\x19\xa7\x70\x78\x78\xe4\x34\x8a\x65\x39\x87\x49\x96\x66\x29\x18\xa4\xe2\x1c\xb2\x74\x72\x30\x3b\x9b\xa4\xe9\x1c\x92\xbf\x01\x00\x00\xff\xff\xbb\x83\xdc\xdb\x0b\x04\x00\x00") +var _runtimeSyntaxSwiftMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x52\xdf\x6f\xd3\x40\x0c\x7e\xcf\x5f\x71\xb8\x80\xd2\x8c\xb5\xfc\xd2\xc4\xaf\x31\x0d\x26\xa4\x09\x69\x7b\xe8\x78\x6a\x8b\x74\x4d\x9c\xf6\xe0\xea\x8b\x7c\x4e\xd3\x20\xff\xf1\x28\xa1\xad\x26\xba\xc7\x45\x8a\xec\x38\xf6\xf7\xf9\xbb\xef\x06\x8f\xfa\x24\x03\x33\x69\x5c\x29\x26\xb6\x24\x76\x6b\x56\x6e\xb9\xf2\x6e\xb9\x12\x47\x4b\x53\x06\x36\x37\x96\xc2\x28\x79\x64\xd2\x64\xc7\x06\xb1\xe3\x06\x03\xb3\x51\x9f\x3d\x85\x24\x19\x98\xdb\x0a\xd9\x4a\xe0\x98\xe4\xc1\x07\x36\x51\xac\xe0\x1a\x49\x0c\x4c\x47\x1f\x3e\xbe\x38\xc9\xf4\xfc\xc9\xc5\xec\xd9\x1c\x0c\x7c\x02\x03\x9f\xc1\xc0\x18\x0c\x9c\x82\x81\xe7\x3d\xc2\x64\x3f\x71\x0c\x61\x20\xcd\xbd\x8d\x51\xdd\xba\x0a\x2c\xea\x51\x74\x63\x59\xa3\x70\x9d\x8b\x22\xd5\x6b\x2d\x6b\xca\xd5\x95\x8a\x3e\xa2\xc6\xc6\x49\xbe\xd2\xdc\x46\xd4\x02\x4b\x5b\x7b\xd1\x32\xb0\x3a\x52\x47\x82\x4c\xd6\x2b\x6e\x77\x49\x4d\xa1\x21\x2c\xb4\x62\xb7\xb1\x82\x5a\xd5\x0b\xef\x72\x95\x15\x87\x26\x0e\x67\x06\x1e\xda\xa7\x62\x2c\xdd\x56\xab\x10\xa5\x8b\x61\x27\xbf\x47\xa5\xe8\x02\xa9\xb7\x7f\x5a\x5d\xa2\x68\xec\x5f\x5f\x6a\xe3\xbc\x9f\xa0\x68\xe1\x8a\x2e\x84\x0d\x32\xbb\x02\x35\xd6\x15\xb2\xe6\x81\x36\x48\x0e\x29\x47\x6d\xd0\xfe\xee\xd4\x05\x5a\xea\xba\x16\xdb\x39\xab\x8c\x52\x33\xe9\xb2\xb6\x5c\xf4\x6b\x25\x03\xf3\x1d\xdb\x26\x70\xf1\xc0\xa9\xa7\x15\x3b\x92\xe1\xf1\xf2\x90\x3a\x72\xdd\x8f\x64\x60\x6e\xea\xf5\x02\x0f\x9e\xe5\x81\xa2\x58\x92\x11\xf5\x65\x03\xe9\xf4\xe5\xe9\xfb\xf9\xc9\x70\xef\x0f\x15\x96\x0b\x73\xd7\x56\xb8\x1f\x91\xb6\x42\x03\x33\x93\xa6\x3f\x86\x17\xd7\x24\xe9\x3b\x7d\x75\xa6\x6f\x5e\xeb\xd9\xdb\xe1\x81\x7b\x8f\x6b\x20\x15\xae\x51\x4b\xdb\x79\x44\xce\x1f\x3a\x0e\x30\x57\xa1\x5e\x78\xd4\x89\x70\xa7\xf8\x9b\x0f\x56\xf4\x4b\x08\x1e\x2d\xe9\x95\xcb\xc5\x05\xb2\xdc\xea\x25\xb3\x6d\xf5\xfa\x9e\xbe\x03\xc2\x25\xb5\xb7\x8b\x5f\x98\xef\x14\xde\xe1\x56\xfe\x97\x17\x7b\x74\x03\x30\xfd\x09\xf3\x0c\xfa\xbe\xaf\x61\x7d\xff\xee\xe5\xff\x3e\x0d\x8c\xc7\xa3\x0c\x8e\x8b\x0f\x54\xa3\x58\x96\x73\x18\xcf\xb2\x59\x06\x06\xa9\x38\x87\x59\x36\x3e\x9a\x9d\x8e\xb3\x6c\x0e\xc9\xdf\x00\x00\x00\xff\xff\x53\xfa\x18\xee\x12\x04\x00\x00") func runtimeSyntaxSwiftMicroBytes() ([]byte, error) { return bindataRead( @@ -2194,7 +2194,7 @@ func runtimeSyntaxValaMicro() (*asset, error) { return a, nil } -var _runtimeSyntaxViMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\xd0\xc1\x4a\x03\x31\x10\x80\xe1\x7b\x9f\x22\x0e\xc5\x26\x0b\x5d\xbd\x5a\x90\xc5\xd7\x30\x99\x96\x6d\x9a\xca\xc0\x66\x52\x92\x6c\x58\x65\x1e\x5e\x84\x45\x3d\xe8\x6d\xe6\xf0\x0d\x3f\x53\xde\xb9\x8e\x8b\x82\x46\xa0\x40\x1f\xe5\x41\x5c\x6f\x74\x58\xa4\x51\x34\xd9\x6f\xc5\xf5\x8d\x22\x6c\x36\x3e\x4d\x29\x2b\xba\x04\xae\x74\xa5\x90\x15\xd8\x97\xfd\xeb\xb8\xff\x38\xe1\x3a\x3c\xee\x9f\x4e\xd8\x59\x7b\x28\xb7\xd1\x87\x03\x62\x67\xb5\x41\x58\x65\xa9\x63\x0d\x31\x70\x55\x0a\xdc\x59\x5b\x6e\x4b\x49\x34\x79\x1c\x34\xa7\x1c\x64\x66\x33\xc4\xf1\x26\x96\xdb\xb4\x20\x8b\x25\x9f\x70\xe0\x24\xd6\xd3\x94\xda\x82\x76\x8e\x28\x65\x98\x39\x1a\x77\xfe\xe7\x6a\xe1\x94\x85\x67\x16\x8e\x52\x42\x15\xba\x4a\xe0\x0b\x5d\x65\x0a\x55\x66\x9e\x42\xfd\xd3\x82\xbd\xbb\x7f\xfe\x2e\xf5\x89\x4b\x1d\xb9\xf6\xa5\x66\xe2\x37\x05\xa0\x9d\xeb\xc5\x1e\x01\x4d\x07\xb2\x5b\xb7\x1d\x9a\x6e\xf7\x63\xe2\x5a\xa1\x8f\xf2\xeb\x05\xc6\xc1\x97\xeb\xb6\xb0\xf9\x0c\x00\x00\xff\xff\x85\x88\x30\x78\x6a\x01\x00\x00") +var _runtimeSyntaxViMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x90\xc1\x6a\xeb\x30\x10\x45\xf7\xf9\x0a\xbd\x21\xbc\x48\x2e\x76\xb3\x4d\xa0\x98\xfe\x46\xa5\x49\xb0\x15\xa5\x0c\x58\xa3\x60\xc9\xc6\x2d\xf3\xf1\x25\x60\xda\x42\xdb\xdd\xcc\xe2\xdc\x7b\x39\xf9\x8d\x4b\xb7\x28\x98\x09\x14\xe8\x93\x3c\x8a\x6b\x8c\x0e\x8b\xcc\x14\xcd\xe8\xb7\xe2\x9a\x99\x22\x6c\x36\x3e\x0d\x69\x54\x74\x09\x5c\xe8\x4a\x61\x54\x60\x9f\xeb\x97\xae\x7e\x3f\xe3\x7a\xec\xeb\xc3\x19\x2b\x6b\x8f\xf9\xd6\xf9\x70\x44\xac\xac\x36\x08\x2b\x99\x4b\x57\x42\x0c\x5c\x94\x02\xd7\x6b\xcb\xf3\x92\x13\x0d\x1e\x5b\xcd\x69\x0c\x32\xb1\x69\x63\x77\x13\xcb\xf3\xb0\x20\x8b\x25\x9f\xb0\xe5\x24\xd6\xd3\x90\xe6\x05\xed\x14\x51\x72\x3b\x71\x34\xae\xff\x23\x35\x73\x1a\x85\x27\x16\x8e\x92\x43\x11\xba\x4a\xe0\x0b\x5d\x65\x08\x45\x26\x1e\x42\xf9\x95\x05\xfb\xef\xff\xd3\xe7\x52\x9f\x38\x97\x8e\x4b\x93\xcb\x48\xfc\xaa\x00\xb4\x73\x8d\xd8\x13\xa0\xa9\x40\x76\xeb\xb7\x43\x53\xed\x7e\x30\x3c\xc5\xfe\x2e\xc7\xf5\x76\x5f\x1f\xf0\xe1\xab\xce\xa7\xb8\x0e\xd5\x27\xf9\x66\xc9\x38\xb8\x47\x57\x5b\xd8\x7c\x04\x00\x00\xff\xff\xd6\x83\x59\x32\x8d\x01\x00\x00") func runtimeSyntaxViMicroBytes() ([]byte, error) { return bindataRead( diff --git a/cmd/micro/settings.go b/cmd/micro/settings.go index 15a1658f..cdeed091 100644 --- a/cmd/micro/settings.go +++ b/cmd/micro/settings.go @@ -150,12 +150,12 @@ func GetOption(name string) interface{} { return GetGlobalOption(name) } -// DefaultSettings returns the default settings for micro +// DefaultGlobalSettings returns the default global settings for micro // Note that colorscheme is a global only option func DefaultGlobalSettings() map[string]interface{} { return map[string]interface{}{ "autoindent": true, - "colorscheme": "monokai", + "colorscheme": "zenburn", "cursorline": false, "ignorecase": false, "indentchar": " ", diff --git a/runtime/colorschemes/zenburn.micro b/runtime/colorschemes/zenburn.micro index 655f603d..8f282bc2 100644 --- a/runtime/colorschemes/zenburn.micro +++ b/runtime/colorschemes/zenburn.micro @@ -14,6 +14,7 @@ color-link todo "bold 254,237" color-link statusline "186,236" color-link indent-char "238,237" color-link line-number "188,238" -color-link gutter-error "115,236" +color-link gutter-error "237,174" +color-link gutter-warning "174,237" color-link cursor-line "238" color-link current-line-number "188,237" diff --git a/runtime/syntax/c.micro b/runtime/syntax/c.micro index 72de5717..6ebfb306 100644 --- a/runtime/syntax/c.micro +++ b/runtime/syntax/c.micro @@ -21,6 +21,7 @@ color statement "[.:;,+*|=!\%]" "<" ">" "/" "-" "&" #Parenthetical Color # color magenta "[(){}]" "\[" "\]" +color constant.number "\b[0-9]+\b" ## ## String highlighting. You will in general want your brightblacks and diff --git a/runtime/syntax/d.micro b/runtime/syntax/d.micro index c52e28f3..210e570d 100644 --- a/runtime/syntax/d.micro +++ b/runtime/syntax/d.micro @@ -13,27 +13,27 @@ color statement "\.\.(\.)?|!|\*|&|~|\(|\)|\[|\]|\\|/|\+|-|%|<|>|\?|:|;" color error "(0[0-7_]*)(L[uU]?|[uU]L?)?" ## Decimal integer literals -color constant "([0-9]|[1-9][0-9_]*)(L[uU]?|[uU]L?)?" +color constant.number "([0-9]|[1-9][0-9_]*)(L[uU]?|[uU]L?)?" ## Binary integer literals color constant "(0[bB][01_]*)(L[uU]?|[uU]L?)?" ## Decimal float literals -color constant "[0-9][0-9_]*\.([0-9][0-9_]*)([eE][+-]?([0-9][0-9_]*))?[fFL]?i?" -color constant "[0-9][0-9_]*([eE][+-]?([0-9][0-9_]*))[fFL]?i?" -color constant "[^.]\.([0-9][0-9_]*)([eE][+-]?([0-9][0-9_]*))?[fFL]?i?" -color constant "[0-9][0-9_]*([fFL]?i|[fF])" +color constant.number "[0-9][0-9_]*\.([0-9][0-9_]*)([eE][+-]?([0-9][0-9_]*))?[fFL]?i?" +color constant.number "[0-9][0-9_]*([eE][+-]?([0-9][0-9_]*))[fFL]?i?" +color constant.number "[^.]\.([0-9][0-9_]*)([eE][+-]?([0-9][0-9_]*))?[fFL]?i?" +color constant.number "[0-9][0-9_]*([fFL]?i|[fF])" ## Hexadecimal integer literals -color constant "(0[xX]([0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F]))(L[uU]?|[uU]L?)?" +color constant.number "(0[xX]([0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F]))(L[uU]?|[uU]L?)?" ## Hexadecimal float literals -color constant "0[xX]([0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F])(\.[0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F])?[pP][+-]?([0-9][0-9_]*)[fFL]?i?" -color constant "0[xX]\.([0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F])[pP][+-]?([0-9][0-9_]*)[fFL]?i?" +color constant.number "0[xX]([0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F])(\.[0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F])?[pP][+-]?([0-9][0-9_]*)[fFL]?i?" +color constant.number "0[xX]\.([0-9a-fA-F][0-9a-fA-F_]*|[0-9a-fA-F_]*[0-9a-fA-F])[pP][+-]?([0-9][0-9_]*)[fFL]?i?" ## Character literals -color constant "'([^\']|\\(['"?\abfnrtv]|x[[:xdigit:]]{2}|[0-7]{1,3}|u[[:xdigit:]]{4}|U[[:xdigit:]]{8}|&.*;))'" +color constant.string "'([^\']|\\(['"?\abfnrtv]|x[[:xdigit:]]{2}|[0-7]{1,3}|u[[:xdigit:]]{4}|U[[:xdigit:]]{8}|&.*;))'" ## Keywords ## a-e diff --git a/runtime/syntax/java.micro b/runtime/syntax/java.micro index 948bbc35..0dd8d5d0 100644 --- a/runtime/syntax/java.micro +++ b/runtime/syntax/java.micro @@ -6,6 +6,7 @@ color statement "\b(break|case|catch|continue|default|do|else|finally|for|if|ret color type "\b(abstract|class|extends|final|implements|import|instanceof|interface|native|package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)\b" color constant.string ""[^"]*"" color constant "\b(true|false|null)\b" +color constant.number "\b[0-9]+\b" color comment "//.*" color comment start="/\*" end="\*/" color comment start="/\*\*" end="\*/" diff --git a/runtime/syntax/javascript.micro b/runtime/syntax/javascript.micro index 434b2bef..cec6a1ab 100644 --- a/runtime/syntax/javascript.micro +++ b/runtime/syntax/javascript.micro @@ -1,9 +1,9 @@ syntax "javascript" "\.js$" -color blue "\b[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\b" -color blue "\b[-+]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([EePp][+-]?[0-9]+)?[fFlL]?" -color blue "\b[-+]?([0-9]+[EePp][+-]?[0-9]+)[fFlL]?" -color brightblue "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]" +color constant.number "\b[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\b" +color constant.number "\b[-+]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([EePp][+-]?[0-9]+)?[fFlL]?" +color constant.number "\b[-+]?([0-9]+[EePp][+-]?[0-9]+)[fFlL]?" +color identifier "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]" color statement "\b(break|case|catch|continue|default|delete|do|else|finally)\b" color statement "\b(for|function|get|if|in|instanceof|new|return|set|switch)\b" color statement "\b(switch|this|throw|try|typeof|var|void|while|with)\b" diff --git a/runtime/syntax/lua.micro b/runtime/syntax/lua.micro index 4cda8ff0..2d755f87 100644 --- a/runtime/syntax/lua.micro +++ b/runtime/syntax/lua.micro @@ -46,7 +46,7 @@ color constant "\b(false|nil|true)\b" color statement "(\b(dofile|require|include)|%q|%!|%Q|%r|%x)\b" # Numbers -color constant "\b([0-9]+)\b" +color constant.number "\b([0-9]+)\b" # Symbols color statement "(\(|\)|\[|\]|\{|\})" diff --git a/runtime/syntax/python.micro b/runtime/syntax/python.micro index c51a7a18..ed5f5302 100644 --- a/runtime/syntax/python.micro +++ b/runtime/syntax/python.micro @@ -30,7 +30,7 @@ color statement "[.:;,+*|=!\%@]" "<" ">" "/" "-" "&" color statement "[(){}]" "\[" "\]" ## numbers -color constant "\b[0-9]+\b" +color constant.number "\b[0-9]+\b" ## strings color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'" diff --git a/runtime/syntax/ruby.micro b/runtime/syntax/ruby.micro index f56a9639..53ab3d3b 100644 --- a/runtime/syntax/ruby.micro +++ b/runtime/syntax/ruby.micro @@ -7,6 +7,7 @@ header "^#!.*/(env +)?ruby( |$)" color statement "\b(BEGIN|END|alias|and|begin|break|case|class|def|defined\?|do|else|elsif|end|ensure|false|for|if|in|module|next|nil|not|or|redo|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield)\b" ## Constants color constant "(\$|@|@@)?\b[A-Z]+[0-9A-Z_a-z]*" +color constant.number "\b[0-9]+\b" ## Ruby "symbols" color constant (i) "([ ]|^):[0-9A-Z_]+\b" ## Some unique things we want to stand out @@ -15,14 +16,14 @@ color constant "\b(__FILE__|__LINE__)\b" color constant "/([^/]|(\\/))*/[iomx]*" "%r\{([^}]|(\\}))*\}[iomx]*" ## Shell command expansion is in `backticks` or like %x{this}. These are ## "double-quotish" (to use a perlism). -color constant "`[^`]*`" "%x\{[^}]*\}" +color constant.string "`[^`]*`" "%x\{[^}]*\}" ## Strings, double-quoted -color constant ""([^"]|(\\"))*"" "%[QW]?\{[^}]*\}" "%[QW]?\([^)]*\)" "%[QW]?<[^>]*>" "%[QW]?\[[^]]*\]" "%[QW]?\$[^$]*\$" "%[QW]?\^[^^]*\^" "%[QW]?![^!]*!" +color constant.string ""([^"]|(\\"))*"" "%[QW]?\{[^}]*\}" "%[QW]?\([^)]*\)" "%[QW]?<[^>]*>" "%[QW]?\[[^]]*\]" "%[QW]?\$[^$]*\$" "%[QW]?\^[^^]*\^" "%[QW]?![^!]*!" ## Expression substitution. These go inside double-quoted strings, ## "like #{this}". color special "#\{[^}]*\}" ## Strings, single-quoted -color constant "'([^']|(\\'))*'" "%[qw]\{[^}]*\}" "%[qw]\([^)]*\)" "%[qw]<[^>]*>" "%[qw]\[[^]]*\]" "%[qw]\$[^$]*\$" "%[qw]\^[^^]*\^" "%[qw]![^!]*!" +color constant.string "'([^']|(\\'))*'" "%[qw]\{[^}]*\}" "%[qw]\([^)]*\)" "%[qw]<[^>]*>" "%[qw]\[[^]]*\]" "%[qw]\$[^$]*\$" "%[qw]\^[^^]*\^" "%[qw]![^!]*!" ## Comments color comment "#[^{].*$" "#$" color comment "##[^{].*$" "##$" diff --git a/runtime/syntax/rust.micro b/runtime/syntax/rust.micro index 6e6410e4..560d4242 100644 --- a/runtime/syntax/rust.micro +++ b/runtime/syntax/rust.micro @@ -16,6 +16,9 @@ color special "[a-z_]+!" # Constants color constant "[A-Z][A-Z_]+" +# Numbers +color constant.number "\b[0-9]+\b" + # Traits/Enums/Structs/Types/etc. color type "[A-Z][a-z]+" diff --git a/runtime/syntax/sh.micro b/runtime/syntax/sh.micro index 71d72596..cafa57b3 100644 --- a/runtime/syntax/sh.micro +++ b/runtime/syntax/sh.micro @@ -2,7 +2,7 @@ syntax "shell" "\.sh$" "\.bash" "\.bashrc" "bashrc" "\.bash_aliases" "bash_alias header "^#!.*/(env +)?(ba)?sh( |$)" # Numbers -color constant "\b[0-9]+\b" +color constant.number "\b[0-9]+\b" # Conditionals and control flow color statement "\b(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\b" diff --git a/runtime/syntax/swift.micro b/runtime/syntax/swift.micro index 15b6a548..bf6f6a05 100644 --- a/runtime/syntax/swift.micro +++ b/runtime/syntax/swift.micro @@ -16,7 +16,7 @@ color statement "(print)" color statement "(init)" # Numbers -color constant "([0-9]+)" +color constant.number "([0-9]+)" # Standard Types color type "\ ((U)?Int(8|16|32|64))" diff --git a/runtime/syntax/vi.micro b/runtime/syntax/vi.micro index b7e4181e..077ef756 100644 --- a/runtime/syntax/vi.micro +++ b/runtime/syntax/vi.micro @@ -5,4 +5,5 @@ color statement "\b([nvxsoilc]?(nore|un)?map|[nvlx]n|[ico]?no|[cilovx][um]|s?un color statement "\b(snor|nun|nm|set|if|endif|let|unlet)\b" color statement "[!&=]" color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'" +color constant.number "\b[0-9]+\b" color comment "(^|[[:space:]])\"[^"]*$"