Skip to content

Commit 814c51c

Browse files
authored
Merge pull request #219 from jaebradley/update-languages-1598392085657
Update Languages File
2 parents 35d1730 + 35055df commit 814c51c

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

src/languages.json

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,22 @@
155155
"wrap": "false",
156156
"searchable": "true"
157157
},
158+
{
159+
"type": "programming",
160+
"aceMode": "text",
161+
"extensions": [
162+
".asl",
163+
".dsl"
164+
],
165+
"tmScope": "source.asl",
166+
"languageId": 124996147,
167+
"name": "ASL",
168+
"aliases": [
169+
"asl"
170+
],
171+
"wrap": "false",
172+
"searchable": "true"
173+
},
158174
{
159175
"type": "data",
160176
"extensions": [
@@ -3475,11 +3491,14 @@
34753491
"group": "HTML",
34763492
"aliases": [
34773493
"erb",
3494+
"rhtml",
3495+
"html+ruby",
34783496
"html+erb"
34793497
],
34803498
"extensions": [
34813499
".erb",
3482-
".erb.deface"
3500+
".erb.deface",
3501+
".rhtml"
34833502
],
34843503
"aceMode": "text",
34853504
"codemirrorMode": "htmlembedded",
@@ -4101,7 +4120,8 @@
41014120
".jslintrc",
41024121
"jsconfig.json",
41034122
"language-configuration.json",
4104-
"tsconfig.json"
4123+
"tsconfig.json",
4124+
"tslint.json"
41054125
],
41064126
"languageId": 423,
41074127
"name": "JSON with Comments",
@@ -7518,25 +7538,6 @@
75187538
"wrap": "false",
75197539
"searchable": "true"
75207540
},
7521-
{
7522-
"type": "markup",
7523-
"group": "HTML",
7524-
"extensions": [
7525-
".rhtml"
7526-
],
7527-
"tmScope": "text.html.erb",
7528-
"aliases": [
7529-
"html+ruby",
7530-
"rhtml"
7531-
],
7532-
"aceMode": "rhtml",
7533-
"codemirrorMode": "htmlembedded",
7534-
"codemirrorMimeType": "application/x-erb",
7535-
"languageId": 312,
7536-
"name": "RHTML",
7537-
"wrap": "false",
7538-
"searchable": "true"
7539-
},
75407541
{
75417542
"type": "prose",
75427543
"wrap": true,
@@ -8553,6 +8554,7 @@
85538554
".bats",
85548555
".cgi",
85558556
".command",
8557+
".env",
85568558
".fcgi",
85578559
".ksh",
85588560
".sh.in",
@@ -8567,6 +8569,9 @@
85678569
".bash_profile",
85688570
".bashrc",
85698571
".cshrc",
8572+
".env",
8573+
".env.example",
8574+
".flaskenv",
85708575
".login",
85718576
".profile",
85728577
".zlogin",
@@ -9529,6 +9534,7 @@
95299534
},
95309535
{
95319536
"type": "programming",
9537+
"color": "#9933cc",
95329538
"extensions": [
95339539
".uno"
95349540
],

0 commit comments

Comments
 (0)