Skip to content

Commit ca68f07

Browse files
committed
fix(languages): update GitHub languages JSON file
1 parent a96d680 commit ca68f07

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/languages.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4838,7 +4838,6 @@
48384838
"extensions": [
48394839
".druby",
48404840
".duby",
4841-
".mir",
48424841
".mirah"
48434842
],
48444843
"tmScope": "source.ruby",
@@ -7909,7 +7908,8 @@
79097908
".toml"
79107909
],
79117910
"filenames": [
7912-
"Cargo.lock"
7911+
"Cargo.lock",
7912+
"Gopkg.lock"
79137913
],
79147914
"tmScope": "source.toml",
79157915
"aceMode": "toml",
@@ -8926,6 +8926,7 @@
89268926
],
89278927
"extensions": [
89288928
".yml",
8929+
".mir",
89298930
".reek",
89308931
".rviz",
89318932
".sublime-syntax",
@@ -8937,7 +8938,8 @@
89378938
"filenames": [
89388939
".clang-format",
89398940
".clang-tidy",
8940-
".gemrc"
8941+
".gemrc",
8942+
"glide.lock"
89418943
],
89428944
"aceMode": "yaml",
89438945
"codemirrorMode": "yaml",

0 commit comments

Comments
 (0)