chore: Update icons refs
This commit is contained in:
parent
82cfb4587b
commit
f0abb2b6ee
10 changed files with 72 additions and 21 deletions
|
@ -1,14 +1,22 @@
|
|||
"fileExtensions": {
|
||||
"pm": "_file_perl",
|
||||
"pl": "_file_perl",
|
||||
"sql": "_file_sql",
|
||||
"jl": "_file_julia",
|
||||
"gv": "_file_graphviz",
|
||||
"erl": "_file_erlang",
|
||||
"slim": "_file_slim",
|
||||
"hx": "_file_haxe",
|
||||
"zep": "_file_zephyr",
|
||||
"mjs": "_file_node",
|
||||
"mjml": "_file_mjml",
|
||||
"blade.php": "_file_blade",
|
||||
"blade": "_file_blade",
|
||||
"inky.php": "_file_blade",
|
||||
"scala": "_file_scala",
|
||||
"asp": "_file_dotnet",
|
||||
"aspx": "_file_dotnet",
|
||||
"ascx": "_file_dotnet",
|
||||
"asp": "_file_html",
|
||||
"aspx": "_file_html",
|
||||
"ascx": "_file_html",
|
||||
"cmd": "_file_cmd",
|
||||
"mustache": "_file_mustache",
|
||||
"rails": "_file_rails",
|
||||
|
@ -83,7 +91,7 @@
|
|||
"webp": "_file_image",
|
||||
"php": "_file_php",
|
||||
"js": "_file_js",
|
||||
"ejs": "_file_js",
|
||||
"ejs": "_file_html",
|
||||
"jsx": "_file_react",
|
||||
"ini": "_file_settings",
|
||||
"dlc": "_file_settings",
|
||||
|
@ -141,9 +149,9 @@
|
|||
"csh": "_file_console",
|
||||
"tcsh": "_file_console",
|
||||
"zsh": "_file_console",
|
||||
"bash": "_file_console",
|
||||
"bat": "_file_console",
|
||||
"cmd": "_file_console",
|
||||
"bash": "_file_cmd",
|
||||
"bat": "_file_cmd",
|
||||
"cmd": "_file_cmd",
|
||||
"awk": "_file_console",
|
||||
"ps1": "_file_console",
|
||||
"fish": "_file_console",
|
||||
|
@ -191,6 +199,8 @@
|
|||
"ino": "_file_arduino",
|
||||
"dockerignore": "_file_docker",
|
||||
"tex": "_file_tex",
|
||||
"cls": "_file_tex",
|
||||
"sty": "_file_tex",
|
||||
"bib": "_file_lib",
|
||||
"pptx": "_file_powerpoint",
|
||||
"ppt": "_file_powerpoint",
|
||||
|
@ -229,11 +239,6 @@
|
|||
"vbox": "_file_virtual",
|
||||
"vbox-prev": "_file_virtual",
|
||||
"ics": "_file_email",
|
||||
"mp3": "_file_music",
|
||||
"flac": "_file_music",
|
||||
"m4a": "_file_music",
|
||||
"wma": "_file_music",
|
||||
"aiff": "_file_music",
|
||||
"coffee": "_file_coffee",
|
||||
"txt": "_file_document",
|
||||
"sqlite": "_file_database",
|
||||
|
@ -282,7 +287,8 @@
|
|||
"js.map": "_file_jsmap",
|
||||
"css.map": "_file_cssmap",
|
||||
"tmTheme": "_file_markup",
|
||||
"pp": "_file_pp",
|
||||
"tmcolor": "_file_markup",
|
||||
"pp": "_file_puppet",
|
||||
"applescript": "_file_applescript",
|
||||
"mp3": "_file_audio",
|
||||
"flac": "_file_audio",
|
||||
|
@ -292,6 +298,30 @@
|
|||
"haml": "_file_haml",
|
||||
"ex": "_file_ex",
|
||||
"exs": "_file_ex",
|
||||
"eex": "_file_ex",
|
||||
"re": "_file_reason",
|
||||
"rei": "_file_reason"
|
||||
"rei": "_file_reason",
|
||||
"module.ts": "_file_angular",
|
||||
"module.js": "_file_angular",
|
||||
"ng-template": "_file_angular",
|
||||
"component.ts": "_file_angular-component",
|
||||
"component.js": "_file_angular-component",
|
||||
"directive.ts": "_file_angular-directive",
|
||||
"directive.js": "_file_angular-directive",
|
||||
"guard.ts": "_file_angular-guard",
|
||||
"guard.js": "_file_angular-guard",
|
||||
"service.ts": "_file_angular-service",
|
||||
"service.js": "_file_angular-service",
|
||||
"pipe.ts": "_file_angular-pipe",
|
||||
"pipe.js": "_file_angular-pipe",
|
||||
"filter.js": "_file_angular-pipe",
|
||||
"resolver.ts": "_file_angular-resolver",
|
||||
"resolver.js": "_file_angular-resolver",
|
||||
"routing.ts": "_file_angular-routing",
|
||||
"routing.js": "_file_angular-routing",
|
||||
"matlab": "_file_matlab",
|
||||
"liquid": "_file_liquid",
|
||||
"note": "_file_note",
|
||||
"js.map": "_file_js_map",
|
||||
"mjs.map": "_file_js_map"
|
||||
},
|
||||
|
|
|
@ -20,6 +20,19 @@
|
|||
".bowerrc": "_file_bower",
|
||||
"webpack.js": "_file_webpack",
|
||||
"rollup.config.js": "_file_rollup",
|
||||
"rollup.config.ts": "file_rollup",
|
||||
"rollup-config.js": "file_rollup",
|
||||
"rollup-config.ts": "file_rollup",
|
||||
"rollup.config.common.js": "file_rollup",
|
||||
"rollup.config.common.ts": "file_rollup",
|
||||
"rollup.config.base.js": "file_rollup",
|
||||
"rollup.config.base.ts": "file_rollup",
|
||||
"rollup.config.prod.js": "file_rollup",
|
||||
"rollup.config.prod.ts": "file_rollup",
|
||||
"rollup.config.dev.js": "file_rollup",
|
||||
"rollup.config.dev.ts": "file_rollup",
|
||||
"rollup.config.prod.vendor.js": "file_rollup",
|
||||
"rollup.config.prod.vendor.ts": "file_rollup",
|
||||
"webpack.config.js": "_file_webpack",
|
||||
"webpack.dev.js": "_file_webpack",
|
||||
"webpack.prod.js": "_file_webpack",
|
||||
|
@ -29,6 +42,7 @@
|
|||
".io-config.json": "_file_ionic",
|
||||
"gulpfile.js": "_file_gulp",
|
||||
"gulpfile.babel.js": "_file_gulp",
|
||||
"gulpfile.babel.ts": "_file_gulp",
|
||||
"gulp-config.js": "_file_gulp",
|
||||
"package.json": "_file_npm",
|
||||
"gradle.properties": "_file_gradle",
|
||||
|
@ -53,13 +67,18 @@
|
|||
".babelrc": "_file_babel",
|
||||
".babelrc.json": "_file_babel",
|
||||
".eslintrc": "_file_eslint",
|
||||
".eslintignore": "_file_eslint",
|
||||
".eslintrc.js": "_file_eslint",
|
||||
".eslintrc.json": "_file_eslint",
|
||||
".eslintrc.yml": "_file_eslint",
|
||||
".eslintrc.yaml": "_file_eslint",
|
||||
".stylelintrc": "_file_stylelint",
|
||||
".stylelint.js": "_file_stylelint",
|
||||
".stylelint.config.js": "_file_stylelint",
|
||||
".stylelintrc.js": "_file_stylelint",
|
||||
".stylelintrc.json": "_file_stylelint",
|
||||
".stylelintrc.yml": "_file_stylelint",
|
||||
".stylelintrc.yaml": "_file_stylelint",
|
||||
".stylelintignore": "_file_stylelint",
|
||||
".buildignore": "_file_settings",
|
||||
".htaccess": "_file_xml",
|
||||
"composer.lock": "_file_json",
|
||||
|
@ -90,8 +109,8 @@
|
|||
".jsbeautifyrc": "_file_json",
|
||||
"git-history": "_file_git",
|
||||
"angular-cli.json": "_file_angular",
|
||||
"component.ts": "_file_angular",
|
||||
"component.js": "_file_angular",
|
||||
"app.module.ts": "_file_angular",
|
||||
".angular-cli.json": "_file_angular",
|
||||
"directive.ts": "_file_angular-directive",
|
||||
"directive.js": "_file_angular-directive",
|
||||
"favicon.ico": "_file_favicon"
|
||||
},
|
|
@ -3,5 +3,7 @@
|
|||
"ng-template": "_file_angular",
|
||||
"haxe": "_file_haxe",
|
||||
"hxml": "_file_haxe",
|
||||
"polymer": "_file_polymer"
|
||||
"polymer": "_file_polymer",
|
||||
"matlab": "_file_matlab",
|
||||
"makefile": "_file_settings"
|
||||
},
|
Loading…
Reference in a new issue