Ligature Request: += -=*= !< !<= !> !>= etc
Open
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 82k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
simple request i noticed their is no ligature for symbols mentioned in title
example:
$var += 1;
$var *= 1;
would become
$var ⩲ 1
$var ≛ 1;
as well as
1 !< 1
1 !>1
2 !<= 1
1 !>= 2
would be (because of the github font ill link images of what they should look like)
1 ≮ 1 http://www.i2symbol.com/images/symbols/math/not_less_than_u226E_icon_256x256.png
1 ≯ 1 http://www.i2symbol.com/images/symbols/math/not_greater_than_u226F_icon_256x256.png
2 ≰ 1 http://www.i2symbol.com/images/symbols/math/less_than_but_not_equal_to_u2268_icon_256x256.png
2 ≱ 1 http://www.i2symbol.com/images/symbols/math/greater_than_but_not_equal_to_u2269_icon_256x256.png
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
No files, tests, or entry points are named in the issue. Begin by locating the project's ligature source and font build workflow, then verify that the requested symbol combinations render correctly in the generated font.
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