Skip to content

Commit c30a105

Browse files
committed
fix(languages): update GitHub languages JSON file
1 parent 4e05b0e commit c30a105

File tree

1 file changed

+28
-9
lines changed

1 file changed

+28
-9
lines changed

src/languages.json

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4866,6 +4866,7 @@
48664866
".p8",
48674867
".pd_lua",
48684868
".rbxs",
4869+
".rockspec",
48694870
".wlua"
48704871
],
48714872
"interpreters": [
@@ -7001,7 +7002,6 @@
70017002
"color": "#3572A5",
70027003
"extensions": [
70037004
".py",
7004-
".bzl",
70057005
".cgi",
70067006
".fcgi",
70077007
".gyp",
@@ -7022,14 +7022,10 @@
70227022
],
70237023
"filenames": [
70247024
".gclient",
7025-
"BUCK",
7026-
"BUILD",
7027-
"BUILD.bazel",
70287025
"DEPS",
70297026
"SConscript",
70307027
"SConstruct",
70317028
"Snakefile",
7032-
"WORKSPACE",
70337029
"wscript"
70347030
],
70357031
"interpreters": [
@@ -7038,11 +7034,8 @@
70387034
"python3"
70397035
],
70407036
"aliases": [
7041-
"bazel",
7042-
"bzl",
7043-
"rusthon",
7044-
"starlark",
70457037
"python3",
7038+
"rusthon",
70467039
"python"
70477040
],
70487041
"languageId": 303,
@@ -8587,6 +8580,32 @@
85878580
"wrap": "false",
85888581
"searchable": "true"
85898582
},
8583+
{
8584+
"type": "programming",
8585+
"tmScope": "source.python",
8586+
"aceMode": "python",
8587+
"codemirrorMode": "python",
8588+
"codemirrorMimeType": "text/x-python",
8589+
"color": "#76d275",
8590+
"extensions": [
8591+
".bzl"
8592+
],
8593+
"filenames": [
8594+
"BUCK",
8595+
"BUILD",
8596+
"BUILD.bazel",
8597+
"WORKSPACE"
8598+
],
8599+
"aliases": [
8600+
"bazel",
8601+
"bzl",
8602+
"starlark"
8603+
],
8604+
"languageId": 960266174,
8605+
"name": "Starlark",
8606+
"wrap": "false",
8607+
"searchable": "true"
8608+
},
85908609
{
85918610
"type": "programming",
85928611
"extensions": [

0 commit comments

Comments
 (0)