We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a96d680 + ca68f07 commit 26159efCopy full SHA for 26159ef
src/languages.json
@@ -4838,7 +4838,6 @@
4838
"extensions": [
4839
".druby",
4840
".duby",
4841
- ".mir",
4842
".mirah"
4843
],
4844
"tmScope": "source.ruby",
@@ -7909,7 +7908,8 @@
7909
7908
".toml"
7910
7911
"filenames": [
7912
- "Cargo.lock"
+ "Cargo.lock",
+ "Gopkg.lock"
7913
7914
"tmScope": "source.toml",
7915
"aceMode": "toml",
@@ -8926,6 +8926,7 @@
8926
8927
8928
".yml",
8929
+ ".mir",
8930
".reek",
8931
".rviz",
8932
".sublime-syntax",
@@ -8937,7 +8938,8 @@
8937
8938
8939
".clang-format",
8940
".clang-tidy",
- ".gemrc"
8941
+ ".gemrc",
8942
+ "glide.lock"
8943
8944
"aceMode": "yaml",
8945
"codemirrorMode": "yaml",
0 commit comments