github-linguist / linguist

Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
MIT License
12.15k stars 4.21k forks source link

Add `.clangd` as a filename for YAML #7063

Open tahmid-khan opened 3 days ago

tahmid-khan commented 3 days ago

This PR classifies .clangd as a name for files that use the YAML language.

Description

clangd uses YAML-formatted files with the name .clangd for its project-level configuration.

Reference: clangd’s documentation for configuration files

Also potentially of interest: JSON Schema specification for .clangd files

Checklist: