FB_init

Wednesday, July 14, 2021

Regular expression plug-in for Sublime Text

 I often need to look at logs. I needed a way to quickly highlight different parts of the logs. I created a plugin for Sublime Text to do that. 

  Here are instructions to create a plugins. 

  Here is my plugin:


  You can invoke it with

view.run_command("reggae", {"pattern_args": ["pattern 1", "pattern 2"]})