Skip to content

Commit aded584

Browse files
committed
fix(languages): update GitHub languages JSON file
1 parent 2539ae6 commit aded584

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/languages.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,9 @@
27212721
".fshader",
27222722
".geo",
27232723
".geom",
2724+
".glslf",
27242725
".glslv",
2726+
".gs",
27252727
".gshader",
27262728
".shader",
27272729
".tesc",
@@ -4183,8 +4185,10 @@
41834185
"interpreters": [
41844186
"chakra",
41854187
"d8",
4188+
"gjs",
41864189
"js",
41874190
"node",
4191+
"qjs",
41884192
"rhino",
41894193
"v8",
41904194
"v8-shell"
@@ -5921,6 +5925,21 @@
59215925
"wrap": "false",
59225926
"searchable": "true"
59235927
},
5928+
{
5929+
"type": "data",
5930+
"extensions": [
5931+
".odin"
5932+
],
5933+
"tmScope": "source.odin-ehr",
5934+
"aceMode": "text",
5935+
"languageId": 985227236,
5936+
"name": "Object Data Instance Notation",
5937+
"aliases": [
5938+
"object data instance notation"
5939+
],
5940+
"wrap": "false",
5941+
"searchable": "true"
5942+
},
59245943
{
59255944
"type": "programming",
59265945
"extensions": [
@@ -6000,6 +6019,24 @@
60006019
"wrap": "false",
60016020
"searchable": "true"
60026021
},
6022+
{
6023+
"type": "programming",
6024+
"color": "#60AFFE",
6025+
"aliases": [
6026+
"odinlang",
6027+
"odin-lang",
6028+
"odin"
6029+
],
6030+
"extensions": [
6031+
".odin"
6032+
],
6033+
"tmScope": "source.odin",
6034+
"aceMode": "text",
6035+
"languageId": 889244082,
6036+
"name": "Odin",
6037+
"wrap": "false",
6038+
"searchable": "true"
6039+
},
60036040
{
60046041
"type": "programming",
60056042
"extensions": [

0 commit comments

Comments
 (0)