You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/bad-config2/configs/invalid-file-format/config.json

19 lines
505 B
JSON

{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"tuning": {
"file-format": {
"application/vnd.example.com": {
"title": "example",
"header": {
"expr": {
"default": ":header REGEXP 'foobar"
},
"size": 8
}
},
"application/vnd.example2.com": {
"title": "example"
}
}
}
}