diff options
-rw-r--r-- | resources/icons/vscode/data/extension_to_icon_name_map.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/icons/vscode/data/extension_to_icon_name_map.rs b/resources/icons/vscode/data/extension_to_icon_name_map.rs index 84ec455..bd1199b 100644 --- a/resources/icons/vscode/data/extension_to_icon_name_map.rs +++ b/resources/icons/vscode/data/extension_to_icon_name_map.rs @@ -125,6 +125,7 @@ ( "crt" , "file_type_cert" ) , ( "csproj" , "file_type_csproj" ) , ( "csr" , "file_type_cert" ) , +( "css" , "file_type_css" ) , ( "csscomb.json" , "file_type_csscomb" ) , ( "csslintrc" , "file_type_csslint" ) , ( "css.map" , "file_type_cssmap" ) , @@ -239,6 +240,7 @@ ( "hgignore" , "file_type_mercurial" ) , ( "hl" , "file_type_binary" ) , ( "hpp" , "file_type_cppheader" ) , +( "html" , "file_type_html" ) , ( "htmlhintrc" , "file_type_htmlhint" ) , ( "husky.config.js" , "file_type_husky" ) , ( "huskyrc" , "file_type_husky" ) , @@ -279,6 +281,7 @@ ( "jpeg" , "file_type_image" ) , ( "jpg" , "file_type_image" ) , ( "jpmignore" , "file_type_jpm" ) , +( "js" , "file_type_js" ) , ( "jsbeautify" , "file_type_jsbeautify" ) , ( "jsbeautifyrc" , "file_type_jsbeautify" ) , ( "jsconfig.json" , "file_type_jsconfig" ) , @@ -619,6 +622,7 @@ ( "toml" , "file_type_toml" ) , ( "tox.ini" , "file_type_tox" ) , ( "travis.yml" , "file_type_travis" ) , +( "ts" , "file_type_typescript" ) , ( "tslint.json" , "file_type_tslint" ) , ( "tslint.yaml" , "file_type_tslint" ) , ( "tslint.yml" , "file_type_tslint" ) , |