Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
description = "Get the language distribution stats of your repository"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
repository = "https://github.com/spenserblack/gengo"
readme = "README.md"
Expand Down
19 changes: 19 additions & 0 deletions gengo/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,25 @@ Erlang:
extensions:
- fs
- fsx
"FORTRAN Legacy":
category: programming
color: "#716152"
matchers:
extensions:
- f
- f77
- for
- ftn
- pfo
"Fortran Modern":
category: programming
color: "#725196"
matchers:
extensions:
- f03
- f08
- f90
- f95
GitHub Workflow:
category: programming
color: "#2088FF"
Expand Down