File

.busted @ 11960:12a3c05aa12d

util.stanza: Adjust pretty printing for symmetry Self-closing <tags/> and <?processing instructions?> had some asymmetries in applied colors.
author Kim Alvefur <zash@zash.se>
date Mon, 29 Nov 2021 02:13:45 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}