Force GitHub to detect a language


gitattributes 📋
*.md linguist-detectable=true
*.sql linguist-detectable=true

To force detection as a specific language:

gitattributes 📋
*.sql linguist-language=sql