Skip to content

Commit

Permalink
Bump priority of C language (#183)
Browse files Browse the repository at this point in the history
`C` and `C++` conflict over the `.h` file extension. This makes gengo
choose C when it can't decide if a `.h` file is C or C++.
  • Loading branch information
spenserblack authored Sep 15, 2023
1 parent af7668f commit 3a65c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gengo/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ C:
extensions:
- c
- h
priority: 75
"C#":
category: programming
color: "#178600"
Expand Down

0 comments on commit 3a65c59

Please sign in to comment.