Default to config icon for the property language (#158454)

This commit is contained in:
Trond Einar Snekvik 2022-09-26 16:00:07 +02:00 committed by GitHub
parent cace09d0eb
commit 83248ce374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 13 deletions

View File

@ -27,9 +27,9 @@
{
"id": "properties",
"extensions": [
".conf",
".properties",
".cfg",
".conf",
".directory",
".gitattributes",
".gitconfig",

View File

@ -6,7 +6,7 @@
"git": {
"name": "seti-ui",
"repositoryUrl": "https://github.com/jesseweed/seti-ui",
"commitHash": "2d10473b7575ec00c47eda751ea9caeec6b0b606"
"commitHash": "fd20793e5a75b350eab8d489165fb9b420df3f62"
}
},
"version": "0.1.0"

View File

@ -1575,8 +1575,6 @@
"cfm": "_coldfusion",
"litcoffee": "_coffee",
"config": "_config",
"cfg": "_config",
"conf": "_config",
"cr": "_crystal",
"ecr": "_crystal_embedded",
"slang": "_crystal_embedded",
@ -1624,6 +1622,7 @@
"jade": "_jade",
"class": "_java_1",
"classpath": "_java",
"properties": "_java",
"js.map": "_javascript",
"spec.js": "_javascript_1",
"test.js": "_javascript_1",
@ -1731,7 +1730,6 @@
"webp": "_image",
"sublime-project": "_sublime",
"sublime-workspace": "_sublime",
"fish": "_shell",
"mov": "_video",
"ogv": "_video",
"webm": "_video",
@ -1774,7 +1772,6 @@
"direnv": "_config",
"env": "_config",
"static": "_config",
"editorconfig": "_config",
"slugignore": "_config",
"tmp": "_clock_1",
"htaccess": "_config",
@ -1835,14 +1832,19 @@
"yarn.lock": "_yarn",
"webpack.config.js": "_webpack",
"webpack.config.cjs": "_webpack",
"webpack.config.ts": "_webpack",
"webpack.config.build.js": "_webpack",
"webpack.config.build.cjs": "_webpack",
"webpack.config.build.ts": "_webpack",
"webpack.common.js": "_webpack",
"webpack.common.cjs": "_webpack",
"webpack.common.ts": "_webpack",
"webpack.dev.js": "_webpack",
"webpack.dev.cjs": "_webpack",
"webpack.dev.ts": "_webpack",
"webpack.prod.js": "_webpack",
"webpack.prod.cjs": "_webpack",
"webpack.prod.ts": "_webpack",
"license": "_license",
"licence": "_license",
"license.txt": "_license",
@ -1887,7 +1889,7 @@
"groovy": "_grails",
"handlebars": "_mustache",
"html": "_html_3",
"properties": "_java",
"properties": "_config",
"java": "_java",
"javascriptreact": "_react",
"javascript": "_javascript",
@ -1976,8 +1978,6 @@
"cfm": "_coldfusion_light",
"litcoffee": "_coffee_light",
"config": "_config_light",
"cfg": "_config_light",
"conf": "_config_light",
"cr": "_crystal_light",
"ecr": "_crystal_embedded_light",
"slang": "_crystal_embedded_light",
@ -2025,6 +2025,7 @@
"jade": "_jade_light",
"class": "_java_1_light",
"classpath": "_java_light",
"properties": "_java_light",
"js.map": "_javascript_light",
"spec.js": "_javascript_1_light",
"test.js": "_javascript_1_light",
@ -2132,7 +2133,6 @@
"webp": "_image_light",
"sublime-project": "_sublime_light",
"sublime-workspace": "_sublime_light",
"fish": "_shell_light",
"mov": "_video_light",
"ogv": "_video_light",
"webm": "_video_light",
@ -2175,7 +2175,6 @@
"direnv": "_config_light",
"env": "_config_light",
"static": "_config_light",
"editorconfig": "_config_light",
"slugignore": "_config_light",
"tmp": "_clock_1_light",
"htaccess": "_config_light",
@ -2206,7 +2205,7 @@
"groovy": "_grails_light",
"handlebars": "_mustache_light",
"html": "_html_3_light",
"properties": "_java_light",
"properties": "_config_light",
"java": "_java_light",
"javascriptreact": "_react_light",
"javascript": "_javascript_light",
@ -2314,14 +2313,19 @@
"yarn.lock": "_yarn_light",
"webpack.config.js": "_webpack_light",
"webpack.config.cjs": "_webpack_light",
"webpack.config.ts": "_webpack_light",
"webpack.config.build.js": "_webpack_light",
"webpack.config.build.cjs": "_webpack_light",
"webpack.config.build.ts": "_webpack_light",
"webpack.common.js": "_webpack_light",
"webpack.common.cjs": "_webpack_light",
"webpack.common.ts": "_webpack_light",
"webpack.dev.js": "_webpack_light",
"webpack.dev.cjs": "_webpack_light",
"webpack.dev.ts": "_webpack_light",
"webpack.prod.js": "_webpack_light",
"webpack.prod.cjs": "_webpack_light",
"webpack.prod.ts": "_webpack_light",
"license": "_license_light",
"licence": "_license_light",
"license.txt": "_license_light",
@ -2344,5 +2348,5 @@
"npm-debug.log": "_npm_ignored_light"
}
},
"version": "https://github.com/jesseweed/seti-ui/commit/2d10473b7575ec00c47eda751ea9caeec6b0b606"
"version": "https://github.com/jesseweed/seti-ui/commit/fd20793e5a75b350eab8d489165fb9b420df3f62"
}