Skip to content

Commit c690a75

Browse files
committed
fix(languages): update GitHub languages JSON file
1 parent c6dc2fc commit c690a75

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/languages.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@
25282528
".for",
25292529
".fpp"
25302530
],
2531-
"tmScope": "source.fortran.modern",
2531+
"tmScope": "source.fortran",
25322532
"aceMode": "text",
25332533
"codemirrorMode": "fortran",
25342534
"codemirrorMimeType": "text/x-fortran",
@@ -4136,6 +4136,7 @@
41364136
".js",
41374137
"._js",
41384138
".bones",
4139+
".cjs",
41394140
".es",
41404141
".es6",
41414142
".frag",
@@ -6798,6 +6799,21 @@
67986799
"wrap": "false",
67996800
"searchable": "true"
68006801
},
6802+
{
6803+
"type": "data",
6804+
"extensions": [
6805+
".pro"
6806+
],
6807+
"tmScope": "none",
6808+
"aceMode": "text",
6809+
"languageId": 716513858,
6810+
"name": "Proguard",
6811+
"aliases": [
6812+
"proguard"
6813+
],
6814+
"wrap": "false",
6815+
"searchable": "true"
6816+
},
68016817
{
68026818
"type": "programming",
68036819
"color": "#74283c",
@@ -9946,6 +9962,7 @@
99469962
".syntax",
99479963
".yaml",
99489964
".yaml-tmlanguage",
9965+
".yaml.sed",
99499966
".yml.mysql"
99509967
],
99519968
"filenames": [

0 commit comments

Comments
 (0)