This extension allows users to colorize text editor lines based on different regular expressions. There are plans for more, for helping in general with the more-than-daily task that is analyzing, extracting, filtering a log file.
Features
Colorize based on regular expressions
Requirements
None
Extension Settings
Open up in the left panel the tab for it and add rules!
Known Issues
You need to restart the extension if you're editing the rules JSON to get the changes applied
Missing features
To configure colors in settings
To test regular expressions
To extract named information from a line (capture groups?)
To make it easy to import/export rulesets or profiles and share them somehow
To export the extracted information (like the captured groups) in a machine format (JSON)
Release Notes
0.0.15
Updated dependencies
Some more hard-coded colors
hi Carlos, Keller & Victoria!
0.0.14
Bugfix: refresh of exported document
0.0.13
Extension icon [❤️]
0.0.12
Demo gif!
0.0.11
Export lines button
Export matching lines to readonly document
0.0.10
rules can be case sensitive or insensitive
0.0.9
Icons instead of text
Rules reordering
Open rules JSON (not watching for changes thou, need to restart)
Prettier edit panel
Validate regexps before running
0.0.8
Less colors, but better for now
No code folding for now, as the logyou language has been removed
Doens't provide or require setting a theme or a document type
0.0.7
Code folding
0.0.6
A little bit of refactor here and there
Bugfix: sync enable/disable status with active edit view