Skip to content

feat: add Typst language #1508

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

Merged
merged 4 commits into from
Jan 22, 2025
Merged

feat: add Typst language #1508

merged 4 commits into from
Jan 22, 2025

Conversation

foxyseta
Copy link
Contributor

Closes #1355.

Copy link
Collaborator

@spenserblack spenserblack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

As usual, I'll leave this open for @o2sh to review, since they often have great feedback about the ASCII art.

@o2sh
Copy link
Owner

o2sh commented Jan 18, 2025

Thanks @foxyseta

I took the liberty to clean your design a bit

image

Typst:
  type: markup
  ascii: |
    {0}ttttttttttttttttttttttttttttttttttttttt
    {0}ttttttttttttttttttttttttttttttttttttttt
    {0}ttttttttttttttttttttttttttttttttttttttt
    {0}ttttttttttttttttttttttttttttttttttttttt
    {0}ttttttttttttttt{1}tttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}tttttttttt{1}ttttttttttttttt{0}tttttttttttttt
    {0}tttttttttt{1}tttttttttttttt{0}ttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}tttttt{0}tttttttttttttttttttt
    {0}ttttttttttttt{1}ttttttt{0}tttttttt{1}t{0}tttttttttt
    {0}tttttttttttttt{1}tttttttttttttt{0}ttttttttttt
    {0}tttttttttttttttt{1}tttttttttt{0}ttttttttttttt
    {0}ttttttttttttttttttttttttttttttttttttttt
    {0}ttttttttttttttttttttttttttttttttttttttt
    {0}ttttttttttttttttttttttttttttttttttttttt
    {0}ttttttttttttttttttttttttttttttttttttttt
  colors:
    ansi:
      - cyan
      - white
    hex:
      - "#239DAD"
    chip: "#239DAD"
  icon: '\u{F37F}'

@foxyseta
Copy link
Contributor Author

Splendid💫💫💫

@foxyseta
Copy link
Contributor Author

Bump. Is this going to get merged?

@o2sh
Copy link
Owner

o2sh commented Jan 22, 2025

Yes, if you could just commit my suggestion. I'll merge the PR right afterward

@foxyseta
Copy link
Contributor Author

I took the liberty to clean your design a bit

Sorry, I misunderstood and thought you had committed this yourself. There you go! cd5ee97

@o2sh o2sh merged commit 98d6ecb into o2sh:main Jan 22, 2025
4 checks passed
@o2sh o2sh added the feat label Apr 12, 2025
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 10, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [o2sh/onefetch](https://github.com/o2sh/onefetch) | minor | `2.23.1` -> `2.24.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>o2sh/onefetch (o2sh/onefetch)</summary>

### [`v2.24.0`](https://github.com/o2sh/onefetch/blob/HEAD/CHANGELOG.md#2240-2025-04-12)

[Compare Source](o2sh/onefetch@2.23.1...2.24.0)

##### New Features

-   add language support for Lean by [@&#8203;foxyseta](https://github.com/foxyseta) in o2sh/onefetch#1509
-   add language support for Typst by [@&#8203;foxyseta](https://github.com/foxyseta) in o2sh/onefetch#1508
-   add language support for Razor by [@&#8203;SrS2225a](https://github.com/SrS2225a) in o2sh/onefetch#1521

##### Chores

-   more idiomatic way to fetch HEAD refs by [@&#8203;o2sh](https://github.com/o2sh) in o2sh/onefetch#1515
-   more idiomatic way to fetch repository remote URL by [@&#8203;o2sh](https://github.com/o2sh) in o2sh/onefetch#1516
-   update holyc language logo by [@&#8203;o2sh](https://github.com/o2sh) in o2sh/onefetch#1543
-   update wiki powershell-snippet by [@&#8203;FallenDeity](https://github.com/FallenDeity) in o2sh/onefetch#1542
-   add nix local setup [@&#8203;Sk7Str1p3](https://github.com/Sk7Str1p3) in o2sh/onefetch#1549

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4yIiwidXBkYXRlZEluVmVyIjoiNDAuMTEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Language request: Typst
3 participants