PageRenderTime 10ms CodeModel.GetById 8ms RepoModel.GetById 0ms app.codeStats 0ms

/colorize-makeindex-errors.sed

https://code.google.com/p/latex-makefile/
sed | 7 lines | 6 code | 0 blank | 1 comment | 0 complexity | 51018495c7fb0613fd353f9a45c28418 MD5 | raw file
  1. #(##defaults(color_error="", color_reset="") ##)
  2. /^!! /{
  3. N
  4. s/^.*$/(##color_error##)&(##color_reset##)/
  5. p
  6. }
  7. d