Skip to content

Commit 8729dbf

Browse files
authored
PROJECT_LANG_1.mdown
Version 1 of the first project language file for this project.
1 parent 5f662e1 commit 8729dbf

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

PROJECT_LANG_1.mdown

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
***
3+
4+
# Project language file 1
5+
6+
## For seanpm2001/Android-x32_Docs
7+
8+
I chose Markdown as the first project language file for this project (seanpm2001/Android-x32_Docs) as this project is just documentation and an article set on the Android x32 operating system project, the documentation is written in Mardown. 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, Monday, December 12th at 7:39 pm PST)`
41+
42+
**Line count (including blank lines and compiler line):** `45`
43+
44+
***

0 commit comments

Comments
 (0)