generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_11.yml
13 lines (13 loc) · 1.17 KB
/
PROJECT_LANG_11.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
# Start of script
# Project language file 11
# For: Seanpm2001/BlazeOS/
# I decided to make YAML the 10th project language file for this project (Seanpm2001/BlazeOS/) as on 2022 Sunday, January 9th, I decided to make project languages out of all the languages used on this project. This project uses a lot of YAML for configuration and workflows, so it was included.
# This is a rare instance in which I am using YAML as a project language file, as I learned how to make the GitHub linguist recognize Markdown as a language, and I extended this to other languages, this time with YAML. 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: ".gitattributes"
line1: *.yml linguist-detectable=true
line2: *.yaml linguist-detectable=true
## File info
# File type: YAML document (*.yml *.yaml)
# File version: 1 (2022, Sunday, January 9th at 3:41 pm)
# Line count (including blank lines and compiler line): 14
# End of script