Update Linguist languages.yml to latest upstream#1078
Merged
skyfallwastaken merged 2 commits intomainfrom Mar 19, 2026
Merged
Conversation
Contributor
Greptile SummaryAutomated sync of
Both additions are correctly placed in alphabetical order within their respective extension lists. The file is consumed by Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["GitHub Actions Workflow\n(update-linguist.yml)"] -->|"Fetches latest"| B["Upstream linguist/languages.yml"]
B -->|"Copies to"| C["config/languages.yml\n(+.txtpb, +.icls)"]
C -->|"Loaded by"| D["LanguageUtils.data\n(app/lib/language_utils.rb)"]
E["config/languages_custom.yml"] -->|"deep_merge override"| D
D -->|"Provides"| F["Language names, colors,\nextensions, aliases"]
Last reviewed commit: 3380993 |
2261e23 to
91e5023
Compare
7592c87 to
5e1b626
Compare
5e1b626 to
93d7cb9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
config/languages.ymlto the latest version from github-linguist/linguistThis PR was automatically created by the Update Linguist workflow.