Skip to content

Commit 8aa33bd

Browse files
committed
fix(languages): update GitHub languages JSON file
1 parent 8333a0a commit 8aa33bd

File tree

1 file changed

+91
-25
lines changed

1 file changed

+91
-25
lines changed

src/languages.json

Lines changed: 91 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,21 @@
11441144
"wrap": "false",
11451145
"searchable": "true"
11461146
},
1147+
{
1148+
"type": "data",
1149+
"filenames": [
1150+
"CODEOWNERS"
1151+
],
1152+
"tmScope": "text.codeowners",
1153+
"aceMode": "gitignore",
1154+
"languageId": 321684729,
1155+
"name": "CODEOWNERS",
1156+
"aliases": [
1157+
"codeowners"
1158+
],
1159+
"wrap": "false",
1160+
"searchable": "true"
1161+
},
11471162
{
11481163
"type": "data",
11491164
"extensions": [
@@ -3559,7 +3574,6 @@
35593574
".htm",
35603575
".html.hl",
35613576
".inc",
3562-
".st",
35633577
".xht",
35643578
".xhtml"
35653579
],
@@ -3568,30 +3582,6 @@
35683582
"wrap": "false",
35693583
"searchable": "true"
35703584
},
3571-
{
3572-
"type": "markup",
3573-
"tmScope": "text.html.django",
3574-
"group": "HTML",
3575-
"extensions": [
3576-
".jinja",
3577-
".j2",
3578-
".jinja2"
3579-
],
3580-
"aliases": [
3581-
"django",
3582-
"html+django/jinja",
3583-
"html+jinja",
3584-
"htmldjango",
3585-
"html+django"
3586-
],
3587-
"aceMode": "django",
3588-
"codemirrorMode": "django",
3589-
"codemirrorMimeType": "text/x-django",
3590-
"languageId": 147,
3591-
"name": "HTML+Django",
3592-
"wrap": "false",
3593-
"searchable": "true"
3594-
},
35953585
{
35963586
"type": "markup",
35973587
"tmScope": "text.html.ecr",
@@ -4493,6 +4483,30 @@
44934483
"wrap": "false",
44944484
"searchable": "true"
44954485
},
4486+
{
4487+
"type": "markup",
4488+
"color": "#a52a22",
4489+
"aliases": [
4490+
"django",
4491+
"html+django",
4492+
"html+jinja",
4493+
"htmldjango",
4494+
"jinja"
4495+
],
4496+
"extensions": [
4497+
".jinja",
4498+
".j2",
4499+
".jinja2"
4500+
],
4501+
"tmScope": "text.html.django",
4502+
"aceMode": "django",
4503+
"codemirrorMode": "django",
4504+
"codemirrorMimeType": "text/x-django",
4505+
"languageId": 147,
4506+
"name": "Jinja",
4507+
"wrap": "false",
4508+
"searchable": "true"
4509+
},
44964510
{
44974511
"type": "programming",
44984512
"group": "Yacc",
@@ -8980,6 +8994,22 @@
89808994
"wrap": "false",
89818995
"searchable": "true"
89828996
},
8997+
{
8998+
"type": "programming",
8999+
"color": "#64E6AD",
9000+
"tmScope": "source.singularity",
9001+
"filenames": [
9002+
"Singularity"
9003+
],
9004+
"aceMode": "text",
9005+
"languageId": 987024632,
9006+
"name": "Singularity",
9007+
"aliases": [
9008+
"singularity"
9009+
],
9010+
"wrap": "false",
9011+
"searchable": "true"
9012+
},
89839013
{
89849014
"type": "programming",
89859015
"color": "#007eff",
@@ -9252,6 +9282,24 @@
92529282
"wrap": "false",
92539283
"searchable": "true"
92549284
},
9285+
{
9286+
"type": "markup",
9287+
"color": "#3fb34f",
9288+
"extensions": [
9289+
".st"
9290+
],
9291+
"tmScope": "source.string-template",
9292+
"aceMode": "html",
9293+
"codemirrorMode": "htmlmixed",
9294+
"codemirrorMimeType": "text/html",
9295+
"languageId": 89855901,
9296+
"name": "StringTemplate",
9297+
"aliases": [
9298+
"stringtemplate"
9299+
],
9300+
"wrap": "false",
9301+
"searchable": "true"
9302+
},
92559303
{
92569304
"type": "markup",
92579305
"color": "#ff6347",
@@ -10725,6 +10773,24 @@
1072510773
"wrap": "false",
1072610774
"searchable": "true"
1072710775
},
10776+
{
10777+
"type": "programming",
10778+
"color": "#285EEF",
10779+
"extensions": [
10780+
".xsh"
10781+
],
10782+
"tmScope": "source.python",
10783+
"aceMode": "text",
10784+
"codemirrorMode": "python",
10785+
"codemirrorMimeType": "text/x-python",
10786+
"languageId": 614078284,
10787+
"name": "Xonsh",
10788+
"aliases": [
10789+
"xonsh"
10790+
],
10791+
"wrap": "false",
10792+
"searchable": "true"
10793+
},
1072810794
{
1072910795
"type": "programming",
1073010796
"extensions": [

0 commit comments

Comments
 (0)