Skip to content

filetypes: add Gleam and Just to the internal icon provider#523

Merged
OXY2DEV merged 1 commit into
OXY2DEV:mainfrom
KangaZero:feat-filetypes-gleam-just
Jul 13, 2026
Merged

filetypes: add Gleam and Just to the internal icon provider#523
OXY2DEV merged 1 commit into
OXY2DEV:mainfrom
KangaZero:feat-filetypes-gleam-just

Conversation

@KangaZero

@KangaZero KangaZero commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Adds two filetypes that were missing from the internal icon provider. Icons sourced from nvim-web-devicons, the canonical Neovim icon reference.

Filetype Codepoint Palette Rationale
gleam U+F005 (fa-star) 6 Gleam's star/sparkle logo
just U+F0AD (fa-wrench) 0 Justfile task runner tool

Both entries are inserted in alphabetical order within the existing table.

Locally tested in Neovim with Nerd Fonts — icons render correctly next to code block headers, with palette colours matching each filetype's logo/brand colours.

Adds two filetypes with dedicated Nerd Font icons sourced from
nvim-web-devicons (the canonical Neovim icon reference):
- gleam: U+F005 star icon, Palette6
- just: U+F0AD wrench icon, Palette0

Both entries are inserted in alphabetical order.
@OXY2DEV OXY2DEV force-pushed the feat-filetypes-gleam-just branch from 2a7b6b0 to ad44fae Compare July 13, 2026 09:42
@OXY2DEV OXY2DEV merged commit a47f12d into OXY2DEV:main Jul 13, 2026
@OXY2DEV

OXY2DEV commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants