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 more languages #18

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Changes from all 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
52 changes: 52 additions & 0 deletions gengo/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
#
# WARNING: Please alphabetize!
---
Go:
category: programming
color: "#00ADD8"
matchers:
extensions:
- go
HTML:
category: markup
color: "#E96228"
Expand All @@ -71,12 +77,52 @@ Plain Text:
filenames:
- "LICENCE"
- "LICENSE"
Pug:
category: markup
color: "#A86454"
matchers:
extensions:
- pug
Python:
category: programming
color: "#3472A6"
matchers:
extensions:
- py
interpreters:
- python
- python2
- python3
Ruby:
category: programming
color: "#D21304"
matchers:
extensions:
- gemspec
- rb
filenames:
- Gemfile
- Rakefile
interpreters:
- ruby
Rust:
category: programming
color: "#DD3515"
matchers:
extensions:
- rs
Shell:
category: programming
color: "#262E28"
matchers:
extensions:
- bash
- fish
- sh
interpreters:
- bash
- fish
- sh
TypeScript:
category: programming
color: "#2F74C0"
Expand All @@ -85,3 +131,9 @@ TypeScript:
- ts
interpreters:
- deno
Vue:
category: programming
color: "#3FB27F"
matchers:
extensions:
- vue