Skip to content

Commit 80c269c

Browse files
authored
PROJECT_LANG_1.md [V1]
Version 1 of the first project language file for this project.
1 parent b5fd92f commit 80c269c

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

PROJECT_LANG_1.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
***
3+
4+
# Project language file 1
5+
6+
## For seanpm2001/Pronounce
7+
8+
I chose Markdown as the first project language file for this project (seanpm2001/Pronounce) as this project is just documentation on the pronunciation of my projects names and titles, and general info about why it doesn't really matter. It is getting its own project language file, starting here.
9+
10+
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`)
11+
12+
```gitattributes
13+
*.md linguist-detectable=true
14+
*.md linguist-documentation=false
15+
*.md linguist-language=Markdown
16+
```
17+
18+
Advanced version:
19+
20+
```gitattributes
21+
# Markdown (*.md, *.mkd, *.mdown, *.markdown)
22+
*.md linguist-detectable=true
23+
*.md linguist-documentation=false
24+
*.md linguist-language=Markdown
25+
*.mkd linguist-detectable=true
26+
*.mkd linguist-documentation=false
27+
*.mkd linguist-language=Markdown
28+
*.mdown linguist-detectable=true
29+
*.mdown linguist-documentation=false
30+
*.mdown linguist-language=Markdown
31+
*.markdown linguist-detectable=true
32+
*.markdown linguist-documentation=false
33+
*.markdown linguist-language=Markdown
34+
```
35+
36+
## File info
37+
38+
**File type:** `Markdown document (*.md, *.mkd, *.mdown, *.markdown)`
39+
40+
**File version:** `1 (2022, Saturday, September 3rd at 6:15 pm PST)`
41+
42+
**Line count (including blank lines and compiler line):** `45`
43+
44+
***

0 commit comments

Comments
 (0)