Open ghost opened 5 years ago
I'm looking into how to implement this. There are multiple aspects to this which need to be implemented (this is mostly for myself to remember what to consider):
Progress: implementation of the configuration in the highlighting configs is done (https://github.com/gphalkes/t3highlight/commit/21da25d1005ce8110ce4184349544aaded3cb994). Reworking the internals of the Tilde highlighting handling is also done (https://github.com/gphalkes/tilde/commit/6aad44394e2ba37a0d4e99aab13afbb6273f9fe9).
Left to do: redo the storing of highlighting attributes in the config, because the current implementation can't handle the more complex attribute names; implement a UI to select attributes.
"Feature request" Separate the colors for each type of code. Something like, html one set of colors, and css another set of colors. Profiles maybe.