Skip to content

Instantly share code, notes, and snippets.

View tonyrosario's full-sized avatar

Tony Rosario tonyrosario

View GitHub Profile

iTerm Triggers

  • ^diff.+$ -- Highlight Text (Whatever Background)
  • ^diff.+$ -- Highlight Text (Whatever Foreground)
  • uninitialized\sconstant\s([\w:]+) -- Highlight Text (White on Red)
  • undefined\slocal\svariable\sor\smethod\s(.+)'` -- Highlight Text (White on Red)
  • undefined\smethod\s(.+)'` -- Highlight Text (White on Red)
  • no\simplicit\sconversion\sof\s(\w+)\sinto\s(\w+) -- Highlight Text (White on Red)
  • \?(.+)?'?:?\swrong\snumber\sof\sarguments\s` -- Highlight Text (White on Red)
  • \(\d+\sfor\s\d[\.\+\d]?\) -- Highlight Text (Red on White)