Closed theHamsta closed 2 years ago
Still in doubt whether this is necessary as users can already now write their own on_token to do what ever they want on a detected token.
on_token
Maybe the signature (ctx, token) -> List[highlight groups] is a better interface...
(ctx, token) -> List[highlight groups]
Fixes #2
Still in doubt whether this is necessary as users can already now write their own
on_token
to do what ever they want on a detected token.Maybe the signature
(ctx, token) -> List[highlight groups]
is a better interface...Fixes #2