提交 4c99db1a 编写于 作者: M Martin Aeschlimann

file extensins: put primary first. For #102100

上级 71c7660d
......@@ -1789,8 +1789,8 @@
"diff"
],
"extensions": [
".patch",
".diff",
".patch",
".rej"
],
"configuration": "./languages/diff.language-configuration.json"
......
......@@ -48,14 +48,14 @@
"JSON with Comments"
],
"extensions": [
".hintrc",
".babelrc",
".jsonc",
".eslintrc",
".eslintrc.json",
".jsfmtrc",
".jshintrc",
".swcrc"
".swcrc",
".hintrc",
".babelrc"
],
"configuration": "./language-configuration.json"
}
......
......@@ -12,7 +12,7 @@
"contributes": {
"languages": [{
"id": "jade",
"extensions": [ ".jade", ".pug" ],
"extensions": [ ".pug", ".jade" ],
"aliases": [ "Pug", "Jade", "jade" ],
"configuration": "./language-configuration.json"
}],
......@@ -22,4 +22,4 @@
"path": "./syntaxes/pug.tmLanguage.json"
}]
}
}
\ No newline at end of file
}
......@@ -23,8 +23,8 @@
".dita",
".ditamap",
".dtd",
".ent",
".mod",
".ent",
".mod",
".dtml",
".fsproj",
".fxml",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册