summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠtěpán Žák <stepka279.zak@gmail.com>2023-02-25 20:31:16 +0100
committerGitHub <noreply@github.com>2023-02-25 20:31:16 +0100
commit3cacd09d9cd432a84c043ce1c011f21550037767 (patch)
tree64035cef96a32273a04335cda05fa879960e1370
parent805187a98ed322852ef824d13a8b5c922be12fd4 (diff)
added common web development extensions (#678)HEADmaster
added .js (JavaScript), .ts (TypeScript), .html (HTML), .css (CSS)
-rw-r--r--resources/icons/vscode/data/extension_to_icon_name_map.rs4
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" ) ,