/

Force GitHub to detect a language

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

To force detection as a specific language:

gitattributes
*.sql linguist-language=sql
Notes and snippets and things