bensadeh/tailspin

regexps not working

Closed this issue · 3 comments

~/.config/tailspin/theme.toml

[[regexps]]
regex = '(m)'
style = { fg = "red" }
[[regexps]]
regex = 'Listening .*'
style = { fg = "blue" }
image

Can you explain what is not working?

The text corresponding to the rule is not highlighted

Finally found the reason, the sample configuration given in the document does not match the actual code
image
image

other highlight groups same too.