From b27cd0ff34eec7614cd79c13bff5feec486a66e1 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Tue, 15 Oct 2024 12:38:01 -0700 Subject: [PATCH] Create PROJECT_LANG_1.md --- PROJECT_LANG_1.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 PROJECT_LANG_1.md diff --git a/PROJECT_LANG_1.md b/PROJECT_LANG_1.md new file mode 100644 index 0000000..0cae4b9 --- /dev/null +++ b/PROJECT_LANG_1.md @@ -0,0 +1,39 @@ + +*** + +# Project language file 1 + +## For Seanpm2001/Camera-privacy-specification + +The project language file for this project is Markdown, as this project (Seanpm2001/Camera-privacy-specification) focuses directly on content written in Markdown. + +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](https://github.com/apple/swift-evolution/blob/main/.gitattributes) 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`) + +```gitattributes +*.md linguist-detectable=true +*.md linguist-documentation=false +``` + +Advanced version: + +```gitattributes +# Markdown (*.md, *.mkd, *.mdown, *.markdown) +*.md linguist-detectable=true +*.md linguist-documentation=false +*.mkd linguist-detectable=true +*.mkd linguist-documentation=false +*.mdown linguist-detectable=true +*.mdown linguist-documentation=false +*.markdown linguist-detectable=true +*.markdown linguist-documentation=false +``` + +## File info + +**File type:** `Markdown document (*.md, *.mkd, *.mdown, *.markdown)` + +**File version:** `1 (Wednesday, 2022 January 26th at 4:34 pm)` + +**Line count (including blank lines and compiler line):** `40` + +***