mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #99] Highlighting problems #70
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sirLeone on GitHub (Jul 14, 2017).
Original GitHub issue: https://github.com/mthenw/frontail/issues/99
I think that there is some problem with highlighting. I have prepared my json script and its working only partially :)
{ "words": { "[ERROR]": "color: red;", "[WARN ]": "color: yellow;", "[INFO ]": "color: white;" }, "lines": { "[ERROR]": "font-weight: bold;", "[ItemStateChangedEvent ]": "font-weight: bold;" } }Only WARN and INFO are working, unfortunatelly rest not :( Text/words were copied straight from frontline output so they should be correct.
@mthenw commented on GitHub (Aug 21, 2017):
Hey,
thanks for reporting. I'm not able to reproduce that. Can you paste exact log that it's not working?