Skip to content

Commit f3c1d97

Browse files
committed
Fix dummy syntax names
1 parent 34b51b1 commit f3c1d97

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

icons/icons.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
"color": "green",
726726
"syntaxes": [
727727
{
728-
"name": "Advanced CSV",
728+
"name": "Plain Text (Advanced CSV)",
729729
"scope": "text.advanced_csv"
730730
}
731731
]
@@ -1101,15 +1101,15 @@
11011101
"scope": "source.fortran"
11021102
},
11031103
{
1104-
"name": "Fortran Namelist",
1104+
"name": "Plain Text (Fortran Namelist)",
11051105
"scope": "source.fortran-namelist"
11061106
},
11071107
{
1108-
"name": "Fixed Form Fortran",
1108+
"name": "Plain Text (Fixed Form Fortran)",
11091109
"scope": "source.fixedform-fortran"
11101110
},
11111111
{
1112-
"name": "Modern Fortran",
1112+
"name": "Plain Text (Modern Fortran)",
11131113
"scope": "source.modern-fortran"
11141114
}
11151115
]
@@ -1201,7 +1201,7 @@
12011201
"extensions": [
12021202
"gleam"
12031203
],
1204-
"name": "Gleam",
1204+
"name": "Plain Text (Gleam)",
12051205
"scope": "source.gleam"
12061206
}
12071207
]
@@ -3480,7 +3480,7 @@
34803480
"extensions": [
34813481
"typ"
34823482
],
3483-
"name": "Typst",
3483+
"name": "Plain Text (Typst)",
34843484
"scope": "text.typst"
34853485
}
34863486
]
@@ -3748,7 +3748,7 @@
37483748
"wast",
37493749
"wat"
37503750
],
3751-
"name": "WAST",
3751+
"name": "Plain Text (WAST)",
37523752
"scope": "source.wast"
37533753
}
37543754
]
@@ -3784,7 +3784,7 @@
37843784
"extensions": [
37853785
"wgsl"
37863786
],
3787-
"name": "WGSL",
3787+
"name": "Plain Text (WGSL)",
37883788
"scope": "source.wgsl"
37893789
}
37903790
]
@@ -3950,7 +3950,7 @@
39503950
"zig",
39513951
"zon"
39523952
],
3953-
"name": "Zig",
3953+
"name": "Plain Text (Zig)",
39543954
"scope": "source.zig"
39553955
}
39563956
]

0 commit comments

Comments
 (0)