Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: highlight syntax and indent in results #384

Open
1 task done
dzirtusss opened this issue Jul 7, 2024 · 0 comments
Open
1 task done

feature request: highlight syntax and indent in results #384

dzirtusss opened this issue Jul 7, 2024 · 0 comments
Labels
enhancement New feature or request P2 Not a priority. PRs welcome

Comments

@dzirtusss
Copy link
Contributor

Did you check existing requests?

  • I have searched the existing issues

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:

  1. Aerial ruby class picker
image
  1. Class picker with highlighting and indenting
image
  1. Aerial rspec file
image
  1. Spec picker with highlighting and indenting
image

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.

@dzirtusss dzirtusss added the enhancement New feature or request label Jul 7, 2024
@stevearc stevearc added the P2 Not a priority. PRs welcome label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 Not a priority. PRs welcome
Projects
None yet
Development

No branches or pull requests

2 participants