Closed goakly closed 8 months ago
Hi!
There's actually an option to allow text decorations already (it's called highlight
)
However, it doesn't work when using the colorpalette, so I think that's a great addition. Could you change that to use the existing option?
Didn't realize the highlight option could do text decoration. Rewrote so that the color palette could use options set in highlight and I added a section in readme outlining the feature!
Actually, feel like a section in the readme about text decoration is unnecessary. Removed.
Added ability to use text decorations (italics, bold, underline, etc) via a configuration item called
textDecorations
.This is my first attempt at Lua so let me know if there is a better way to do this.