You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have syntax highlighting and indenting in results (or maybe just a hook to make it customizable).
Long story short, I have a couple of "personal helpers" that roughly do same as Aerial, but with regexes and telescope only. Meaning no Treesitter, no other languages. On the other side, as its usage is "personal" and "limited", false-positives were fixed long ago and some "tweaks" which impove daily experiences were added.
One of those is syntax highlighting and indenting in results:
Aerial ruby class picker
Class picker with highlighting and indenting
Aerial rspec file
Spec picker with highlighting and indenting
Provide background
There is no any "hard" reasons, just IMO better visually, and thus easier/nicer to use.
What is the significance of this feature?
nice to have
Additional details
I can provide my existing "personal helpers" code for highlighting/indenting in telescope, but it is regex based, not TS based, so not sure if worth it.
As well, might be I can spare some time on PR if you are interested. I'm ok with lua, but not TS. Actually, that's one of the reasons I've stumbled upon Aerial, as trying to upgrade my home brewed helpers to TS.
The text was updated successfully, but these errors were encountered:
Did you check existing requests?
Describe the feature
It would be nice to have syntax highlighting and indenting in results (or maybe just a hook to make it customizable).
Long story short, I have a couple of "personal helpers" that roughly do same as Aerial, but with regexes and telescope only. Meaning no Treesitter, no other languages. On the other side, as its usage is "personal" and "limited", false-positives were fixed long ago and some "tweaks" which impove daily experiences were added.
One of those is syntax highlighting and indenting in results:
Provide background
There is no any "hard" reasons, just IMO better visually, and thus easier/nicer to use.
What is the significance of this feature?
nice to have
Additional details
I can provide my existing "personal helpers" code for highlighting/indenting in telescope, but it is regex based, not TS based, so not sure if worth it.
As well, might be I can spare some time on PR if you are interested. I'm ok with lua, but not TS. Actually, that's one of the reasons I've stumbled upon Aerial, as trying to upgrade my home brewed helpers to TS.
The text was updated successfully, but these errors were encountered: