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

Add support for nerd font glyphs in languages info #1395

Merged
merged 21 commits into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ CSharp: # required, this will be the name of the enum variant for the language a
- "#803788"
- "#FFFFFF"
chip: "#178600" # required, this is used for the language breakdown bar, its value can be found in linguist (link 2).
icon: "\uE648" # optional, the UTF-16 code point of the nerd font icon if supported (link 3).
o2sh marked this conversation as resolved.
Show resolved Hide resolved
serialization: c# # required only if the Enum name `CSharp` doesn't match the display name `C#`
```

Expand All @@ -60,6 +61,7 @@ CSharp: # required, this will be the name of the enum variant for the language a

- link 1: https://github.com/XAMPPRocky/tokei#supported-languages
- link 2: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
- link 3: https://www.nerdfonts.com/cheat-sheet

### Adding translation for README.md

Expand Down
Loading