Skip to content

Commit 99914c4

Browse files
authored
Merge pull request #223 from jaebradley/update-languages-1601417032160
Update Languages File
2 parents 5facb3b + 302d587 commit 99914c4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/languages.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
"tmScope": "source.al",
9292
"aceMode": "text",
9393
"languageId": 658971832,
94-
"name": "AL Code",
94+
"name": "AL",
9595
"aliases": [
96-
"al code"
96+
"al"
9797
],
9898
"wrap": "false",
9999
"searchable": "true"
@@ -458,6 +458,7 @@
458458
},
459459
{
460460
"type": "programming",
461+
"color": "#0B3D91",
461462
"group": "Assembly",
462463
"extensions": [
463464
".agc"
@@ -750,6 +751,7 @@
750751
},
751752
{
752753
"type": "programming",
754+
"color": "#6A463F",
753755
"group": "Yacc",
754756
"tmScope": "source.yacc",
755757
"extensions": [
@@ -1505,6 +1507,7 @@
15051507
},
15061508
{
15071509
"type": "programming",
1510+
"color": "#ed2cd6",
15081511
"group": "ColdFusion",
15091512
"aceMode": "coldfusion",
15101513
"aliases": [
@@ -2149,6 +2152,7 @@
21492152
},
21502153
{
21512154
"type": "markup",
2155+
"color": "#a91e50",
21522156
"group": "HTML",
21532157
"extensions": [
21542158
".ejs",
@@ -3312,6 +3316,7 @@
33123316
},
33133317
{
33143318
"type": "data",
3319+
"color": "#e10098",
33153320
"extensions": [
33163321
".graphql",
33173322
".gql",
@@ -3716,7 +3721,9 @@
37163721
".hsc"
37173722
],
37183723
"interpreters": [
3719-
"runhaskell"
3724+
"runghc",
3725+
"runhaskell",
3726+
"runhugs"
37203727
],
37213728
"tmScope": "source.haskell",
37223729
"aceMode": "haskell",
@@ -4083,6 +4090,7 @@
40834090
},
40844091
{
40854092
"type": "programming",
4093+
"color": "#DBCA00",
40864094
"group": "Lex",
40874095
"extensions": [
40884096
".flex",
@@ -6141,6 +6149,7 @@
61416149
},
61426150
{
61436151
"type": "programming",
6152+
"color": "#9C8AF9",
61446153
"group": "Python",
61456154
"extensions": [
61466155
".numpy",
@@ -9576,6 +9585,7 @@
95769585
},
95779586
{
95789587
"type": "programming",
9588+
"color": "#4e3617",
95799589
"group": "C",
95809590
"aceMode": "c_cpp",
95819591
"codemirrorMode": "clike",

0 commit comments

Comments
 (0)