Skip to content

Latest commit

History

History
44 lines (31 loc) 路 1.75 KB

PROJECT_LANG_1.md

File metadata and controls

44 lines (31 loc) 路 1.75 KB

Project language file 1

For seanpm2001:DeGoogle-your-Life/DeGoogle-Ranking-Scale

I chose Markdown as the first project language file for this project (seanpm2001:DeGoogle-your-Life/DeGoogle-Ranking-Scale) as this project is just documentation on a ranking scale of the level of DeGoogling that a user or an article does. The documentation is written in Markdown, so the project language will match that. It is getting its own project language file, starting here.

This is an instance in which I am using Markdown as a project language file, as I learned how to make the GitHub linguist recognize Markdown as a language. I found this out when snooping around on Apple/Swift Evolution if you want to do this yourself, simply add this to your .gitattributes file (if you haven't created one yet, make it now, do not add anything else to the file name but .gitattributes)

*.md linguist-detectable=true
*.md linguist-documentation=false
*.md linguist-language=Markdown

Advanced version:

# Markdown (*.md, *.mkd, *.mdown, *.markdown)
*.md linguist-detectable=true
*.md linguist-documentation=false
*.md linguist-language=Markdown
*.mkd linguist-detectable=true
*.mkd linguist-documentation=false
*.mkd linguist-language=Markdown
*.mdown linguist-detectable=true
*.mdown linguist-documentation=false
*.mdown linguist-language=Markdown
*.markdown linguist-detectable=true
*.markdown linguist-documentation=false
*.markdown linguist-language=Markdown

File info

File type: Markdown document (*.md, *.mkd, *.mdown, *.markdown)

File version: 1 (2023, Tuesday, January 3rd at 2:44 pm PST)

Line count (including blank lines and compiler line): 45