theHamsta / nvim-semantic-tokens

Apache License 2.0
84 stars 12 forks source link

Draft for flexible config #4

Closed theHamsta closed 2 years ago

theHamsta commented 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.

Maybe the signature (ctx, token) -> List[highlight groups] is a better interface...

Fixes #2