Skip to content

Commit 8c33f4b

Browse files
authored
PROJECT_LANG_1.ld
Version 1 of the first project language file for this directory set.
1 parent 4c628ee commit 8c33f4b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

PROJECT_LANG_1.ld

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Start of script */
2+
3+
/* Project language file 1
4+
* For: /SNU/2D/ProgrammingTools/IDE/Linker-Script/
5+
* About:
6+
* I decided to make Linker-Script the main project language file for this project (SNU / 2D / Programming Tools / IDE / Linker-Script) as this is a Linker-Script IDE, and it needs its main language to be represented here.
7+
*/
8+
9+
.title000 : { "Project language file 1" }
10+
.subtitle : { "For: /SNU/2D/ProgrammingTools/IDE/Linker-Script/" }
11+
.about000 : { "About: " }
12+
.descript : { "I decided to make Linker-Script the main project language file for this project (SNU / 2D / Programming Tools / IDE / Linker-Script) as this is a Linker-Script IDE, and it needs its main language to be represented here." }
13+
14+
/* File info
15+
* File type: Linker Script source file (*.x *.ld *.lds)
16+
* File version: 1 (2022, Monday, November 7th at 11:19 pm PST)
17+
* Line count (including blank lines and compiler line): 21
18+
*/
19+
20+
/* End of script */

0 commit comments

Comments
 (0)