Request: Display different stars `*` in different contexts
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 82k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Maybe add a stylistic set that always displays * like the cv15 variant of that star and only display the default variant when it's surrounded by spaces * (in multiplications) or line breaks (eg in java docstrings) or when there's a slash left from it and a space or line break right from it /* or the other way around */ or when it's used in the beginning of a java doctsring /** (both stars should be displayed as the default variant of the star)
This way the cv15 star variant (where * isn't centered) is displayed in every other context (eg when it's used as a pointer in C/C++, when it's used as unpacking operator *my_list or as *args or **kwargs or in to the power equations a ** b in Python)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked cv15 stylistic-set guidance, then map the requested star contexts: operators, multiplication, line breaks, comments, and Java docstrings. Done means the font displays the cv15 star by default while preserving the default variant in each explicitly listed context.
Written by the indexing model from the issue text.
Assessment
- Domain
- design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100