Use shell.micro for PKGBUILD files

Fixes #345
This commit is contained in:
Zachary Yedidia 2016-09-09 12:31:44 -04:00
parent 301e86a46e
commit 8c0544c264
3 changed files with 2 additions and 48 deletions

View file

@ -85,7 +85,6 @@
// runtime/syntax/perl6.micro
// runtime/syntax/php.micro
// runtime/syntax/pkg-config.micro
// runtime/syntax/pkgbuild.micro
// runtime/syntax/po.micro
// runtime/syntax/pov.micro
// runtime/syntax/privoxy-action.micro
@ -1882,26 +1881,6 @@ func runtimeSyntaxPkgConfigMicro() (*asset, error) {
return a, nil
}
var _runtimeSyntaxPkgbuildMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x94\xdf\x6b\xdb\x30\x10\xc7\xdf\xf3\x57\x08\x25\x30\x3b\x0c\x43\xbb\x65\xec\xa1\x19\x6c\xa4\x1b\x61\x7b\x28\xdd\x06\x7b\x10\x1d\x8a\x74\xb6\x85\x65\x49\x9c\xe4\x2e\xa1\xea\xff\x3e\xe4\xd6\xa5\xe9\xaf\x84\xe6\xe5\xee\x8b\x75\xfa\x58\xdf\xf3\x59\xe3\x31\xf9\x8c\xa2\x26\x67\xdf\xbf\x7d\xf9\xbd\xfc\xb1\x20\xa5\xd2\xe0\x47\xe3\xf1\xc8\x6f\x4c\xe0\x6b\x42\x5d\x53\xad\x3a\xa5\x25\x25\xf4\xa2\x98\x0e\x75\x13\x3a\x12\x56\x5b\x24\x15\x02\x18\xe2\x03\xc7\x30\xa7\x17\x05\x25\x60\xe4\x9c\xde\x2d\x8b\x0d\x37\xfd\xc6\x2c\x71\xb8\x87\xe8\x9a\xca\xf0\xb6\xcf\x97\x80\x29\x21\xe8\x94\x24\x78\x11\x39\x8a\x3a\x76\xa8\xa3\x56\x02\x8c\x87\xbc\x98\xce\x8b\xe9\x1d\x6e\x85\xaa\xaa\xc3\x0d\x94\x9d\xbc\x96\xc9\x3e\x3d\xc5\xcb\xd8\x24\xb2\x09\xbb\x4a\x21\xcb\x5f\xcb\xce\xd8\x75\x64\x79\xfe\xd8\xbf\x04\x07\x46\xfa\xd8\xf2\x06\x06\x6d\x5d\x18\xa4\xb0\xa6\xd4\x4a\x04\x1f\x1d\xda\x4b\x25\xc1\x47\x04\xa7\xb9\x00\xff\x72\x0f\x0e\xe0\xee\xd5\x87\x03\xf8\xcf\xf6\xa2\x42\xdb\x39\x1f\x57\x5c\x34\x9d\x8b\xc6\xc2\x3a\x20\x17\x21\x71\x95\x35\x3b\x0c\xef\xda\xbc\x97\xab\x5d\x90\x67\x8f\xae\x8c\x0f\x5c\xeb\xe8\x6d\x87\x02\x62\x2b\x67\xbe\x6b\x7d\xf4\x35\x3f\x1a\xc4\xf1\xec\xc3\x20\xdf\x7d\x7c\x3f\xc8\xd9\xd1\x71\x92\x2f\x7b\x3b\x98\xbe\x97\xf9\x83\xdf\xf2\xa0\x3b\x0f\x4c\xf4\x97\x81\x54\x18\x3d\x8a\x94\xd2\xbf\xa2\xf0\xde\xd1\x6e\x2b\x8b\xdb\x73\x6c\x63\xfe\xd5\x2a\x00\xa1\x73\x4a\xe8\x1b\x4a\x28\xcb\x52\xc8\x53\xa0\x94\xd0\x71\xea\x1d\xa1\xec\x6d\x0a\x57\x29\x5c\x6f\x6f\x47\x90\x84\xf6\x17\x16\xcb\x58\xfe\xc4\x9a\xe3\xa2\xe1\x15\xfc\x2d\xa6\x8f\x3e\x43\xbf\xce\x4e\xb2\x34\xd3\xaa\xea\x10\xfa\xa1\x8f\xa2\x8f\x5e\x6c\x0f\xd7\x50\xbc\x38\xfd\xf9\x6b\xb1\x3c\x8f\x67\xe7\xa7\x5f\x97\x7f\xa2\x43\x28\xd5\x3a\xfa\x4d\xaa\x2f\x93\x7d\xc9\x03\x4f\x59\xab\x55\x4a\xca\x08\xdd\x49\x48\xb2\xe5\xe6\xe6\x49\x69\x87\x06\xfd\x0f\x00\x00\xff\xff\x13\xdf\x1c\x1f\x90\x05\x00\x00")
func runtimeSyntaxPkgbuildMicroBytes() ([]byte, error) {
return bindataRead(
_runtimeSyntaxPkgbuildMicro,
"runtime/syntax/pkgbuild.micro",
)
}
func runtimeSyntaxPkgbuildMicro() (*asset, error) {
bytes, err := runtimeSyntaxPkgbuildMicroBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "runtime/syntax/pkgbuild.micro", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _runtimeSyntaxPoMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\xce\xe1\x6a\x87\x20\x14\x05\xf0\xcf\xf5\x14\x97\xbb\x41\x9a\xc3\x07\x88\xb1\x1e\x44\x0d\xcc\xc4\xc5\x4c\x43\x85\x2d\xe6\xc3\x8f\x58\xf1\xff\x7f\xbc\xf7\xfc\x38\x9c\x7c\x84\xa2\x7f\x00\xf7\x88\x80\x92\xef\xb1\x8c\xaf\xd8\xb6\x26\xfa\x98\xc0\x1c\x3a\x00\xa0\x7c\x27\x5b\x76\xeb\x52\xb7\xec\x72\x49\x54\x7e\xe0\x05\x0e\xeb\x7d\xfc\x06\x44\x22\x25\xaf\x62\x42\x45\x7b\xac\xdd\x75\x75\x8a\xf6\xdd\x4d\x37\xed\x6c\x28\x1a\xce\x3e\xc9\xc7\xfb\x3d\xa7\xd5\x7d\x96\xd9\x6b\xf3\x05\x48\xa6\x2a\xc4\x90\x77\x6d\xec\xa0\x14\x7d\x21\x62\xfa\x55\xbc\xa7\xe7\xa4\x7f\xfe\xe6\x92\xb5\x01\xf0\x89\xb1\x47\x98\xec\x02\xd8\x30\x60\x15\x58\xc3\xb0\xfd\x0b\x00\x00\xff\xff\xd9\x9c\x78\x44\xdd\x00\x00\x00")
func runtimeSyntaxPoMicroBytes() ([]byte, error) {
@ -2182,7 +2161,7 @@ func runtimeSyntaxSedMicro() (*asset, error) {
return a, nil
}
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\xcf\xe1\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\x7a\x4f\x0d\xfd\xda\xf6\x33\xe9\x5d\x9b\x0f\xd7\x0a\x41\x1e\x78\x6f\x5e\xfd\xf0\xcd\x6f\x2f\x7f\x7c\x51\x16\xe5\x8c\x56\x49\x1b\xd5\xe4\x12\x9e\xbf\x79\xb5\x63\x1f\x75\x24\x14\x85\xa2\x7c\x7b\x7c\x6f\x76\xfa\xff\x8a\xdc\x45\x71\x56\xcf\xab\x95\xa8\xe7\xb1\xab\x0a\x4c\xea\xf2\xe8\xe8\xb8\xf8\x39\xd9\x15\x85\x78\x24\xbd\xf1\xa1\x90\xde\x45\x16\x8e\x67\x6e\x64\x17\x65\xb3\x5a\x3c\x98\x7e\xb6\x3c\x6b\x56\xa3\xf6\xb7\xde\x29\x9d\xab\x11\x26\x16\xc2\xa9\x6c\xc0\xc1\x9b\xa2\x35\x7e\xb3\xf7\x11\x59\x30\x59\x72\x9c\xad\x2b\x29\x22\x41\x79\x28\xef\x08\x64\x74\x0b\x32\x91\x40\x51\x48\xd0\xa5\x66\xb4\x1a\xad\x0f\x38\xb4\x09\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\xae\x1d\xbf\x64\x48\x14\xd2\x5b\x2b\x9c\x3a\x74\x85\xb7\x03\xed\x8a\x51\x20\xd9\x79\xd0\xe5\xe0\x03\xc3\x10\x23\x12\x23\x59\x11\x7b\x24\x17\x89\xeb\xeb\x46\x59\xeb\x5d\x61\xb4\x4b\x97\x77\xba\xab\xd6\xd0\xeb\x7a\x2e\x36\x3d\x32\x10\xa0\xf2\xd2\x6a\xa7\xd0\x6c\x3e\x3c\xf8\xdf\xe3\xab\x75\xa0\x01\xbd\x36\x66\x5c\x84\x31\x07\x81\xa1\x18\x61\x45\x4f\x18\x46\x71\x24\x85\xd8\x81\x45\xb8\x49\x20\x50\x62\x6d\xe2\x9d\xd1\x57\x22\xd2\xd3\xc7\x39\x32\x39\x61\x09\x52\x30\x64\x27\xbd\x83\xec\xd6\x61\x80\xec\xac\x57\x90\x9d\xdf\x64\x4e\xf0\x9e\x21\xfb\x98\x2c\xb2\x43\xc8\x01\x32\x0e\x46\x33\x64\x62\x28\xc1\x04\xa5\xa0\x5a\x28\x1d\xf2\x3f\x06\x8b\x99\x1a\x9d\xab\x04\x72\x17\xb9\x71\xc2\xa9\xbc\x05\xb4\x42\x72\xbe\x78\x91\xf1\xd0\x5a\x46\xeb\x8d\x42\x86\x2d\x3a\x1f\x59\x2b\xe4\x2f\xe3\xd1\x18\xfc\xe5\x33\x28\xb4\xeb\x61\x32\x38\xd6\xa3\x53\x13\x61\xd5\x93\x9c\x92\xed\x73\x58\xdb\xb7\xba\xf5\xb0\xbd\xf3\x0a\xb6\x67\xb2\x03\xec\x05\x9c\x96\x04\x67\xe0\x7c\x97\x06\xb8\x21\x78\x09\x97\x6c\x0e\xe9\x15\x06\x11\x99\x30\x08\xee\x64\xd7\x63\xd0\xae\xdf\x62\x08\x18\x82\x76\x9c\x53\x1e\x89\x16\x03\x5f\x62\xd8\xa8\x11\x92\x63\x1e\x81\x84\xc9\x56\x08\x16\xc1\xe6\xf0\x21\xb9\xdc\xbd\x48\xef\x51\xc5\x4e\x3c\x44\xec\xc4\xa3\x47\x8f\xc7\xed\xc9\xd3\xbc\x7d\xf2\xe9\x78\x7a\xf2\xf0\x51\x9d\xb3\x8e\x5d\x18\xef\x2d\xb5\x88\x86\x68\x40\xcc\xa8\xda\x75\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\x7c\x39\x3c\xfa\xce\x8e\xd2\xd8\xbb\xe4\xf6\x77\x91\x9c\x7e\x8f\xe4\xc6\x9a\x52\xa4\x10\x71\x91\x8b\xd9\x48\x6c\x3a\x9f\x7f\x61\x35\xb6\x14\xeb\xdb\x23\xa0\x68\x8d\x58\xc7\xdb\xcf\x7e\x3a\x5d\x88\xe9\xdf\xd3\xe5\x59\xf9\x2f\x23\xa1\x18\x85\x59\x96\x9f\x1b\x07\xed\xd6\xb7\xa6\x4f\x1c\xd9\x45\x59\x56\x4d\x33\xc3\xe2\x6d\xb9\xac\x4f\xcb\xf2\x2e\xad\x93\xbd\xd6\xc9\xb2\x3e\x3d\xb9\x35\x01\xca\x5b\x9c\x93\x31\xf4\xef\x22\x68\xb1\x32\x74\x08\xae\x15\x39\xd6\xad\xa6\x50\x54\xba\x2e\xca\x66\xd2\x7c\x98\xe7\xe1\xf7\x7c\xfa\xc7\xbb\x7b\x5f\x1f\x4f\x4e\xe7\xd3\xe5\x59\x73\x35\x2f\xff\xbb\xc1\x7e\x20\x90\xe3\x58\xdc\x2f\x7e\x7d\xfd\xe2\xf5\x4d\xc9\x76\xd7\x97\xea\x2d\x16\x8b\x67\x71\x10\x92\x9e\x2d\x97\xf5\xf1\xec\x74\x72\x08\xc4\x5e\xf9\xa2\xac\xb2\x19\xce\xcf\xcf\xf1\xfd\xcb\xf3\x9f\xbe\xab\x9f\xcd\xcb\xa3\x7f\x02\x00\x00\xff\xff\x0e\x9e\x37\xc4\xc9\x06\x00\x00")
var _runtimeSyntaxShMicro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x54\x69\x8f\xdb\x36\x13\xfe\xbe\xbf\x42\xd1\x1a\x59\x69\xf7\xb5\xdf\x24\x4d\x82\x36\x3d\xdc\xb4\x69\x8b\x20\x6d\x13\xa0\x07\x16\xb5\x9c\x94\x26\x47\x16\x2b\x1e\x0a\x39\x5c\xaf\x9b\x27\xff\xbd\xa0\x7c\x24\xc0\x76\x3f\x14\x90\xc8\xe1\xdc\x33\x7c\x38\x71\xeb\x58\x5c\x17\x65\xec\xc8\x98\xb2\x28\x9b\x59\xec\x26\xe3\xbe\x12\xb1\x3b\x12\x41\x96\x45\x79\x24\x76\xbc\x37\xc2\x68\x11\x29\xee\x25\x1f\x1d\xf7\xf2\x36\x39\xc9\xda\xbb\xa3\xc6\xc7\x8c\xbd\xce\x10\x7c\xab\x0d\x1d\x34\x3e\x1c\x5f\xf5\xeb\x3d\x35\xf4\x6b\xdb\xcf\xa4\x77\x6d\x3e\x1c\x15\x82\x3c\xf0\x5e\xbd\xf8\xe1\x9b\xdf\x9e\xff\xf8\xac\x2c\xca\x19\xad\x92\x36\xaa\xc9\x25\x3c\x7d\xf5\xe2\xc0\x3e\x6a\x9c\x74\x24\x14\x85\xa2\x7c\x7d\x7a\x67\x76\xfe\xff\x8a\xdc\x55\x71\x51\xcf\xab\x95\xa8\xe7\xb1\xab\x0a\x4c\xea\xf2\xe4\xe4\xb4\xf8\x39\xd9\x15\x85\x78\x22\xbd\xf1\xa1\x90\xde\x45\x16\x8e\x67\x6e\x64\x17\x65\xb3\x5a\xdc\x9b\x7e\xb6\xbc\x68\x56\xa3\xf6\xb7\xde\x29\x9d\x0b\x13\x26\x16\xc2\xa9\x6c\xc0\xc1\x9b\xa2\x35\x7e\xb3\xf7\x11\x59\x30\x59\x72\x9c\xad\x2b\x29\x22\x41\x79\x28\xef\x08\x64\x74\x0b\x32\x91\x40\x51\x48\xd0\xb5\x66\xb4\x1a\xad\x0f\x38\x74\x0c\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\x0e\xcd\x7b\x34\x15\x9a\x1a\xcd\xe7\x68\x96\x68\x16\xf8\x13\x4d\x83\x66\x82\x2f\xf0\x15\xee\xe0\x4b\xdc\x45\x83\x5d\x3b\x7e\xc9\xe8\x28\xa4\xb7\x56\x38\x75\xe8\x0a\x6f\x07\xda\x15\xa3\x40\xb2\xf3\xa0\xeb\xc1\x07\x86\x21\x46\x24\x46\xb2\x22\xf6\x48\x2e\x12\xd7\xc7\x46\x59\xeb\x5d\x61\xb4\x4b\xd7\xb7\xba\xab\xd6\xd0\xeb\x7a\x2e\x36\x3d\x32\x26\xa0\xf2\xd2\x6a\xa7\xd0\x6c\xde\xdd\xfb\xdf\xc3\xf7\xeb\x40\x03\x7a\x6d\xcc\xb8\x08\x63\x0e\x02\x43\x31\xc2\x8a\x9e\x30\x8c\xe2\x48\x0a\xb1\x03\x8b\xf0\x21\x81\x40\x89\xb5\x89\xb7\x46\x5f\x89\x48\x8f\x1f\xe6\xc8\xe4\x84\x25\x48\xc1\x90\x9d\xf4\x0e\xb2\x5b\x87\x01\xb2\xb3\x5e\x41\x76\x7e\x93\x39\xc1\x7b\x86\xec\x63\xb2\xc8\x0e\x21\x07\xc8\x38\x18\xcd\x90\x89\xa1\x04\x13\x94\x82\x6a\xa1\x74\xc8\xff\x18\x2c\x66\x6a\x74\xae\x12\xc8\x5d\xe5\xc6\x09\xa7\xf2\x16\xd0\x0a\xc9\xf9\xe2\x45\xc6\x43\x6b\x19\xad\x37\x0a\x19\xb6\xe8\x7c\x64\xad\x90\xbf\x8c\x47\x63\xf0\x97\xcf\xa0\xd0\xae\x87\xc9\xe0\x58\x8f\x4e\x4d\x84\x55\x8f\x72\x4a\xb6\xcf\x61\x6d\xdf\xea\xd6\xc3\xf6\xce\x2b\xd8\x9e\xc9\x0e\xb0\x57\x70\x5a\x12\x9c\x81\xf3\x5d\x1a\xe0\x86\xe0\x25\x5c\xb2\x39\xa4\x57\x18\x44\x64\xc2\x20\xb8\x93\x5d\x8f\x41\xbb\x7e\x8b\x21\x60\x08\xda\x71\x4e\x79\x24\x5a\x0c\x7c\x8d\x61\xa3\x46\x48\x8e\x79\x04\x12\x26\x5b\x21\x58\x04\x9b\xc3\x87\xe4\x72\xf7\x22\xbd\x45\x15\x3b\x71\x1f\xb1\x13\x0f\x1e\x3c\x1c\xb7\x47\x8f\xf3\xf6\xc9\xa7\xe3\xe9\xd1\xfd\x07\x75\xce\x3a\x76\x61\xbc\xb7\xd4\x22\x1a\xa2\x01\x31\xa3\x6a\xd7\xd5\xfc\x8a\x10\x59\xad\xb2\x90\x79\x8b\xd1\x60\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\xf3\xe5\xf0\xe8\x3b\x3b\x4a\x63\xef\x92\xdb\xdf\x45\x72\xfa\x2d\x92\x1b\x6b\x4a\x91\x42\xc4\x55\x2e\x66\x23\xb1\xe9\x7c\xfe\x85\xd5\xd8\x52\xac\x6f\x8e\x80\xa2\x35\x62\x1d\x6f\x3e\xfb\xe9\x74\x21\xa6\x7f\x4f\x97\x17\xe5\xbf\x8c\x84\x62\x14\x66\x59\x7e\x6e\x1c\xb4\x5b\xdf\x98\x3e\x71\x64\x17\x65\x59\x35\xcd\x0c\x8b\xd7\xe5\xb2\x3e\x2f\xcb\xdb\xb4\xce\xf6\x5a\x67\xcb\xfa\xfc\xec\xc6\x04\x28\x6f\x70\xce\xc6\xd0\xbf\x8b\xa0\xc5\xca\xd0\x21\xb8\x56\xe4\x58\xb7\x9a\x42\x51\xe9\xba\x28\x9b\x49\xf3\x6e\x9e\x87\xdf\xd3\xe9\x1f\x6f\xee\x7c\x7d\x3a\x39\x9f\x4f\x97\x17\xcd\xfb\x79\xf9\xdf\x0d\xf6\x03\x81\x1c\xc7\xe2\x6e\xf1\xeb\xcb\x67\x2f\x3f\x94\x6c\x77\x7d\xa9\x5e\x63\xb1\x78\x12\x07\x21\xe9\xc9\x72\x59\x9f\xce\xce\x27\x87\x40\xec\x95\x2f\xca\x2a\x9b\xe1\xf2\xf2\x12\xdf\x3f\xbf\xfc\xe9\xbb\xfa\xc9\xbc\x3c\xf9\x27\x00\x00\xff\xff\xe7\x46\xfd\xf9\xd4\x06\x00\x00")
func runtimeSyntaxShMicroBytes() ([]byte, error) {
return bindataRead(
@ -2619,7 +2598,6 @@ var _bindata = map[string]func() (*asset, error){
"runtime/syntax/perl6.micro": runtimeSyntaxPerl6Micro,
"runtime/syntax/php.micro": runtimeSyntaxPhpMicro,
"runtime/syntax/pkg-config.micro": runtimeSyntaxPkgConfigMicro,
"runtime/syntax/pkgbuild.micro": runtimeSyntaxPkgbuildMicro,
"runtime/syntax/po.micro": runtimeSyntaxPoMicro,
"runtime/syntax/pov.micro": runtimeSyntaxPovMicro,
"runtime/syntax/privoxy-action.micro": runtimeSyntaxPrivoxyActionMicro,
@ -2790,7 +2768,6 @@ var _bintree = &bintree{nil, map[string]*bintree{
"perl6.micro": &bintree{runtimeSyntaxPerl6Micro, map[string]*bintree{}},
"php.micro": &bintree{runtimeSyntaxPhpMicro, map[string]*bintree{}},
"pkg-config.micro": &bintree{runtimeSyntaxPkgConfigMicro, map[string]*bintree{}},
"pkgbuild.micro": &bintree{runtimeSyntaxPkgbuildMicro, map[string]*bintree{}},
"po.micro": &bintree{runtimeSyntaxPoMicro, map[string]*bintree{}},
"pov.micro": &bintree{runtimeSyntaxPovMicro, map[string]*bintree{}},
"privoxy-action.micro": &bintree{runtimeSyntaxPrivoxyActionMicro, map[string]*bintree{}},

View file

@ -1,23 +0,0 @@
## Arch PKGBUILD files
##
syntax "pkgbuild" "^.*PKGBUILD$"
color green start="^." end="$"
color cyan "^.*(pkgbase|pkgname|pkgver|pkgrel|pkgdesc|arch|url|license).*=.*$"
color brightcyan "\<(pkgbase|pkgname|pkgver|pkgrel|pkgdesc|arch|url|license)\>"
color brightcyan "(\$|\$\{|\$\()(pkgbase|pkgname|pkgver|pkgrel|pkgdesc|arch|url|license)(\}|\))"
color cyan "^.*(depends|makedepends|optdepends|conflicts|provides|replaces).*=.*$"
color brightcyan "\<(depends|makedepends|optdepends|conflicts|provides|replaces)\>"
color brightcyan "(\$|\$\{|\$\()(depends|makedepends|optdepends|conflicts|provides|replaces)(\}|\))"
color cyan "^.*(groups|backup|noextract|options).*=.*$"
color brightcyan "\<(groups|backup|noextract|options)\>"
color brightcyan "(\$|\$\{|\$\()(groups|backup|noextract|options)(\}|\))"
color cyan "^.*(install|source|md5sums|sha1sums|sha256sums|sha384sums|sha512sums).*=.*$"
color brightcyan "\<(install|source|md5sums|sha1sums|sha256sums|sha384sums|sha512sums)\>"
color brightcyan "(\$|\$\{|\$\()(install|source|md5sums|sha1sums|sha256sums|sha384sums|sha512sums)(\}|\))"
color brightcyan "\<(startdir|srcdir|pkgdir)\>"
color cyan "\.install"
color brightwhite "=" "'" "\(" "\)" "\"" "#.*$" "\," "\{" "\}"
color brightred "build\(\)"
color brightred "package_.*.*$"
color brightred "\<(configure|make|cmake|scons)\>"
color red "\<(DESTDIR|PREFIX|prefix|sysconfdir|datadir|libdir|includedir|mandir|infodir)\>"

View file

@ -1,4 +1,4 @@
syntax "shell" "\.sh$" "\.bash" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_profile" "bash_profile" "Pkgfile" "pkgmk.conf" "profile" "rc.conf" "PKGBUILD" ".ebuild\$" "APKBUILD"
syntax "shell" "\.sh$" "\.bash" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_profile" "bash_profile" "Pkgfile" "pkgmk.conf" "profile" "rc.conf" "PKGBUILD" ".ebuild\$" "APKBUILD" "PKGBUILD"
header "^#!.*/(env +)?(ba)?sh( |$)"
# Numbers