Last active
March 3, 2023 16:18
-
-
Save ChristoWolf/173dc1b82de4f45f8bbe9b024245df87 to your computer and use it in GitHub Desktop.
Git attributes enabling Markdown language detection on GitHub
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
| # Markdown | |
| *.md linguist-vendored=false | |
| *.md linguist-generated=false | |
| *.md linguist-documentation=false | |
| *.md linguist-detectable=true | |
| # YAML | |
| *.y*ml linguist-vendored=false | |
| *.y*ml linguist-generated=false | |
| *.y*ml linguist-documentation=false | |
| *.y*ml linguist-detectable=true |
Author
Happy that you found it useful, @brunoro7!
Author
TODO: Add YAML detection and docstring for overrides.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey man, thanks for the public Gist, with this, i can fix my problem!