diff --git a/README.md b/README.md
index 4c455a8..efd055f 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
-
## Simple Icons
# Introduction
-**Simple icons** is a simple icon theme for visual studio code. The theme is currently in BETA, so we're openned to suggestions.
-Thank you for the 1k downloads !
+**Simple icons** is a simple icon theme for visual studio code. The theme is currently in BETA, so we're openned to suggestions.
+Thank you for the 1k downloads !
# Changelog
+
```diff
+ Changed all the folder icons to be easier to read
@@ -41,6 +41,9 @@ Thank you for the 1k downloads !
+ Added Unity icon
+ Added Zig icon
+ Added Zip icon
++ Added .github
++ Added workflows
++ Added ISSUE_TEMPLATE
```
# Suggest
@@ -49,22 +52,19 @@ This project is a Beta ! You can suggest new icons [by oppening an issue here](h
You can also make a pull request to add your projects/prefered langages to the theme.
-
# Planned features
Simple icons v0.1.6 will be the last major BETA update ! Comming update will include monochrome icons for light and dark theme, and more icons for more file/folder types !
Consider suggesting icons [here](#Suggest)
-
# Currently available icons
-
# Special thanks
- Project inspired by [Material_icon_theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
-- Quark lang project, go check out the developpement [here](https://github.com/quark-lang/quark)
\ No newline at end of file
+- Quark lang project, go check out the developpement [here](https://github.com/quark-lang/quark)
diff --git a/assets/icons/Folder_GITHUB_close.svg b/assets/icons/Folder_GITHUB_close.svg
new file mode 100644
index 0000000..aa5f3a3
--- /dev/null
+++ b/assets/icons/Folder_GITHUB_close.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/assets/icons/Folder_GITHUB_open.svg b/assets/icons/Folder_GITHUB_open.svg
new file mode 100644
index 0000000..a956310
--- /dev/null
+++ b/assets/icons/Folder_GITHUB_open.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/assets/icons/Folder_ISSUE_close.svg b/assets/icons/Folder_ISSUE_close.svg
new file mode 100644
index 0000000..a63a4f4
--- /dev/null
+++ b/assets/icons/Folder_ISSUE_close.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/icons/Folder_ISSUE_open.svg b/assets/icons/Folder_ISSUE_open.svg
new file mode 100644
index 0000000..bacb192
--- /dev/null
+++ b/assets/icons/Folder_ISSUE_open.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/icons/Folder_WORKFLOWS_close.svg b/assets/icons/Folder_WORKFLOWS_close.svg
new file mode 100644
index 0000000..7d2a56e
--- /dev/null
+++ b/assets/icons/Folder_WORKFLOWS_close.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/assets/icons/Folder_WORKFLOWS_open.svg b/assets/icons/Folder_WORKFLOWS_open.svg
new file mode 100644
index 0000000..2e3e39f
--- /dev/null
+++ b/assets/icons/Folder_WORKFLOWS_open.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/themes/icons/default-icon-theme.json b/themes/icons/default-icon-theme.json
index 1ce671d..8286712 100644
--- a/themes/icons/default-icon-theme.json
+++ b/themes/icons/default-icon-theme.json
@@ -1,2501 +1,2512 @@
{
- "file": "_file_default",
- "folder": "_folder_default_close",
- "folderExpanded": "_folder_default_open",
-
- "fileExtensions": {
-
- // DEFAULT
-
- //3d
- "stl": "3d",
- "obj": "3d",
- "ac": "3d",
- "blend": "3d",
- "mesh": "3d",
- "mqo": "3d",
- "pmd": "3d",
- "pmx": "3d",
- "skp": "3d",
- "vac": "3d",
- "vdp": "3d",
- "vox": "3d",
-
- //audio
- "mp3": "audio",
- "flac": "audio",
- "m4a": "audio",
- "wma": "audio",
- "aiff": "audio",
- "wav": "audio",
-
- //font
- "woff": "font",
- "woff2": "font",
- "ttf": "font",
- "eot": "font",
- "suit": "font",
- "otf": "font",
- "bmap": "font",
- "fnt": "font",
- "odttf": "font",
- "ttc": "font",
- "font": "font",
- "fonts": "font",
- "sui": "font",
- "ntf": "font",
- "mrf": "font",
-
- //image
- "png": "image",
- "jpeg": "image",
- "jpg": "image",
- "gif": "image",
- "ico": "image",
- "tif": "image",
- "tiff": "image",
- "psb": "image",
- "ami": "image",
- "apx": "image",
- "bmp": "image",
- "bpg": "image",
- "brk": "image",
- "cur": "image",
- "dds": "image",
- "dng": "image",
- "exr": "image",
- "fpx": "image",
- "gbr": "image",
- "img": "image",
- "jbig2": "image",
- "jb2": "image",
- "jng": "image",
- "jxr": "image",
- "pgf": "image",
- "pic": "image",
- "raw": "image",
- "webp": "image",
- "eps": "image",
- "afphoto": "image",
- "ase": "image",
- "aseprite": "image",
- "clip": "image",
- "cpt": "image",
- "heif": "image",
- "heic": "image",
- "kra": "image",
- "mdp": "image",
- "ora": "image",
- "pdn": "image",
- "reb": "image",
- "sai": "image",
- "tga": "image",
- "xcf": "image",
- "jfif": "image",
- "ppm": "image",
- "pbm": "image",
- "pgm": "image",
- "pnm": "image",
-
- //txt
- "txt" : "text",
-
-
-
- // ADOBE
-
- //adobe bridge
- "adobebridge" : "adobe-bridge",
- "bc" : "adobe-bridge",
- "bcm" : "adobe-bridge",
- "bct" : "adobe-bridge",
-
- //adobe-aftereffects
- "aep" : "adobe-after-effects",
- "ae" : "adobe-after-effects",
-
- //adobe-audition
- "sesx" : "adobe-audition",
-
- //adobe-dreamweather
- "dwt" : "adobe-dreamweather",
-
- //adobe-illustrator
- "ai" : "adobe-illustrator",
-
- //adobe-incopy
- "inc" : "adobe-incopy",
- "icap" : "adobe-incopy",
- "icma" : "adobe-incopy",
- "icml" : "adobe-incopy",
- "inca" : "adobe-incopy",
- "incx" : "adobe-incopy",
-
- //adobe-indesign
- "idap" : "adobe-indesign",
- "ind" : "adobe-indesign",
- "indb" : "adobe-indesign",
- "indd" : "adobe-indesign",
- "indl" : "adobe-indesign",
- "indt" : "adobe-indesign",
- "idml" : "adobe-indesign",
- "inx" : "adobe-indesign",
-
- //adobe-lightroom
- "lr" : "adobe-lightroom",
-
- //adobe-photoshop
- "psd" : "adobe-photoshop",
-
- //adobe-premierepro
- "pproj" : "adobe-premiere-pro",
- "ppr" : "adobe-premiere-pro",
-
-
- // MICROSOFT
-
- //ms-docx
- "doc" : "ms-docx",
- "docm" : "ms-docx",
- "docx" : "ms-docx",
- "dot" : "ms-docx",
- "dotm" : "ms-docx",
- "dotx" : "ms-docx",
- "odt" : "ms-docx",
-
- //ms-note
- "one" : "ms-note",
-
- //ms-pptx
- "pot" : "ms-pptx",
- "potm" : "ms-pptx",
- "potx" : "ms-pptx",
- "ppa" : "ms-pptx",
- "ppam" : "ms-pptx",
- "pps" : "ms-pptx",
- "ppsm" : "ms-pptx",
- "ppsx" : "ms-pptx",
- "ppt" : "ms-pptx",
- "pptm" : "ms-pptx",
- "pptx" : "ms-pptx",
-
- //ms-xlsx
- "csv" : "ms-xlsx",
- "ods" : "ms-xlsx",
- "xla" : "ms-xlsx",
- "xlam" : "ms-xlsx",
- "xls" : "ms-xlsx",
- "xlsb" : "ms-xlsx",
- "xlsm" : "ms-xlsx",
- "xlsx" : "ms-xlsx",
- "xlt" : "ms-xlsx",
- "xltm" : "ms-xlsx",
- "xltx" : "ms-xlsx",
- "xlw" : "ms-xlsx",
-
-
- // FILES
-
- //ada
- "adb" : "ada",
- "ads" : "ada",
-
- //agda
- "agda" : "agda",
- "lagda" : "agda",
- "lagda.md" : "agda",
- "lagda.rst" : "agda",
- "lagda.tex" : "agda",
-
- //android
- "apk" : "android",
-
- //angular
- "module.ts": "angular",
- "module.js": "angular",
- "ng-template": "angular",
- "component.ts": "angular",
- "component.js": "angular",
- "guard.ts": "angular",
- "guard.js": "angular",
- "service.ts": "angular",
- "service.js": "angular",
- "pipe.ts": "angular",
- "pipe.js": "angular",
- "filter.js": "angular",
- "directive.ts": "angular",
- "directive.js": "angular",
- "resolver.ts": "angular",
- "resolver.js": "angular",
-
- //apple
- "applescript": "apple",
- "ipa": "apple",
-
- //assembly
- "asm": "asm",
- "a51": "asm",
- "nasm": "asm",
- "s": "asm",
- "ms": "asm",
- "agc": "asm",
- "ags": "asm",
- "aea": "asm",
- "argus": "asm",
- "mitigus": "asm",
- "binsource": "asm",
-
- //binaries
- "exe" : "binaries",
- "dll" : "binaries",
- "dlc" : "binaries",
-
- //brainfuck
- "bf" : "brainfuck",
-
- //c--
- "c--" : "c--",
-
- //c
- "c" : "c",
-
- //cabal
- "cabal" : "cabal",
-
- //clojure
- "clj" : "clojure",
- "cljs" : "clojure",
- "cljc" : "clojure",
-
- //cmake
- "cmake": "cmake",
-
- //cobol
- "cob": "cobol",
- "cbl": "cobol",
-
- //cpp
- "cc": "cpp",
- "cpp": "cpp",
- "cxx": "cpp",
- "c++": "cpp",
- "cp": "cpp",
-
- //crystal
- "cr" : "crystal",
-
- //csharp
- "cs": "csharp",
- "csx": "csharp",
-
- //css
- "css": "css",
- "css.map": "css",
-
- //d
- "d" : "d",
-
- //dart
- "dart": "dart",
-
- //docker
- "dockerignore": "docker",
- "dockerfile": "docker",
-
- //ejs
- "ejs" : "ejs",
-
- //elexir
- "ex" : "elexir",
- "exs" : "elexir",
-
- //elm
- "elm" : "elm",
-
- //env
- "env": "env",
-
- //erlang
- "erl" : "erlang",
-
- //fortan
- "f" : "fortan",
- "for" : "fortan",
- "f90" : "fortan",
-
- //fsharp
- "fs" : "fsharp",
- "fsi" : "fsharp",
- "fsx" : "fsharp",
- "fsscript" : "fsharp",
-
- //figma
- "fig" : "figma",
+ "file": "_file_default",
+ "folder": "_folder_default_close",
+ "folderExpanded": "_folder_default_open",
+
+ "fileExtensions": {
+ // DEFAULT
+
+ //3d
+ "stl": "3d",
+ "obj": "3d",
+ "ac": "3d",
+ "blend": "3d",
+ "mesh": "3d",
+ "mqo": "3d",
+ "pmd": "3d",
+ "pmx": "3d",
+ "skp": "3d",
+ "vac": "3d",
+ "vdp": "3d",
+ "vox": "3d",
+
+ //audio
+ "mp3": "audio",
+ "flac": "audio",
+ "m4a": "audio",
+ "wma": "audio",
+ "aiff": "audio",
+ "wav": "audio",
+
+ //font
+ "woff": "font",
+ "woff2": "font",
+ "ttf": "font",
+ "eot": "font",
+ "suit": "font",
+ "otf": "font",
+ "bmap": "font",
+ "fnt": "font",
+ "odttf": "font",
+ "ttc": "font",
+ "font": "font",
+ "fonts": "font",
+ "sui": "font",
+ "ntf": "font",
+ "mrf": "font",
+
+ //image
+ "png": "image",
+ "jpeg": "image",
+ "jpg": "image",
+ "gif": "image",
+ "ico": "image",
+ "tif": "image",
+ "tiff": "image",
+ "psb": "image",
+ "ami": "image",
+ "apx": "image",
+ "bmp": "image",
+ "bpg": "image",
+ "brk": "image",
+ "cur": "image",
+ "dds": "image",
+ "dng": "image",
+ "exr": "image",
+ "fpx": "image",
+ "gbr": "image",
+ "img": "image",
+ "jbig2": "image",
+ "jb2": "image",
+ "jng": "image",
+ "jxr": "image",
+ "pgf": "image",
+ "pic": "image",
+ "raw": "image",
+ "webp": "image",
+ "eps": "image",
+ "afphoto": "image",
+ "ase": "image",
+ "aseprite": "image",
+ "clip": "image",
+ "cpt": "image",
+ "heif": "image",
+ "heic": "image",
+ "kra": "image",
+ "mdp": "image",
+ "ora": "image",
+ "pdn": "image",
+ "reb": "image",
+ "sai": "image",
+ "tga": "image",
+ "xcf": "image",
+ "jfif": "image",
+ "ppm": "image",
+ "pbm": "image",
+ "pgm": "image",
+ "pnm": "image",
+
+ //txt
+ "txt": "text",
+
+ // ADOBE
+
+ //adobe bridge
+ "adobebridge": "adobe-bridge",
+ "bc": "adobe-bridge",
+ "bcm": "adobe-bridge",
+ "bct": "adobe-bridge",
+
+ //adobe-aftereffects
+ "aep": "adobe-after-effects",
+ "ae": "adobe-after-effects",
+
+ //adobe-audition
+ "sesx": "adobe-audition",
+
+ //adobe-dreamweather
+ "dwt": "adobe-dreamweather",
+
+ //adobe-illustrator
+ "ai": "adobe-illustrator",
+
+ //adobe-incopy
+ "inc": "adobe-incopy",
+ "icap": "adobe-incopy",
+ "icma": "adobe-incopy",
+ "icml": "adobe-incopy",
+ "inca": "adobe-incopy",
+ "incx": "adobe-incopy",
+
+ //adobe-indesign
+ "idap": "adobe-indesign",
+ "ind": "adobe-indesign",
+ "indb": "adobe-indesign",
+ "indd": "adobe-indesign",
+ "indl": "adobe-indesign",
+ "indt": "adobe-indesign",
+ "idml": "adobe-indesign",
+ "inx": "adobe-indesign",
+
+ //adobe-lightroom
+ "lr": "adobe-lightroom",
+
+ //adobe-photoshop
+ "psd": "adobe-photoshop",
+
+ //adobe-premierepro
+ "pproj": "adobe-premiere-pro",
+ "ppr": "adobe-premiere-pro",
+
+ // MICROSOFT
+
+ //ms-docx
+ "doc": "ms-docx",
+ "docm": "ms-docx",
+ "docx": "ms-docx",
+ "dot": "ms-docx",
+ "dotm": "ms-docx",
+ "dotx": "ms-docx",
+ "odt": "ms-docx",
+
+ //ms-note
+ "one": "ms-note",
+
+ //ms-pptx
+ "pot": "ms-pptx",
+ "potm": "ms-pptx",
+ "potx": "ms-pptx",
+ "ppa": "ms-pptx",
+ "ppam": "ms-pptx",
+ "pps": "ms-pptx",
+ "ppsm": "ms-pptx",
+ "ppsx": "ms-pptx",
+ "ppt": "ms-pptx",
+ "pptm": "ms-pptx",
+ "pptx": "ms-pptx",
+
+ //ms-xlsx
+ "csv": "ms-xlsx",
+ "ods": "ms-xlsx",
+ "xla": "ms-xlsx",
+ "xlam": "ms-xlsx",
+ "xls": "ms-xlsx",
+ "xlsb": "ms-xlsx",
+ "xlsm": "ms-xlsx",
+ "xlsx": "ms-xlsx",
+ "xlt": "ms-xlsx",
+ "xltm": "ms-xlsx",
+ "xltx": "ms-xlsx",
+ "xlw": "ms-xlsx",
+
+ // FILES
+
+ //ada
+ "adb": "ada",
+ "ads": "ada",
+
+ //agda
+ "agda": "agda",
+ "lagda": "agda",
+ "lagda.md": "agda",
+ "lagda.rst": "agda",
+ "lagda.tex": "agda",
+
+ //android
+ "apk": "android",
+
+ //angular
+ "module.ts": "angular",
+ "module.js": "angular",
+ "ng-template": "angular",
+ "component.ts": "angular",
+ "component.js": "angular",
+ "guard.ts": "angular",
+ "guard.js": "angular",
+ "service.ts": "angular",
+ "service.js": "angular",
+ "pipe.ts": "angular",
+ "pipe.js": "angular",
+ "filter.js": "angular",
+ "directive.ts": "angular",
+ "directive.js": "angular",
+ "resolver.ts": "angular",
+ "resolver.js": "angular",
+
+ //apple
+ "applescript": "apple",
+ "ipa": "apple",
+
+ //assembly
+ "asm": "asm",
+ "a51": "asm",
+ "nasm": "asm",
+ "s": "asm",
+ "ms": "asm",
+ "agc": "asm",
+ "ags": "asm",
+ "aea": "asm",
+ "argus": "asm",
+ "mitigus": "asm",
+ "binsource": "asm",
+
+ //binaries
+ "exe": "binaries",
+ "dll": "binaries",
+ "dlc": "binaries",
+
+ //brainfuck
+ "bf": "brainfuck",
+
+ //c--
+ "c--": "c--",
+
+ //c
+ "c": "c",
+
+ //cabal
+ "cabal": "cabal",
+
+ //clojure
+ "clj": "clojure",
+ "cljs": "clojure",
+ "cljc": "clojure",
+
+ //cmake
+ "cmake": "cmake",
+
+ //cobol
+ "cob": "cobol",
+ "cbl": "cobol",
+
+ //cpp
+ "cc": "cpp",
+ "cpp": "cpp",
+ "cxx": "cpp",
+ "c++": "cpp",
+ "cp": "cpp",
+
+ //crystal
+ "cr": "crystal",
+
+ //csharp
+ "cs": "csharp",
+ "csx": "csharp",
+
+ //css
+ "css": "css",
+ "css.map": "css",
+
+ //d
+ "d": "d",
+
+ //dart
+ "dart": "dart",
+
+ //docker
+ "dockerignore": "docker",
+ "dockerfile": "docker",
+
+ //ejs
+ "ejs": "ejs",
+
+ //elexir
+ "ex": "elexir",
+ "exs": "elexir",
+
+ //elm
+ "elm": "elm",
+
+ //env
+ "env": "env",
+
+ //erlang
+ "erl": "erlang",
+
+ //fortan
+ "f": "fortan",
+ "for": "fortan",
+ "f90": "fortan",
+
+ //fsharp
+ "fs": "fsharp",
+ "fsi": "fsharp",
+ "fsx": "fsharp",
+ "fsscript": "fsharp",
- //git
- "patch": "git",
+ //figma
+ "fig": "figma",
- //glsl
- "glsl" : "glsl",
+ //git
+ "patch": "git",
- //go
- "go" : "go",
+ //glsl
+ "glsl": "glsl",
- //gradle
- "gradle": "gradle",
+ //go
+ "go": "go",
- //graphql
- "graphql": "graphql",
- "gql": "graphql",
+ //gradle
+ "gradle": "gradle",
- //groovy
- "groovy" : "groovy",
+ //graphql
+ "graphql": "graphql",
+ "gql": "graphql",
- //h
- "h" : "h",
+ //groovy
+ "groovy": "groovy",
- //haskell
- "hs": "haskell",
+ //h
+ "h": "h",
- //haxe
- "hx": "haxe",
+ //haskell
+ "hs": "haskell",
- //holyc
- "hc": "holyc",
+ //haxe
+ "hx": "haxe",
- //hpp
- "hh": "hpp",
- "hpp": "hpp",
- "hxx": "hpp",
- "h++": "hpp",
- "hp": "hpp",
- "tcc": "hpp",
- "inl": "hpp",
+ //holyc
+ "hc": "holyc",
- //html
- "htm": "html",
- "html": "html",
- "xhtml": "html",
- "html_vm": "html",
- "asp": "html",
+ //hpp
+ "hh": "hpp",
+ "hpp": "hpp",
+ "hxx": "hpp",
+ "h++": "hpp",
+ "hp": "hpp",
+ "tcc": "hpp",
+ "inl": "hpp",
- //idris
- "idr": "idris",
- "ibc": "idris",
+ //html
+ "htm": "html",
+ "html": "html",
+ "xhtml": "html",
+ "html_vm": "html",
+ "asp": "html",
- //ini
- "ini" : "ini",
+ //idris
+ "idr": "idris",
+ "ibc": "idris",
- //jar
- "jar": "jar",
+ //ini
+ "ini": "ini",
- //java
- "java": "java",
- "jsp": "java",
+ //jar
+ "jar": "jar",
- //javaclass
- "class": "javaclass",
+ //java
+ "java": "java",
+ "jsp": "java",
- //javascript
- "js" : "javascript",
- "esx": "javascript",
+ //javaclass
+ "class": "javaclass",
- //jetbrains
- "iml" : "jetbrains",
- "ipr" : "jetbrains",
- "iws" : "jetbrains",
+ //javascript
+ "js": "javascript",
+ "esx": "javascript",
- //julia
- "jl" : "julia",
+ //jetbrains
+ "iml": "jetbrains",
+ "ipr": "jetbrains",
+ "iws": "jetbrains",
- //json
- "json": "json",
- "tsbuildinfo": "json",
- "json5": "json",
- "jsonl": "json",
- "ndjson": "json",
+ //julia
+ "jl": "julia",
- //kotlin
- "kt": "kotlin",
- "kts": "kotlin",
+ //json
+ "json": "json",
+ "tsbuildinfo": "json",
+ "json5": "json",
+ "jsonl": "json",
+ "ndjson": "json",
- //laravel
- "blade.php": "laravel",
- "inky.php": "laravel",
+ //kotlin
+ "kt": "kotlin",
+ "kts": "kotlin",
- //lisp
- "lisp" : "lisp",
+ //laravel
+ "blade.php": "laravel",
+ "inky.php": "laravel",
- //lua
- "lua": "lua",
-
- //matlab
- "mat": "matlab",
+ //lisp
+ "lisp": "lisp",
- //minecraft
- "mcfunction" : "minecraft",
+ //lua
+ "lua": "lua",
- //minecraft-meta
- "mcmeta" : "minecraft-meta",
+ //matlab
+ "mat": "matlab",
- //mjs
- "mjs": "mjs",
+ //minecraft
+ "mcfunction": "minecraft",
- //md
- "md": "md",
- "markdown": "md",
- "rst": "md",
+ //minecraft-meta
+ "mcmeta": "minecraft-meta",
- //nim
- "nim" : "nim",
- "nims" : "nim",
+ //mjs
+ "mjs": "mjs",
- //ninja
- "ninja" : "ninja",
+ //md
+ "md": "md",
+ "markdown": "md",
+ "rst": "md",
- //objc
- "m" : "objc",
- "mm" : "objc",
+ //nim
+ "nim": "nim",
+ "nims": "nim",
- //pdf
- "pdf" : "pdf",
+ //ninja
+ "ninja": "ninja",
- //perl
- "pl" : "perl",
- "pm": "perl",
- "raku": "perl",
-
- //php
- "php": "php",
-
- //postcss
- "pcss": "postcss",
- "sss": "postcss",
-
- //powershell
- "ps1": "powershell",
- "psm1": "powershell",
- "psd1": "powershell",
- "ps1xml": "powershell",
- "psc1": "powershell",
- "pssc": "powershell",
-
- //prisma
- "prisma" : "prisma",
+ //objc
+ "m": "objc",
+ "mm": "objc",
- //pyc
- "pyc": "pyc",
- "whl": "pyc",
-
- //python
- "py": "python",
-
- //quark
- "qrk" : "quark",
-
- //r
- "r" : "r",
-
- //react
- "jsx": "react",
- "tsx": "react",
-
- //ruby
- "rb": "ruby",
- "erb": "ruby",
-
- //rust
- "rs": "rust",
-
- //sass
- "scss": "sass",
- "sass": "sass",
-
- //scala
- "sc" : "scala",
- "scala" : "scala",
-
- //solidity
- "sol" : "solidity",
-
- //sql
- "db": "sql",
- "sql": "sql",
- "sqlite": "sql",
- "sqlite3": "sql",
- "pgsql": "sql",
- "psql": "sql",
-
- //svelte
- "svelte" : "svelte",
-
- //svg
- "svg": "svg",
-
- //swift
- "swift": "swift",
-
- //terrabyte
- "tbs": "terrabyte",
-
- //text
- "plaintext": "document",
-
- //typescript
- "d.ts": "typescript",
- "ts": "typescript",
-
- //vim
- "vimrc": "vim",
- "gvimrc": "vim",
- "exrc": "vim",
- "vim": "vim",
- "viminfo": "vim",
-
- //toml
- "toml": "toml",
-
- //unity
- "meta" : "unity",
-
- //vbs
- "vb": "vba",
- "vba": "vba",
- "vbs": "vba",
-
- //visualstudio
- "csproj": "visualstudio",
- "ruleset": "visualstudio",
- "sln": "visualstudio",
- "suo": "visualstudio",
- "vcxitems": "visualstudio",
- "vcxitems.filters": "visualstudio",
- "vcxproj": "visualstudio",
- "vcxproj.filters": "visualstudio",
-
- //vue
- "vue": "vue",
-
- //vsc
- "vscodeignore": "vsc",
- "vsixmanifest": "vsc",
- "vsix": "vsc",
- "code-workplace": "vsc",
-
- //wasm
- "wat": "wasm",
- "wasm": "wasm",
+ //pdf
+ "pdf": "pdf",
- //xml
- "xml": "xml",
- "plist": "xml",
- "xsd": "xml",
- "dtd": "xml",
- "xsl": "xml",
- "xslt": "xml",
- "resx": "xml",
- "xquery": "xml",
- "tmLanguage": "xml",
- "manifest": "xml",
- "project": "xml",
- "xml.dist": "xml",
- "xml.dist.sample": "xml",
- "dmn": "xml",
-
- //yaml
- "yml": "yaml",
- "yaml": "yaml",
- "yml.dist": "yaml",
- "yaml.dist": "yaml",
- "YAML-tmLanguage": "yaml",
-
- //zig
- "zig" : "zig",
-
- //zip
- "zip" : "zip",
- "gz" : "zip",
- "tar" : "zip",
- "tar.gz" : "zip",
- "rar" : "zip",
- },
-
- "languageIds": {
+ //perl
+ "pl": "perl",
+ "pm": "perl",
+ "raku": "perl",
- //angular
- "ng-template": "angular",
+ //php
+ "php": "php",
- //apple
- "applescript": "applescript",
+ //postcss
+ "pcss": "postcss",
+ "sss": "postcss",
- //bash
- "shellscript": "bash",
+ //powershell
+ "ps1": "powershell",
+ "psm1": "powershell",
+ "psd1": "powershell",
+ "ps1xml": "powershell",
+ "psc1": "powershell",
+ "pssc": "powershell",
- //batch
- "bat": "batch",
+ //prisma
+ "prisma": "prisma",
- //c
- "c": "c",
+ //pyc
+ "pyc": "pyc",
+ "whl": "pyc",
- //clojure
- "clojure": "clojure",
+ //python
+ "py": "python",
+
+ //quark
+ "qrk": "quark",
+
+ //r
+ "r": "r",
+
+ //react
+ "jsx": "react",
+ "tsx": "react",
+
+ //ruby
+ "rb": "ruby",
+ "erb": "ruby",
+
+ //rust
+ "rs": "rust",
+
+ //sass
+ "scss": "sass",
+ "sass": "sass",
+
+ //scala
+ "sc": "scala",
+ "scala": "scala",
+
+ //solidity
+ "sol": "solidity",
+
+ //sql
+ "db": "sql",
+ "sql": "sql",
+ "sqlite": "sql",
+ "sqlite3": "sql",
+ "pgsql": "sql",
+ "psql": "sql",
+
+ //svelte
+ "svelte": "svelte",
+
+ //svg
+ "svg": "svg",
+
+ //swift
+ "swift": "swift",
+
+ //terrabyte
+ "tbs": "terrabyte",
+
+ //text
+ "plaintext": "document",
+
+ //typescript
+ "d.ts": "typescript",
+ "ts": "typescript",
+
+ //vim
+ "vimrc": "vim",
+ "gvimrc": "vim",
+ "exrc": "vim",
+ "vim": "vim",
+ "viminfo": "vim",
+
+ //toml
+ "toml": "toml",
+
+ //unity
+ "meta": "unity",
+
+ //vbs
+ "vb": "vba",
+ "vba": "vba",
+ "vbs": "vba",
+
+ //visualstudio
+ "csproj": "visualstudio",
+ "ruleset": "visualstudio",
+ "sln": "visualstudio",
+ "suo": "visualstudio",
+ "vcxitems": "visualstudio",
+ "vcxitems.filters": "visualstudio",
+ "vcxproj": "visualstudio",
+ "vcxproj.filters": "visualstudio",
+
+ //vue
+ "vue": "vue",
+
+ //vsc
+ "vscodeignore": "vsc",
+ "vsixmanifest": "vsc",
+ "vsix": "vsc",
+ "code-workplace": "vsc",
+
+ //wasm
+ "wat": "wasm",
+ "wasm": "wasm",
+
+ //xml
+ "xml": "xml",
+ "plist": "xml",
+ "xsd": "xml",
+ "dtd": "xml",
+ "xsl": "xml",
+ "xslt": "xml",
+ "resx": "xml",
+ "xquery": "xml",
+ "tmLanguage": "xml",
+ "manifest": "xml",
+ "project": "xml",
+ "xml.dist": "xml",
+ "xml.dist.sample": "xml",
+ "dmn": "xml",
+
+ //yaml
+ "yml": "yaml",
+ "yaml": "yaml",
+ "yml.dist": "yaml",
+ "yaml.dist": "yaml",
+ "YAML-tmLanguage": "yaml",
+
+ //zig
+ "zig": "zig",
+
+ //zip
+ "zip": "zip",
+ "gz": "zip",
+ "tar": "zip",
+ "tar.gz": "zip",
+ "rar": "zip"
+ },
+
+ "languageIds": {
+ //angular
+ "ng-template": "angular",
- //cpp
- "cpp": "cpp",
+ //apple
+ "applescript": "applescript",
- //csharp
- "csharp": "csharp",
+ //bash
+ "shellscript": "bash",
- //css
- "css": "css",
+ //batch
+ "bat": "batch",
- //dart
- "dart": "dart",
+ //c
+ "c": "c",
- //docker
- "dockerfile": "docker",
+ //clojure
+ "clojure": "clojure",
- //editor-config
- "editor-config": "editor-config",
+ //cpp
+ "cpp": "cpp",
- //fsharp
- "fsharp" : "fsharp",
+ //csharp
+ "csharp": "csharp",
- //git
- "git": "git",
- "git-commit": "git",
- "git-rebase": "git",
- "ignore": "git",
+ //css
+ "css": "css",
- //go
- "go": "go",
+ //dart
+ "dart": "dart",
- //graphql
- "graphql": "graphql",
+ //docker
+ "dockerfile": "docker",
- //groovy
- "groovy" : "groovy",
+ //editor-config
+ "editor-config": "editor-config",
- //haskell
- "haskell": "haskell",
+ //fsharp
+ "fsharp": "fsharp",
- //haxe
- "haxe": "haxe",
- "hxml": "haxe",
+ //git
+ "git": "git",
+ "git-commit": "git",
+ "git-rebase": "git",
+ "ignore": "git",
- //html
- "html": "html",
+ //go
+ "go": "go",
- //idris
- "idris": "idris",
+ //graphql
+ "graphql": "graphql",
- //java
- "java": "java",
+ //groovy
+ "groovy": "groovy",
- //javascript
- "javascript" : "javascript",
+ //haskell
+ "haskell": "haskell",
- //julia
- "julia" : "julia",
- "juliamarkdown" : "julia",
+ //haxe
+ "haxe": "haxe",
+ "hxml": "haxe",
- //json
- "json": "json",
- "jsonc": "json",
- "json5": "json",
+ //html
+ "html": "html",
- //lua
- "lua": "lua",
+ //idris
+ "idris": "idris",
- //md
- "markdown": "md",
+ //java
+ "java": "java",
- //matlab
- "matlab": "matlab",
+ //javascript
+ "javascript": "javascript",
- //objc
- "objective-c": "objc",
- "objective-cpp": "objc",
+ //julia
+ "julia": "julia",
+ "juliamarkdown": "julia",
- //perl
- "perl": "perl",
- "perl6": "perl",
+ //json
+ "json": "json",
+ "jsonc": "json",
+ "json5": "json",
- //php
- "php": "php",
+ //lua
+ "lua": "lua",
- //postcss
- "postcss": "postcss",
+ //md
+ "markdown": "md",
- //powershell
- "powershell": "powershell",
+ //matlab
+ "matlab": "matlab",
- //pyc
- "pip-requirements": "pyc",
+ //objc
+ "objective-c": "objc",
+ "objective-cpp": "objc",
- //python
- "python": "python",
+ //perl
+ "perl": "perl",
+ "perl6": "perl",
- //r
- "r" : "r",
+ //php
+ "php": "php",
- //react
- "javascriptreact": "react",
- "typescriptreact": "react",
+ //postcss
+ "postcss": "postcss",
- //ruby
- "ruby": "ruby",
+ //powershell
+ "powershell": "powershell",
- //rust
- "rust": "rust",
+ //pyc
+ "pip-requirements": "pyc",
- //sass
- "sass": "sass",
- "scss": "sass",
+ //python
+ "python": "python",
- //sql
- "sql": "sql",
+ //r
+ "r": "r",
- //svg
- "svg": "svg",
+ //react
+ "javascriptreact": "react",
+ "typescriptreact": "react",
- //swift
- "swift": "swift",
+ //ruby
+ "ruby": "ruby",
- //typescript
- "typescript": "typescript",
+ //rust
+ "rust": "rust",
- //toml
- "toml": "toml",
+ //sass
+ "sass": "sass",
+ "scss": "sass",
- //unity
- "shaderlab" : "unity",
-
- //vbs
- "vb" : "vbs",
-
- //vim
- "viml": "vim",
-
- //visualstudio
- "testOutput": "visualstudio",
-
- //vsc
- "vscodeignore": "vsc",
- "vsixmanifest": "vsc",
- "vsix": "vsc",
- "code-workplace": "vsc",
-
- //vue
- "vue": "vue",
- "vue-postcss": "vue",
- "vue-html": "vue",
-
- //xml
- "xml": "xml",
- "xquery": "xml",
- "xsl": "xml",
-
- //yaml
- "yaml": "yaml",
-
- },
-
- "fileNames": {
-
- //angular
- "angular-cli.json": "angular",
- ".angular-cli.json": "angular",
- "angular.json": "angular",
-
- //astro
- "astro.mjs" : "astro",
-
- //blitz
- "blitz.config.js" : "blitz",
-
- //cabal
- "cabal.project.local" : "cabal",
- "cabal.project" : "cabal",
-
- //cargo
- "cargo.toml" : "cargo",
-
- //changelog
- "changelog" : "changelog",
- "changelog.md" : "changelog",
- "changelog.txt" : "changelog",
-
- //cmake
- "cmakelists.txt": "cmake",
- "cmakecache.txt": "cmake",
-
- //dart
- ".pubignore": "dart",
-
- //django
- "manage.py" : "django",
-
- //docker
- "dockerfile": "docker",
- "dockerfile.prod": "docker",
- "dockerfile.production": "docker",
- "dockerfile.alpha": "docker",
- "dockerfile.beta": "docker",
- "dockerfile.stage": "docker",
- "dockerfile.staging": "docker",
- "dockerfile.dev": "docker",
- "dockerfile.development": "docker",
- "dockerfile.local": "docker",
- "dockerfile.test": "docker",
- "dockerfile.testing": "docker",
- "dockerfile.ci": "docker",
- "dockerfile.web": "docker",
- "dockerfile.worker": "docker",
- "docker-compose.yml": "docker",
- "docker-compose.override.yml": "docker",
- "docker-compose.prod.yml": "docker",
- "docker-compose.production.yml": "docker",
- "docker-compose.alpha.yml": "docker",
- "docker-compose.beta.yml": "docker",
- "docker-compose.stage.yml": "docker",
- "docker-compose.staging.yml": "docker",
- "docker-compose.dev.yml": "docker",
- "docker-compose.development.yml": "docker",
- "docker-compose.local.yml": "docker",
- "docker-compose.test.yml": "docker",
- "docker-compose.testing.yml": "docker",
- "docker-compose.ci.yml": "docker",
- "docker-compose.web.yml": "docker",
- "docker-compose.worker.yml": "docker",
- "docker-compose.yaml": "docker",
- "docker-compose.override.yaml": "docker",
- "docker-compose.prod.yaml": "docker",
- "docker-compose.production.yaml": "docker",
- "docker-compose.alpha.yaml": "docker",
- "docker-compose.beta.yaml": "docker",
- "docker-compose.stage.yaml": "docker",
- "docker-compose.staging.yaml": "docker",
- "docker-compose.dev.yaml": "docker",
- "docker-compose.development.yaml": "docker",
- "docker-compose.local.yaml": "docker",
- "docker-compose.test.yaml": "docker",
- "docker-compose.testing.yaml": "docker",
- "docker-compose.ci.yaml": "docker",
- "docker-compose.web.yaml": "docker",
- "docker-compose.worker.yaml": "docker",
-
- //editor-config
- ".editorconfig": "editor-config",
-
- //env
- ".env.defaults": "env",
- ".env.example": "env",
- ".env.sample": "env",
- ".env.template": "env",
- ".env.schema": "env",
- ".env.local": "env",
- ".env.dev": "env",
- ".env.development": "env",
- ".env.qa": "env",
- ".env.dist": "env",
- ".env.prod": "env",
- ".env.production": "env",
- ".env.stage": "env",
- ".env.staging": "env",
- ".env.preview": "env",
- ".env.test": "env",
- ".env.testing": "env",
- ".env.development.local": "env",
- ".env.qa.local": "env",
- ".env.production.local": "env",
- ".env.staging.local": "env",
- ".env.test.local": "env",
-
- //eslint
- ".eslintrc.js": "eslint",
- ".eslintrc.cjs": "eslint",
- ".eslintrc.yaml": "eslint",
- ".eslintrc.yml": "eslint",
- ".eslintrc.json": "eslint",
- ".eslintrc-md.js": "eslint",
- ".eslintrc-jsdoc.js": "eslint",
- ".eslintrc": "eslint",
- ".eslintignore": "eslint",
- ".eslintcache": "eslint",
-
- //gemfile
- "gemfile": "gemfile",
-
- //git
- ".gitignore": "git",
- ".gitignore_global": "git",
- ".gitconfig": "git",
- ".gitattributes": "git",
- ".gitmodules": "git",
- ".gitkeep": "git",
- ".gitinclude": "git",
- "git-history": "git",
-
- //go
- "go.mod": "gomod",
- "go.sum": "gomod",
-
- //gradle
- "gradle.properties": "gradle",
- "gradlew": "gradle",
- "gradle-wrapper.properties": "gradle",
-
- //graphql
- ".graphqlconfig": "graphql",
- ".graphqlrc": "graphql",
- ".graphqlrc.json": "graphql",
- ".graphqlrc.js": "graphql",
- ".graphqlrc.ts": "graphql",
- ".graphqlrc.toml": "graphql",
- ".graphqlrc.yaml": "graphql",
- ".graphqlrc.yml": "graphql",
- "graphql.config.json": "graphql",
- "graphql.config.js": "graphql",
- "graphql.config.ts": "graphql",
- "graphql.config.toml": "graphql",
- "graphql.config.yaml": "graphql",
- "graphql.config.yml": "graphql",
-
- //heroku
- "Procfile" : "heroku",
-
- //jest
- "jest.config.js" : "jest",
-
- //jetbrains
- "modules.xml" : "jetbrains",
- "workspace.xml" : "jetbrains",
-
- //json
- ".jscsrc": "json",
- ".jshintrc": "json",
- "composer.lock": "json",
- ".jsbeautifyrc": "json",
- ".esformatter": "json",
- "cdp.pid": "json",
- ".lintstagedrc": "json",
-
- //kotlin-main
- "Main.kt" : "kotlin-main",
- "Main.kts" : "kotlin-main",
-
- //laravel
- "artisan": "laravel",
-
- //license
- "license" : "license",
- "license.md" : "license",
- "license.txt" : "license",
-
- //lua
- ".luacheckrc": "lua",
-
- //maven
- "maven.config": "maven",
- "jvm.config": "maven",
-
- //minecraft-pack
- "pack.mcmeta" : "minecraft-pack",
-
- //next
- "next.config.js": "next",
- "next.config.ts": "next",
-
- //node
- "package.json": "node",
- "package-lock.json": "node",
- ".nvmrc": "node",
- ".esmrc": "node",
- ".node-version": "node",
-
- //npm
- ".npmignore": "npm",
- ".npmrc": "npm",
-
- //nuxt
- "nuxt.config.js" : "nuxt",
- "nuxt.config.ts" : "nuxt",
-
- //postcss
- "postcss.config.js": "postcss",
- "postcss.config.cjs": "postcss",
- ".postcssrc.js": "postcss",
- ".postcssrc": "postcss",
- ".postcssrc.json": "postcss",
- ".postcssrc.yml": "postcss",
-
- //pyc
- "requirements.txt": "pyc",
- "pipfile": "pyc",
- ".python-version": "pyc",
- "manifest.in": "pyc",
- "pylintrc": "pyc",
- ".pylintrc": "pyc",
-
- //readme
- "readme" : "readme",
- "readme.md" : "readme",
- "readme.txt" : "readme",
-
- //redwood
- "redwood.toml" : "redwood",
-
- //rollup
- "rollup.config.js" : "rollup",
-
- //todo
- "todo" : "todo",
- "todo.md" : "todo",
- "todo.txt" : "todo",
- "Todo" : "todo",
- "Todo.md" : "todo",
- "Todo.txt" : "todo",
- "TODO" : "todo",
- "TODO.md" : "todo",
- "TODO.txt" : "todo",
-
- //tailwind
- "tailwind.js": "tailwind",
- "tailwind.ts": "tailwind",
- "tailwind.config.js": "tailwind",
- "tailwind.config.ts": "tailwind",
- "tailwind.config.cjs": "tailwind",
-
- //tauri
- "tauri.conf.json" : "tauri",
-
- //vsc
- "launch.json" : "vsc",
-
- //vite
- "vite.config.js" : "vite",
- "vite.config.ts" : "vite",
-
- //vue
- "vue.config.js": "vue",
- "vue.config.ts": "vue",
- "vetur.config.js": "vue",
- "vetur.config.ts": "vue",
-
- //webpack
- "webpack.config.js" : "webpack",
-
- //xml
- ".htaccess": "xml",
-
- //award
- "_THANK YOU 1K": "award-1k",
-
- },
-
- "folderNames": {
-
- //abstract
- "abstract" : "folder-abstract",
- "abstracts" : "folder-abstract",
-
- //admin
- "admin" : "folder-admin",
- "admins" : "folder-admin",
-
- //angular
- "ng" : "folder-angular",
- "angular" : "folder-angular",
-
- //anim
- "anim" : "folder-anim",
- "anims" : "folder-anim",
- "animation" : "folder-anim",
- "animations" : "folder-anim",
- "gif" : "folder-anim",
- "gifs" : "folder-anim",
-
- //api
- "api" : "folder-api",
-
- //app
- "app" : "folder-app",
- "apps" : "folder-app",
-
- //audio
- "audio" : "folder-audio",
- "audios" : "folder-audio",
- "sound" : "folder-audio",
- "sounds" : "folder-audio",
- "music" : "folder-audio",
- "musics" : "folder-audio",
-
- //class
- "class" : "folder-class",
- "classes" : "folder-class",
-
- //client
- "client" : "folder-client",
- "clients" : "folder-client",
- "front" : "folder-client",
- "fronted" : "folder-client",
-
- //cloud
- "cloud" : "folder-cloud",
- "clouds" : "folder-cloud",
- "aws" : "folder-cloud",
- "gcs" : "folder-cloud",
-
- //cluster
- "cluster" : "folder-cluster",
- "clusters" : "folder-cluster",
-
- //command
- "command" : "folder-command",
- "commands" : "folder-command",
- "bin" : "folder-command",
- "cmd" : "folder-command",
-
- //component
- "component" : "folder-component",
- "components" : "folder-component",
-
- //config
- "config" : "folder-config",
- "configs" : "folder-config",
- "cfg" : "folder-config",
- "cfgs" : "folder-config",
-
- //contract
- "contract" : "folder-contract",
- "contracts" : "folder-contract",
-
- //core
- "core" : "folder-core",
- "cores" : "folder-core",
-
- //database
- "database" : "folder-database",
- "databases" : "folder-database",
- "data" : "folder-database",
- "datas" : "folder-database",
- "sql" : "folder-database",
- "model" : "folder-database",
- "models" : "folder-database",
-
- //dist
- "build" : "folder-dist",
- "dist" : "folder-dist",
- "out" : "folder-dist",
- "release" : "folder-dist",
-
- //docker
- "docker" : "folder-docker",
-
- //docs
- "doc" : "folder-docs",
- "docs" : "folder-docs",
- "document" : "folder-docs",
- "documentation" : "folder-docs",
- "documentations" : "folder-docs",
-
- //download
- "download" : "folder-download",
- "downloads" : "folder-download",
-
- //error
- "error" : "folder-error",
- "errors" : "folder-error",
-
- //event
- "event" : "folder-event",
- "events" : "folder-event",
-
- //font
- "font" : "folder-font",
- "fonts" : "folder-font",
-
- //git
- "git" : "folder-git",
- ".git" : "folder-git",
-
- //gradle
- "gradle" : "folder-gradle",
- ".gradle" : "folder-gradle",
-
- //home
- "home" : "folder-home",
- "homes" : "folder-home",
-
- //image
- "image" : "folder-image",
- "images" : "folder-image",
- "img" : "folder-image",
- "imgs" : "folder-image",
- "assets" : "folder-image",
- "icon" : "folder-image",
- "icons" : "folder-image",
-
- //in
- "in" : "folder-in",
- "input" : "folder-in",
-
- //interface
- "interface" : "folder-interface",
- "interfaces" : "folder-interface",
-
- //ios
- "ios" : "folder-ios",
- "apple" : "folder-ios",
- "mac" : "folder-ios",
-
- //java
- "java" : "folder-java",
- "jar" : "folder-java",
-
- //javascript
- "javascript" : "folder-javascript",
- "js" : "folder-javascript",
- "script" : "folder-javascript",
-
- //keys
- "keys" : "folder-keys",
- "key" : "folder-keys",
-
- //layout
- "layout" : "folder-layout",
- "ui" : "folder-layout",
-
- //lib
- "lib" : "folder-lib",
- "libs" : "folder-lib",
- "librarie" : "folder-lib",
- "libraries" : "folder-lib",
- "ressource" : "folder-lib",
- "ressources" : "folder-lib",
-
- //log
- "log" : "folder-log",
- "logs" : "folder-log",
- "history" : "folder-log",
-
- //middleware
- "middleware" : "folder-middleware",
- "middlewares" : "folder-middleware",
-
- //network
- "network" : "folder-network",
- "networks" : "folder-network",
- "packet" : "folder-network",
- "packets" : "folder-network",
- "route" : "folder-network",
- "routes" : "folder-network",
-
- //node
- "node" : "folder-node",
- "node_modules" : "folder-node",
- ".node" : "folder-node",
- ".node_modules" : "folder-node",
-
- //package
- "package" : "folder-package",
- "packages" : "folder-package",
- "pkg" : "folder-package",
- "pkgs" : "folder-package",
-
- //page
- "page" : "folder-page",
- "pages" : "folder-page",
- "view" : "folder-page",
- "views" : "folder-page",
- "html" : "folder-page",
- "htm" : "folder-page",
-
- //pipe
- "pipe" : "folder-pipe",
- "pipes" : "folder-pipe",
-
- //private
- "private" : "folder-private",
- "lock" : "folder-private",
-
- //server
- "server" : "folder-server",
- "servers" : "folder-server",
- "back" : "folder-server",
- "backend" : "folder-server",
-
- //src
- "src" : "folder-src",
- "source" : "folder-src",
- "controller" : "folder-src",
- "controllers" : "folder-src",
-
- //style
- "style" : "folder-style",
- "styles" : "folder-style",
- "css" : "folder-style",
- "stylesheets" : "folder-style",
- "scss" : "folder-style",
- "sass" : "folder-style",
-
- //temp
- "temp" : "folder-temp",
-
- //test
- "test" : "folder-test",
- "tests" : "folder-test",
-
- //typescript
- "typescript" : "folder-typescript",
- "ts" : "folder-typescript",
-
- //vm
- "vm" : "folder-vm",
-
- //vscode
- "vscode" : "folder-vscode",
- ".vscode" : "folder-vscode",
-
- //yarn
- "yarn" : "folder-yarn",
- ".yarn" : "folder-yarn",
- },
-
- "folderNamesExpanded": {
-
- //abstract
- "abstract" : "folder-abstract-open",
- "abstracts" : "folder-abstract-open",
-
- //admin
- "admin" : "folder-admin-open",
- "admins" : "folder-admin-open",
-
- //angular
- "ng" : "folder-angular-open",
- "angular" : "folder-angular-open",
-
- //anim
- "anim" : "folder-anim-open",
- "anims" : "folder-anim-open",
- "animation" : "folder-anim-open",
- "animations" : "folder-anim-open",
- "gif" : "folder-anim-open",
- "gifs" : "folder-anim-open",
-
- //api
- "api" : "folder-api-open",
-
- //app
- "app" : "folder-app-open",
- "apps" : "folder-app-open",
-
- //audio
- "audio" : "folder-audio-open",
- "audios" : "folder-audio-open",
- "sound" : "folder-audio-open",
- "sounds" : "folder-audio-open",
- "music" : "folder-audio-open",
- "musics" : "folder-audio-open",
-
- //class
- "class" : "folder-class-open",
- "classes" : "folder-class-open",
-
- //client
- "client" : "folder-client-open",
- "clients" : "folder-client-open",
- "front" : "folder-client-open",
- "fronted" : "folder-client-open",
-
- //cloud
- "cloud" : "folder-cloud-open",
- "clouds" : "folder-cloud-open",
- "aws" : "folder-cloud-open",
- "gcs" : "folder-cloud-open",
-
- //cluster
- "cluster" : "folder-cluster-open",
- "clusters" : "folder-cluster-open",
-
- //command
- "command" : "folder-command-open",
- "commands" : "folder-command-open",
- "bin" : "folder-command-open",
- "cmd" : "folder-command-open",
-
- //component
- "component" : "folder-component-open",
- "components" : "folder-component-open",
-
- //config
- "config" : "folder-config-open",
- "configs" : "folder-config-open",
- "cfg" : "folder-config-open",
- "cfgs" : "folder-config-open",
-
- //contract
- "contract" : "folder-contract-open",
- "contracts" : "folder-contract-open",
-
- //core
- "core" : "folder-core-open",
- "cores" : "folder-core-open",
-
- //database
- "database" : "folder-database-open",
- "databases" : "folder-database-open",
- "data" : "folder-database-open",
- "datas" : "folder-database-open",
- "sql" : "folder-database-open",
- "model" : "folder-database-open",
- "models" : "folder-database-open",
-
- //dist
- "dist" : "folder-dist-open",
- "out" : "folder-dist-open",
-
- //docker
- "docker" : "folder-docker-open",
-
- //docs
- "doc" : "folder-docs-open",
- "docs" : "folder-docs-open",
- "document" : "folder-docs-open",
- "documentation" : "folder-docs-open",
- "documentations" : "folder-docs-open",
-
- //download
- "download" : "folder-download-open",
- "downloads" : "folder-download-open",
-
- //error
- "error" : "folder-error-open",
- "errors" : "folder-error-open",
-
- //event
- "event" : "folder-event-open",
- "events" : "folder-event-open",
-
- //font
- "font" : "folder-font-open",
- "fonts" : "folder-font-open",
-
- //git
- "git" : "folder-git-open",
- ".git" : "folder-git-open",
-
- //gradle
- "gradle" : "folder-gradle-open",
- ".gradle" : "folder-gradle-open",
-
- //home
- "home" : "folder-home-open",
- "homes" : "folder-home-open",
-
- //image
- "image" : "folder-image-open",
- "images" : "folder-image-open",
- "img" : "folder-image-open",
- "imgs" : "folder-image-open",
- "assets" : "folder-image-open",
- "icon" : "folder-image-open",
- "icons" : "folder-image-open",
-
- //in
- "in" : "folder-in-open",
- "input" : "folder-in-open",
-
- //interface
- "interface" : "folder-interface-open",
- "interfaces" : "folder-interface-open",
-
- //ios
- "ios" : "folder-ios-open",
- "apple" : "folder-ios-open",
- "mac" : "folder-ios-open",
-
- //java
- "java" : "folder-java-open",
- "jar" : "folder-java-open",
-
- //javascript
- "javascript" : "folder-javascript-open",
- "js" : "folder-javascript-open",
- "script" : "folder-javascript-open",
-
- //keys
- "keys" : "folder-keys-open",
- "key" : "folder-keys-open",
-
- //layout
- "layout" : "folder-layout-open",
- "ui" : "folder-layout-open",
-
- //lib
- "lib" : "folder-lib-open",
- "libs" : "folder-lib-open",
- "libraries" : "folder-lib-open",
-
- //log
- "log" : "folder-log-open",
- "logs" : "folder-log-open",
- "history" : "folder-log-open",
-
- //middleware
- "middleware" : "folder-middleware-open",
- "middlewares" : "folder-middleware-open",
-
- //network
- "network" : "folder-network-open",
- "networks" : "folder-network-open",
- "packet" : "folder-network-open",
- "packets" : "folder-network-open",
- "route" : "folder-network-open",
- "routes" : "folder-network-open",
-
- //node
- "node" : "folder-node-open",
- "node_modules" : "folder-node-open",
- ".node" : "folder-node-open",
- ".node_modules" : "folder-node-open",
-
- //package
- "package" : "folder-package-open",
- "packages" : "folder-package-open",
- "pkg" : "folder-package-open",
- "pkgs" : "folder-package-open",
-
- //page
- "page" : "folder-page-open",
- "pages" : "folder-page-open",
- "view" : "folder-page-open",
- "views" : "folder-page-open",
- "html" : "folder-page-open",
- "htm" : "folder-page-open",
-
- //pipe
- "pipe" : "folder-pipe-open",
- "pipes" : "folder-pipe-open",
-
- //private
- "private" : "folder-private-open",
- "lock" : "folder-private-open",
-
- //server
- "server" : "folder-server-open",
- "servers" : "folder-server-open",
- "back" : "folder-server-open",
- "backend" : "folder-server-open",
-
- //src
- "src" : "folder-src-open",
- "source" : "folder-src-open",
- "controller" : "folder-src-open",
- "controllers" : "folder-src-open",
-
- //style
- "style" : "folder-style-open",
- "styles" : "folder-style-open",
- "css" : "folder-style-open",
- "stylesheets" : "folder-style-open",
- "scss" : "folder-style-open",
- "sass" : "folder-style-open",
-
- //temp
- "temp" : "folder-temp-open",
-
- //test
- "test" : "folder-test-open",
- "tests" : "folder-test-open",
-
- //typescript
- "typescript" : "folder-typescript-open",
- "ts" : "folder-typescript-open",
-
- //vm
- "vm" : "folder-vm-open",
-
- //vscode
- "vscode" : "folder-vscode-open",
- ".vscode" : "folder-vscode-open",
-
- //yarn
- "yarn" : "folder-yarn-open",
- ".yarn" : "folder-yarn-open",
- },
-
- "iconDefinitions": {
-
- //default
- "_file_default" : {
- "iconPath": "../../assets/icons/File_default.svg"
- },
- "_folder_default_close" : {
- "iconPath": "../../assets/icons/Folder_default_close.svg"
- },
- "_folder_default_open" : {
- "iconPath": "../../assets/icons/Folder_default_open.svg"
- },
- "3d" : {
- "iconPath": "../../assets/icons/3D.svg"
- },
- "text" : {
- "iconPath": "../../assets/icons/File_Text.svg"
- },
- "audio" : {
- "iconPath": "../../assets/icons/File_Music.svg"
- },
- "image" : {
- "iconPath": "../../assets/icons/File_Image.svg"
- },
- "font" : {
- "iconPath": "../../assets/icons/File_font.svg"
- },
-
- //files
- "ada" : {
- "iconPath": "../../assets/icons/Ada.svg"
- },
- "agda" : {
- "iconPath": "../../assets/icons/Agda.svg"
- },
- "angular" : {
- "iconPath": "../../assets/icons/Angular.svg"
- },
- "android" : {
- "iconPath": "../../assets/icons/Android.svg"
- },
- "apple" : {
- "iconPath": "../../assets/icons/Apple.svg"
- },
- "asm" : {
- "iconPath": "../../assets/icons/ASM.svg"
- },
- "astro" : {
- "iconPath": "../../assets/icons/Astro.svg"
- },
- "bash" : {
- "iconPath": "../../assets/icons/Bash.svg"
- },
- "batch" : {
- "iconPath": "../../assets/icons/Batch.svg"
- },
- "binaries" : {
- "iconPath": "../../assets/icons/Binaries.svg"
- },
- "blitz" : {
- "iconPath": "../../assets/icons/BlitzJS.svg"
- },
- "brainfuck" : {
- "iconPath": "../../assets/icons/Brainfuck.svg"
- },
- "c--" : {
- "iconPath": "../../assets/icons/C--.svg"
- },
- "c" : {
- "iconPath": "../../assets/icons/C.svg"
- },
- "cabal" : {
- "iconPath": "../../assets/icons/Cabal.svg"
- },
- "cargo" : {
- "iconPath": "../../assets/icons/Cargo.svg"
- },
- "changelog" : {
- "iconPath": "../../assets/icons/CHANGELOG.svg"
- },
- "clojure" : {
- "iconPath": "../../assets/icons/Clojure.svg"
- },
- "cobol" : {
- "iconPath": "../../assets/icons/Cobol.svg"
- },
- "cpp" : {
- "iconPath": "../../assets/icons/Cpp.svg"
- },
- "cmake" : {
- "iconPath": "../../assets/icons/CMake.svg"
- },
- "crystal" : {
- "iconPath": "../../assets/icons/Crystal.svg"
- },
- "csharp" : {
- "iconPath": "../../assets/icons/Csharp.svg"
- },
- "css" : {
- "iconPath": "../../assets/icons/CSS.svg"
- },
- "d" : {
- "iconPath": "../../assets/icons/D.svg"
- },
- "dart" : {
- "iconPath": "../../assets/icons/Dart.svg"
- },
- "django" : {
- "iconPath": "../../assets/icons/Django.svg"
- },
- "docker" : {
- "iconPath": "../../assets/icons/Docker.svg"
- },
- "editor-config" : {
- "iconPath": "../../assets/icons/EditorConfig.svg"
- },
- "ejs" : {
- "iconPath": "../../assets/icons/EJS.svg"
- },
- "elexir" : {
- "iconPath": "../../assets/icons/Elexir.svg"
- },
- "elm" : {
- "iconPath": "../../assets/icons/Elm.svg"
- },
- "env" : {
- "iconPath": "../../assets/icons/ENV.svg"
- },
- "erlang" : {
- "iconPath": "../../assets/icons/Erlang.svg"
- },
- "eslint" : {
- "iconPath": "../../assets/icons/Eslint.svg"
- },
- "figma" : {
- "iconPath": "../../assets/icons/Figma.svg"
- },
- "fortan" : {
- "iconPath": "../../assets/icons/Fortan.svg"
- },
- "fsharp" : {
- "iconPath": "../../assets/icons/Fsharp.svg"
- },
- "gemfile" : {
- "iconPath": "../../assets/icons/Gemfile.svg"
- },
- "git" : {
- "iconPath": "../../assets/icons/Git.svg"
- },
- "glsl" : {
- "iconPath": "../../assets/icons/GLSL.svg"
- },
- "go" : {
- "iconPath": "../../assets/icons/GO.svg"
- },
- "gomod" : {
- "iconPath": "../../assets/icons/GOMod.svg"
- },
- "gradle" : {
- "iconPath": "../../assets/icons/Gradle.svg"
- },
- "graphql" : {
- "iconPath": "../../assets/icons/GraphQL.svg"
- },
- "groovy" : {
- "iconPath": "../../assets/icons/Groovy.svg"
- },
- "h" : {
- "iconPath": "../../assets/icons/H.svg"
- },
- "haskell" : {
- "iconPath": "../../assets/icons/Haskell.svg"
- },
- "haxe" : {
- "iconPath": "../../assets/icons/Haxe.svg"
- },
- "heroku" : {
- "iconPath": "../../assets/icons/Heroku.svg"
- },
- "holyc" : {
- "iconPath": "../../assets/icons/HolyC.svg"
- },
- "hpp" : {
- "iconPath": "../../assets/icons/HPP.svg"
- },
- "html" : {
- "iconPath": "../../assets/icons/HTML.svg"
- },
- "idris" : {
- "iconPath": "../../assets/icons/Idris.svg"
- },
- "ini" : {
- "iconPath": "../../assets/icons/Ini.svg"
- },
- "jar" : {
- "iconPath": "../../assets/icons/JAR.svg"
- },
- "java" : {
- "iconPath": "../../assets/icons/JAVA.svg"
- },
- "javaclass" : {
- "iconPath": "../../assets/icons/CLASS.svg"
- },
- "javascript" : {
- "iconPath": "../../assets/icons/Javascript.svg"
- },
- "jest" : {
- "iconPath": "../../assets/icons/Jest.svg"
- },
- "json" : {
- "iconPath": "../../assets/icons/JSON.svg"
- },
- "julia" : {
- "iconPath": "../../assets/icons/Julia.svg"
- },
- "kotlin" : {
- "iconPath": "../../assets/icons/Kotlin.svg"
- },
- "kotlin-main" : {
- "iconPath": "../../assets/icons/Kotlin Main.svg"
- },
- "laravel" : {
- "iconPath": "../../assets/icons/Laravel.svg"
- },
- "license" : {
- "iconPath": "../../assets/icons/LICENSE.svg"
- },
- "lisp" : {
- "iconPath": "../../assets/icons/Lisp.svg"
- },
- "lua" : {
- "iconPath": "../../assets/icons/Lua.svg"
- },
- "matlab" : {
- "iconPath": "../../assets/icons/MatLab.svg"
- },
- "md" : {
- "iconPath": "../../assets/icons/Markdown.svg"
- },
- "maven" : {
- "iconPath": "../../assets/icons/Maven.svg"
- },
- "minecraft" : {
- "iconPath": "../../assets/icons/Minecraft.svg"
- },
- "minecraft-meta" : {
- "iconPath": "../../assets/icons/MinecraftMeta.svg"
- },
- "minecraft-pack" : {
- "iconPath": "../../assets/icons/MinecraftPack.svg"
- },
- "mjs" : {
- "iconPath": "../../assets/icons/MJS.svg"
- },
- "next" : {
- "iconPath": "../../assets/icons/Next.svg"
- },
- "ninja" : {
- "iconPath": "../../assets/icons/Ninja.svg"
- },
- "nim" : {
- "iconPath": "../../assets/icons/Nim.svg"
- },
- "node" : {
- "iconPath": "../../assets/icons/Node.svg"
- },
- "npm" : {
- "iconPath": "../../assets/icons/NPM.svg"
- },
- "nuxt" : {
- "iconPath": "../../assets/icons/Nuxt.svg"
- },
- "objc" : {
- "iconPath": "../../assets/icons/ObjectiveC.svg"
- },
- "pdf" : {
- "iconPath": "../../assets/icons/PDF.svg"
- },
- "perl" : {
- "iconPath": "../../assets/icons/Perl.svg"
- },
- "php" : {
- "iconPath": "../../assets/icons/PHP.svg"
- },
- "postcss" : {
- "iconPath": "../../assets/icons/PostCSS.svg"
- },
- "powershell" : {
- "iconPath": "../../assets/icons/Powershell.svg"
- },
- "prisma" : {
- "iconPath": "../../assets/icons/Prisma.svg"
- },
- "pyc" : {
- "iconPath": "../../assets/icons/Pyc.svg"
- },
- "python" : {
- "iconPath": "../../assets/icons/Python.svg"
- },
- "quark" : {
- "iconPath": "../../assets/icons/Quark.svg"
- },
- "r" : {
- "iconPath": "../../assets/icons/R.svg"
- },
- "react" : {
- "iconPath": "../../assets/icons/React.svg"
- },
- "readme" : {
- "iconPath": "../../assets/icons/README.svg"
- },
- "redwood" : {
- "iconPath": "../../assets/icons/Redwood.svg"
- },
- "rollup" : {
- "iconPath": "../../assets/icons/Rollup.svg"
- },
- "ruby" : {
- "iconPath": "../../assets/icons/Ruby.svg"
- },
- "rust" : {
- "iconPath": "../../assets/icons/Rust.svg"
- },
- "sass" : {
- "iconPath": "../../assets/icons/Sass.svg"
- },
- "scala" : {
- "iconPath": "../../assets/icons/Scala.svg"
- },
- "solidity" : {
- "iconPath": "../../assets/icons/Solidity.svg"
- },
- "sql" : {
- "iconPath": "../../assets/icons/SQL.svg"
- },
- "svelte" : {
- "iconPath": "../../assets/icons/Svelte.svg"
- },
- "svg" : {
- "iconPath": "../../assets/icons/SVG.svg"
- },
- "swift" : {
- "iconPath": "../../assets/icons/Swift.svg"
- },
- "tailwind" : {
- "iconPath": "../../assets/icons/Tailwind.svg"
- },
- "tauri" : {
- "iconPath": "../../assets/icons/Tauri.svg"
- },
- "terrabyte" : {
- "iconPath": "../../assets/icons/TerrabyteScript.svg"
- },
- "todo" : {
- "iconPath": "../../assets/icons/TODO.svg"
- },
- "toml" : {
- "iconPath": "../../assets/icons/TOML.svg"
- },
- "typescript" : {
- "iconPath": "../../assets/icons/TypeScript.svg"
- },
- "unity" : {
- "iconPath": "../../assets/icons/Unity.svg"
- },
- "vba" : {
- "iconPath": "../../assets/icons/VBA.svg"
- },
- "vector" : {
- "iconPath": "../../assets/icons/Vector.svg"
- },
- "vim" : {
- "iconPath": "../../assets/icons/Vim.svg"
- },
- "vite" : {
- "iconPath": "../../assets/icons/Vite.svg"
- },
- "visualstudio" : {
- "iconPath": "../../assets/icons/VisualStudio.svg"
- },
- "vsc" : {
- "iconPath": "../../assets/icons/VScode.svg"
- },
- "vue" : {
- "iconPath": "../../assets/icons/Vue.svg"
- },
- "wasm" : {
- "iconPath": "../../assets/icons/WASM.svg"
- },
- "webpack" : {
- "iconPath": "../../assets/icons/Webpack.svg"
- },
- "xml" : {
- "iconPath": "../../assets/icons/XML.svg"
- },
- "yaml" : {
- "iconPath": "../../assets/icons/YAML.svg"
- },
- "zig" : {
- "iconPath": "../../assets/icons/Zig.svg"
- },
- "zip" : {
- "iconPath": "../../assets/icons/ZIP.svg"
- },
-
-
-
- //FOLDERS
- "folder-abstract" : {
- "iconPath": "../../assets/icons/Folder_ABSTRACT_close.svg"
- },
- "folder-abstract-open" : {
- "iconPath": "../../assets/icons/Folder_ABSTRACT_open.svg"
- },
-
- "folder-admin" : {
- "iconPath": "../../assets/icons/Folder_ADMIN_close.svg"
- },
- "folder-admin-open" : {
- "iconPath": "../../assets/icons/Folder_ADMIN_open.svg"
- },
-
- "folder-android" : {
- "iconPath": "../../assets/icons/Folder_ANDROID_close.svg"
- },
- "folder-android-open" : {
- "iconPath": "../../assets/icons/Folder_ANDROID_open.svg"
- },
-
- "folder-angular" : {
- "iconPath": "../../assets/icons/Folder_ANGULAR_close.svg"
- },
- "folder-angular-open" : {
- "iconPath": "../../assets/icons/Folder_ANGULAR_open.svg"
- },
-
- "folder-anim" : {
- "iconPath": "../../assets/icons/Folder_ANIM_close.svg"
- },
- "folder-anim-open" : {
- "iconPath": "../../assets/icons/Folder_ANIM_open.svg"
- },
-
- "folder-api" : {
- "iconPath": "../../assets/icons/Folder_API_close.svg"
- },
- "folder-api-open" : {
- "iconPath": "../../assets/icons/Folder_API_open.svg"
- },
-
- "folder-app" : {
- "iconPath": "../../assets/icons/Folder_APP_close.svg"
- },
- "folder-app-open" : {
- "iconPath": "../../assets/icons/Folder_APP_open.svg"
- },
-
- "folder-archive" : {
- "iconPath": "../../assets/icons/Folder_ARCHIVE_close.svg"
- },
- "folder-archive-open" : {
- "iconPath": "../../assets/icons/Folder_ARCHIVE_open.svg"
- },
-
- "folder-audio" : {
- "iconPath": "../../assets/icons/Folder_AUDIO_close.svg"
- },
- "folder-audio-open" : {
- "iconPath": "../../assets/icons/Folder_AUDIO_open.svg"
- },
-
- "folder-class" : {
- "iconPath": "../../assets/icons/Folder_CLASS_close.svg"
- },
- "folder-class-open" : {
- "iconPath": "../../assets/icons/Folder_CLASS_open.svg"
- },
-
- "folder-client" : {
- "iconPath": "../../assets/icons/Folder_CLIENT_close.svg"
- },
- "folder-client-open" : {
- "iconPath": "../../assets/icons/Folder_CLIENT_open.svg"
- },
-
- "folder-cloud" : {
- "iconPath": "../../assets/icons/Folder_CLOUD_close.svg"
- },
- "folder-cloud-open" : {
- "iconPath": "../../assets/icons/Folder_CLOUD_open.svg"
- },
-
- "folder-cluster" : {
- "iconPath": "../../assets/icons/Folder_CLUSTER_close.svg"
- },
- "folder-cluster-open" : {
- "iconPath": "../../assets/icons/Folder_CLUSTER_open.svg"
- },
-
- "folder-command" : {
- "iconPath": "../../assets/icons/Folder_COMMAND_close.svg"
- },
- "folder-command-open" : {
- "iconPath": "../../assets/icons/Folder_COMMAND_open.svg"
- },
-
- "folder-component" : {
- "iconPath": "../../assets/icons/Folder_COMPONENTS_close.svg"
- },
- "folder-component-open" : {
- "iconPath": "../../assets/icons/Folder_COMPONENTS_open.svg"
- },
-
- "folder-config" : {
- "iconPath": "../../assets/icons/Folder_CONFIG_close.svg"
- },
- "folder-config-open" : {
- "iconPath": "../../assets/icons/Folder_CONFIG_open.svg"
- },
-
- "folder-contract" : {
- "iconPath": "../../assets/icons/Folder_CONTRACT_close.svg"
- },
- "folder-contract-open" : {
- "iconPath": "../../assets/icons/Folder_CONTRACT_open.svg"
- },
-
- "folder-core" : {
- "iconPath": "../../assets/icons/Folder_CORE_close.svg"
- },
- "folder-core-open" : {
- "iconPath": "../../assets/icons/Folder_CORE_open.svg"
- },
-
- "folder-database" : {
- "iconPath": "../../assets/icons/Folder_DATABASE_close.svg"
- },
- "folder-database-open" : {
- "iconPath": "../../assets/icons/Folder_DATABASE_open.svg"
- },
-
- "folder-dist" : {
- "iconPath": "../../assets/icons/Folder_DIST_close.svg"
- },
- "folder-dist-open" : {
- "iconPath": "../../assets/icons/Folder_DIST_open.svg"
- },
-
- "folder-docker" : {
- "iconPath": "../../assets/icons/Folder_DOCKER_close.svg"
- },
- "folder-docker-open" : {
- "iconPath": "../../assets/icons/Folder_DOCKER_open.svg"
- },
-
- "folder-docs" : {
- "iconPath": "../../assets/icons/Folder_DOCS_close.svg"
- },
- "folder-docs-open" : {
- "iconPath": "../../assets/icons/Folder_DOCS_open.svg"
- },
-
- "folder-download" : {
- "iconPath": "../../assets/icons/Folder_DOWNLOAD_close.svg"
- },
- "folder-download-open" : {
- "iconPath": "../../assets/icons/Folder_DOWNLOAD_open.svg"
- },
-
- "folder-error" : {
- "iconPath": "../../assets/icons/Folder_ERROR_close.svg"
- },
- "folder-error-open" : {
- "iconPath": "../../assets/icons/Folder_ERROR_open.svg"
- },
-
- "folder-event" : {
- "iconPath": "../../assets/icons/Folder_EVENT_close.svg"
- },
- "folder-event-open" : {
- "iconPath": "../../assets/icons/Folder_EVENT_open.svg"
- },
-
- "folder-font" : {
- "iconPath": "../../assets/icons/Folder_FONT_close.svg"
- },
- "folder-font-open" : {
- "iconPath": "../../assets/icons/Folder_FONT_open.svg"
- },
-
- "folder-git" : {
- "iconPath": "../../assets/icons/Folder_GIT_close.svg"
- },
- "folder-git-open" : {
- "iconPath": "../../assets/icons/Folder_GIT_open.svg"
- },
-
- "folder-gradle" : {
- "iconPath": "../../assets/icons/Folder_GRADLE_close.svg"
- },
- "folder-gradle-open" : {
- "iconPath": "../../assets/icons/Folder_GRADLE_open.svg"
- },
-
- "folder-home" : {
- "iconPath": "../../assets/icons/Folder_HOME_close.svg"
- },
- "folder-home-open" : {
- "iconPath": "../../assets/icons/Folder_HOME_open.svg"
- },
-
- "folder-image" : {
- "iconPath": "../../assets/icons/Folder_IMAGES_close.svg"
- },
- "folder-image-open" : {
- "iconPath": "../../assets/icons/Folder_IMAGES_open.svg"
- },
-
- "folder-in" : {
- "iconPath": "../../assets/icons/Folder_IN_close.svg"
- },
- "folder-in-open" : {
- "iconPath": "../../assets/icons/Folder_IN_open.svg"
- },
-
- "folder-interface" : {
- "iconPath": "../../assets/icons/Folder_INTERFACE_close.svg"
- },
- "folder-interface-open" : {
- "iconPath": "../../assets/icons/Folder_INTERFACE_open.svg"
- },
-
- "folder-ios" : {
- "iconPath": "../../assets/icons/Folder_IOS_close.svg"
- },
- "folder-ios-open" : {
- "iconPath": "../../assets/icons/Folder_IOS_open.svg"
- },
-
- "folder-java" : {
- "iconPath": "../../assets/icons/Folder_JAVA_close.svg"
- },
- "folder-java-open" : {
- "iconPath": "../../assets/icons/Folder_JAVA_open.svg"
- },
-
- "folder-javascript" : {
- "iconPath": "../../assets/icons/Folder_JAVASCRIPT_close.svg"
- },
- "folder-javascript-open" : {
- "iconPath": "../../assets/icons/Folder_JAVASCRIPT_open.svg"
- },
-
- "folder-keys" : {
- "iconPath": "../../assets/icons/Folder_KEYS_close.svg"
- },
- "folder-keys-open" : {
- "iconPath": "../../assets/icons/Folder_KEYS_open.svg"
- },
-
- "folder-layout" : {
- "iconPath": "../../assets/icons/Folder_LAYOUT_close.svg"
- },
- "folder-layout-open" : {
- "iconPath": "../../assets/icons/Folder_LAYOUT_open.svg"
- },
-
- "folder-lib" : {
- "iconPath": "../../assets/icons/Folder_LIBS_close.svg"
- },
- "folder-lib-open" : {
- "iconPath": "../../assets/icons/Folder_LIBS_open.svg"
- },
-
- "folder-log" : {
- "iconPath": "../../assets/icons/Folder_LOGS_close.svg"
- },
- "folder-log-open" : {
- "iconPath": "../../assets/icons/Folder_LOGS_open.svg"
- },
-
- "folder-middleware" : {
- "iconPath": "../../assets/icons/Folder_MIDDLEWARE_close.svg"
- },
- "folder-middleware-open" : {
- "iconPath": "../../assets/icons/Folder_MIDDLEWARE_open.svg"
- },
-
- "folder-network" : {
- "iconPath": "../../assets/icons/Folder_NETWORK_close.svg"
- },
- "folder-network-open" : {
- "iconPath": "../../assets/icons/Folder_NETWORK_open.svg"
- },
-
- "folder-node" : {
- "iconPath": "../../assets/icons/Folder_NODE_close.svg"
- },
- "folder-node-open" : {
- "iconPath": "../../assets/icons/Folder_NODE_open.svg"
- },
-
- "folder-package" : {
- "iconPath": "../../assets/icons/Folder_PACKAGE_close.svg"
- },
- "folder-package-open" : {
- "iconPath": "../../assets/icons/Folder_PACKAGE_open.svg"
- },
-
- "folder-page" : {
- "iconPath": "../../assets/icons/Folder_PAGE_close.svg"
- },
- "folder-page-open" : {
- "iconPath": "../../assets/icons/Folder_PAGE_open.svg"
- },
-
- "folder-pipe" : {
- "iconPath": "../../assets/icons/Folder_PIPE_close.svg"
- },
- "folder-pipe-open" : {
- "iconPath": "../../assets/icons/Folder_PIPE_open.svg"
- },
-
- "folder-private" : {
- "iconPath": "../../assets/icons/Folder_PRIVATE_close.svg"
- },
- "folder-private-open" : {
- "iconPath": "../../assets/icons/Folder_PRIVATE_open.svg"
- },
-
- "folder-server" : {
- "iconPath": "../../assets/icons/Folder_SERVER_close.svg"
- },
- "folder-server-open" : {
- "iconPath": "../../assets/icons/Folder_SERVER_open.svg"
- },
-
- "folder-src" : {
- "iconPath": "../../assets/icons/Folder_SRC_close.svg"
- },
- "folder-src-open" : {
- "iconPath": "../../assets/icons/Folder_SRC_open.svg"
- },
-
- "folder-style" : {
- "iconPath": "../../assets/icons/Folder_STYLE_close.svg"
- },
- "folder-style-open" : {
- "iconPath": "../../assets/icons/Folder_STYLE_open.svg"
- },
-
- "folder-temp" : {
- "iconPath": "../../assets/icons/Folder_TEMP_close.svg"
- },
- "folder-temp-open" : {
- "iconPath": "../../assets/icons/Folder_TEMP_open.svg"
- },
-
- "folder-test" : {
- "iconPath": "../../assets/icons/Folder_TEST_close.svg"
- },
- "folder-test-open" : {
- "iconPath": "../../assets/icons/Folder_TEST_open.svg"
- },
-
- "folder-typescript" : {
- "iconPath": "../../assets/icons/Folder_TYPESCRIPT_close.svg"
- },
- "folder-typescript-open" : {
- "iconPath": "../../assets/icons/Folder_TYPESCRIPT_open.svg"
- },
-
- "folder-vm" : {
- "iconPath": "../../assets/icons/Folder_VM_close.svg"
- },
- "folder-vm-open" : {
- "iconPath": "../../assets/icons/Folder_VM_open.svg"
- },
-
- "folder-vscode" : {
- "iconPath": "../../assets/icons/Folder_VSCODE_close.svg"
- },
- "folder-vscode-open" : {
- "iconPath": "../../assets/icons/Folder_VSCODE_open.svg"
- },
-
- "folder-yarn" : {
- "iconPath": "../../assets/icons/Folder_YARN_close.svg"
- },
- "folder-yarn-open" : {
- "iconPath": "../../assets/icons/Folder_YARN_open.svg"
- },
-
- //adobe
- "adobe-bridge" : {
- "iconPath": "../../assets/icons/AdobeBridge.svg"
- },
- "adobe-after-effects" : {
- "iconPath": "../../assets/icons/AfterEffects.svg"
- },
- "adobe-audition" : {
- "iconPath": "../../assets/icons/Audition.svg"
- },
- "adobe-dreamweather" : {
- "iconPath": "../../assets/icons/DreamWeather.svg"
- },
- "adobe-illustrator" : {
- "iconPath": "../../assets/icons/Illustrator.svg"
- },
- "adobe-incopy" : {
- "iconPath": "../../assets/icons/InCopy.svg"
- },
- "adobe-indesign" : {
- "iconPath": "../../assets/icons/InDesign.svg"
- },
- "adobe-lightroom" : {
- "iconPath": "../../assets/icons/LightRoom.svg"
- },
- "adobe-photoshop" : {
- "iconPath": "../../assets/icons/Photoshop.svg"
- },
- "adobe-premiere-pro" : {
- "iconPath": "../../assets/icons/PremierePro.svg"
- },
-
- //microsoft
- "ms-docx" : {
- "iconPath": "../../assets/icons/DOCX.svg"
- },
- "ms-note" : {
- "iconPath": "../../assets/icons/ONE.svg"
- },
- "ms-pptx" : {
- "iconPath": "../../assets/icons/PPTX.svg"
- },
- "ms-xlsx" : {
- "iconPath": "../../assets/icons/XLSX.svg"
- },
-
- //jetbrains
- "jetbrains" : {
- "iconPath": "../../assets/icons/JetBrains.svg"
- },
- "jb-clion" : {
- "iconPath": "../../assets/icons/Clion.svg"
- },
- "jb-goland" : {
- "iconPath": "../../assets/icons/GoLand.svg"
- },
- "jb-intellij" : {
- "iconPath": "../../assets/icons/IntelliJ.svg"
- },
- "jb-phpstorm" : {
- "iconPath": "../../assets/icons/PhpStorm.svg"
- },
- "jb-pycharm" : {
- "iconPath": "../../assets/icons/PyCharm.svg"
- },
- "jb-rubymine" : {
- "iconPath": "../../assets/icons/RubyMine.svg"
- },
- "jb-webstorm" : {
- "iconPath": "../../assets/icons/WebStorm.svg"
- },
-
-
- // award
- "award-1k" : {
- "iconPath": "../../assets/icons/1K.svg"
- },
- }
+ //sql
+ "sql": "sql",
+
+ //svg
+ "svg": "svg",
+
+ //swift
+ "swift": "swift",
+
+ //typescript
+ "typescript": "typescript",
+
+ //toml
+ "toml": "toml",
+
+ //unity
+ "shaderlab": "unity",
+
+ //vbs
+ "vb": "vbs",
+
+ //vim
+ "viml": "vim",
+
+ //visualstudio
+ "testOutput": "visualstudio",
+
+ //vsc
+ "vscodeignore": "vsc",
+ "vsixmanifest": "vsc",
+ "vsix": "vsc",
+ "code-workplace": "vsc",
+
+ //vue
+ "vue": "vue",
+ "vue-postcss": "vue",
+ "vue-html": "vue",
+
+ //xml
+ "xml": "xml",
+ "xquery": "xml",
+ "xsl": "xml",
+
+ //yaml
+ "yaml": "yaml"
+ },
+
+ "fileNames": {
+ //angular
+ "angular-cli.json": "angular",
+ ".angular-cli.json": "angular",
+ "angular.json": "angular",
+
+ //astro
+ "astro.mjs": "astro",
+
+ //blitz
+ "blitz.config.js": "blitz",
+
+ //cabal
+ "cabal.project.local": "cabal",
+ "cabal.project": "cabal",
+
+ //cargo
+ "cargo.toml": "cargo",
+
+ //changelog
+ "changelog": "changelog",
+ "changelog.md": "changelog",
+ "changelog.txt": "changelog",
+
+ //cmake
+ "cmakelists.txt": "cmake",
+ "cmakecache.txt": "cmake",
+
+ //dart
+ ".pubignore": "dart",
+
+ //django
+ "manage.py": "django",
+
+ //docker
+ "dockerfile": "docker",
+ "dockerfile.prod": "docker",
+ "dockerfile.production": "docker",
+ "dockerfile.alpha": "docker",
+ "dockerfile.beta": "docker",
+ "dockerfile.stage": "docker",
+ "dockerfile.staging": "docker",
+ "dockerfile.dev": "docker",
+ "dockerfile.development": "docker",
+ "dockerfile.local": "docker",
+ "dockerfile.test": "docker",
+ "dockerfile.testing": "docker",
+ "dockerfile.ci": "docker",
+ "dockerfile.web": "docker",
+ "dockerfile.worker": "docker",
+ "docker-compose.yml": "docker",
+ "docker-compose.override.yml": "docker",
+ "docker-compose.prod.yml": "docker",
+ "docker-compose.production.yml": "docker",
+ "docker-compose.alpha.yml": "docker",
+ "docker-compose.beta.yml": "docker",
+ "docker-compose.stage.yml": "docker",
+ "docker-compose.staging.yml": "docker",
+ "docker-compose.dev.yml": "docker",
+ "docker-compose.development.yml": "docker",
+ "docker-compose.local.yml": "docker",
+ "docker-compose.test.yml": "docker",
+ "docker-compose.testing.yml": "docker",
+ "docker-compose.ci.yml": "docker",
+ "docker-compose.web.yml": "docker",
+ "docker-compose.worker.yml": "docker",
+ "docker-compose.yaml": "docker",
+ "docker-compose.override.yaml": "docker",
+ "docker-compose.prod.yaml": "docker",
+ "docker-compose.production.yaml": "docker",
+ "docker-compose.alpha.yaml": "docker",
+ "docker-compose.beta.yaml": "docker",
+ "docker-compose.stage.yaml": "docker",
+ "docker-compose.staging.yaml": "docker",
+ "docker-compose.dev.yaml": "docker",
+ "docker-compose.development.yaml": "docker",
+ "docker-compose.local.yaml": "docker",
+ "docker-compose.test.yaml": "docker",
+ "docker-compose.testing.yaml": "docker",
+ "docker-compose.ci.yaml": "docker",
+ "docker-compose.web.yaml": "docker",
+ "docker-compose.worker.yaml": "docker",
+
+ //editor-config
+ ".editorconfig": "editor-config",
+
+ //env
+ ".env.defaults": "env",
+ ".env.example": "env",
+ ".env.sample": "env",
+ ".env.template": "env",
+ ".env.schema": "env",
+ ".env.local": "env",
+ ".env.dev": "env",
+ ".env.development": "env",
+ ".env.qa": "env",
+ ".env.dist": "env",
+ ".env.prod": "env",
+ ".env.production": "env",
+ ".env.stage": "env",
+ ".env.staging": "env",
+ ".env.preview": "env",
+ ".env.test": "env",
+ ".env.testing": "env",
+ ".env.development.local": "env",
+ ".env.qa.local": "env",
+ ".env.production.local": "env",
+ ".env.staging.local": "env",
+ ".env.test.local": "env",
+
+ //eslint
+ ".eslintrc.js": "eslint",
+ ".eslintrc.cjs": "eslint",
+ ".eslintrc.yaml": "eslint",
+ ".eslintrc.yml": "eslint",
+ ".eslintrc.json": "eslint",
+ ".eslintrc-md.js": "eslint",
+ ".eslintrc-jsdoc.js": "eslint",
+ ".eslintrc": "eslint",
+ ".eslintignore": "eslint",
+ ".eslintcache": "eslint",
+
+ //gemfile
+ "gemfile": "gemfile",
+
+ //git
+ ".gitignore": "git",
+ ".gitignore_global": "git",
+ ".gitconfig": "git",
+ ".gitattributes": "git",
+ ".gitmodules": "git",
+ ".gitkeep": "git",
+ ".gitinclude": "git",
+ "git-history": "git",
+
+ //go
+ "go.mod": "gomod",
+ "go.sum": "gomod",
+
+ //gradle
+ "gradle.properties": "gradle",
+ "gradlew": "gradle",
+ "gradle-wrapper.properties": "gradle",
+
+ //graphql
+ ".graphqlconfig": "graphql",
+ ".graphqlrc": "graphql",
+ ".graphqlrc.json": "graphql",
+ ".graphqlrc.js": "graphql",
+ ".graphqlrc.ts": "graphql",
+ ".graphqlrc.toml": "graphql",
+ ".graphqlrc.yaml": "graphql",
+ ".graphqlrc.yml": "graphql",
+ "graphql.config.json": "graphql",
+ "graphql.config.js": "graphql",
+ "graphql.config.ts": "graphql",
+ "graphql.config.toml": "graphql",
+ "graphql.config.yaml": "graphql",
+ "graphql.config.yml": "graphql",
+
+ //heroku
+ "Procfile": "heroku",
+
+ //jest
+ "jest.config.js": "jest",
+
+ //jetbrains
+ "modules.xml": "jetbrains",
+ "workspace.xml": "jetbrains",
+
+ //json
+ ".jscsrc": "json",
+ ".jshintrc": "json",
+ "composer.lock": "json",
+ ".jsbeautifyrc": "json",
+ ".esformatter": "json",
+ "cdp.pid": "json",
+ ".lintstagedrc": "json",
+
+ //kotlin-main
+ "Main.kt": "kotlin-main",
+ "Main.kts": "kotlin-main",
+
+ //laravel
+ "artisan": "laravel",
+
+ //license
+ "license": "license",
+ "license.md": "license",
+ "license.txt": "license",
+
+ //lua
+ ".luacheckrc": "lua",
+
+ //maven
+ "maven.config": "maven",
+ "jvm.config": "maven",
+
+ //minecraft-pack
+ "pack.mcmeta": "minecraft-pack",
+
+ //next
+ "next.config.js": "next",
+ "next.config.ts": "next",
+
+ //node
+ "package.json": "node",
+ "package-lock.json": "node",
+ ".nvmrc": "node",
+ ".esmrc": "node",
+ ".node-version": "node",
+
+ //npm
+ ".npmignore": "npm",
+ ".npmrc": "npm",
+
+ //nuxt
+ "nuxt.config.js": "nuxt",
+ "nuxt.config.ts": "nuxt",
+
+ //postcss
+ "postcss.config.js": "postcss",
+ "postcss.config.cjs": "postcss",
+ ".postcssrc.js": "postcss",
+ ".postcssrc": "postcss",
+ ".postcssrc.json": "postcss",
+ ".postcssrc.yml": "postcss",
+
+ //pyc
+ "requirements.txt": "pyc",
+ "pipfile": "pyc",
+ ".python-version": "pyc",
+ "manifest.in": "pyc",
+ "pylintrc": "pyc",
+ ".pylintrc": "pyc",
+
+ //readme
+ "readme": "readme",
+ "readme.md": "readme",
+ "readme.txt": "readme",
+
+ //redwood
+ "redwood.toml": "redwood",
+
+ //rollup
+ "rollup.config.js": "rollup",
+
+ //todo
+ "todo": "todo",
+ "todo.md": "todo",
+ "todo.txt": "todo",
+ "Todo": "todo",
+ "Todo.md": "todo",
+ "Todo.txt": "todo",
+ "TODO": "todo",
+ "TODO.md": "todo",
+ "TODO.txt": "todo",
+
+ //tailwind
+ "tailwind.js": "tailwind",
+ "tailwind.ts": "tailwind",
+ "tailwind.config.js": "tailwind",
+ "tailwind.config.ts": "tailwind",
+ "tailwind.config.cjs": "tailwind",
+
+ //tauri
+ "tauri.conf.json": "tauri",
+
+ //vsc
+ "launch.json": "vsc",
+
+ //vite
+ "vite.config.js": "vite",
+ "vite.config.ts": "vite",
+
+ //vue
+ "vue.config.js": "vue",
+ "vue.config.ts": "vue",
+ "vetur.config.js": "vue",
+ "vetur.config.ts": "vue",
+
+ //webpack
+ "webpack.config.js": "webpack",
+
+ //xml
+ ".htaccess": "xml",
+
+ //award
+ "_THANK YOU 1K": "award-1k"
+ },
+
+ "folderNames": {
+ //abstract
+ "abstract": "folder-abstract",
+ "abstracts": "folder-abstract",
+
+ //admin
+ "admin": "folder-admin",
+ "admins": "folder-admin",
+
+ //angular
+ "ng": "folder-angular",
+ "angular": "folder-angular",
+
+ //anim
+ "anim": "folder-anim",
+ "anims": "folder-anim",
+ "animation": "folder-anim",
+ "animations": "folder-anim",
+ "gif": "folder-anim",
+ "gifs": "folder-anim",
+
+ //api
+ "api": "folder-api",
+
+ //app
+ "app": "folder-app",
+ "apps": "folder-app",
+
+ //audio
+ "audio": "folder-audio",
+ "audios": "folder-audio",
+ "sound": "folder-audio",
+ "sounds": "folder-audio",
+ "music": "folder-audio",
+ "musics": "folder-audio",
+
+ //class
+ "class": "folder-class",
+ "classes": "folder-class",
+
+ //client
+ "client": "folder-client",
+ "clients": "folder-client",
+ "front": "folder-client",
+ "fronted": "folder-client",
+
+ //cloud
+ "cloud": "folder-cloud",
+ "clouds": "folder-cloud",
+ "aws": "folder-cloud",
+ "gcs": "folder-cloud",
+
+ //cluster
+ "cluster": "folder-cluster",
+ "clusters": "folder-cluster",
+
+ //command
+ "command": "folder-command",
+ "commands": "folder-command",
+ "bin": "folder-command",
+ "cmd": "folder-command",
+
+ //component
+ "component": "folder-component",
+ "components": "folder-component",
+
+ //config
+ "config": "folder-config",
+ "configs": "folder-config",
+ "cfg": "folder-config",
+ "cfgs": "folder-config",
+
+ //contract
+ "contract": "folder-contract",
+ "contracts": "folder-contract",
+
+ //core
+ "core": "folder-core",
+ "cores": "folder-core",
+
+ //database
+ "database": "folder-database",
+ "databases": "folder-database",
+ "data": "folder-database",
+ "datas": "folder-database",
+ "sql": "folder-database",
+ "model": "folder-database",
+ "models": "folder-database",
+
+ //dist
+ "build": "folder-dist",
+ "dist": "folder-dist",
+ "out": "folder-dist",
+ "release": "folder-dist",
+
+ //docker
+ "docker": "folder-docker",
+
+ //docs
+ "doc": "folder-docs",
+ "docs": "folder-docs",
+ "document": "folder-docs",
+ "documentation": "folder-docs",
+ "documentations": "folder-docs",
+
+ //download
+ "download": "folder-download",
+ "downloads": "folder-download",
+
+ //error
+ "error": "folder-error",
+ "errors": "folder-error",
+
+ //event
+ "event": "folder-event",
+ "events": "folder-event",
+
+ //font
+ "font": "folder-font",
+ "fonts": "folder-font",
+
+ //git
+ "git": "folder-git",
+ ".git": "folder-git",
+ ".github": "folder-github",
+ "workflows": "folder-workflows",
+ "ISSUE_TEMPLATE": "folder-issue",
+
+ //gradle
+ "gradle": "folder-gradle",
+ ".gradle": "folder-gradle",
+
+ //home
+ "home": "folder-home",
+ "homes": "folder-home",
+
+ //image
+ "image": "folder-image",
+ "images": "folder-image",
+ "img": "folder-image",
+ "imgs": "folder-image",
+ "assets": "folder-image",
+ "icon": "folder-image",
+ "icons": "folder-image",
+
+ //in
+ "in": "folder-in",
+ "input": "folder-in",
+
+ //interface
+ "interface": "folder-interface",
+ "interfaces": "folder-interface",
+
+ //ios
+ "ios": "folder-ios",
+ "apple": "folder-ios",
+ "mac": "folder-ios",
+
+ //java
+ "java": "folder-java",
+ "jar": "folder-java",
+
+ //javascript
+ "javascript": "folder-javascript",
+ "js": "folder-javascript",
+ "script": "folder-javascript",
+
+ //keys
+ "keys": "folder-keys",
+ "key": "folder-keys",
+
+ //layout
+ "layout": "folder-layout",
+ "ui": "folder-layout",
+
+ //lib
+ "lib": "folder-lib",
+ "libs": "folder-lib",
+ "librarie": "folder-lib",
+ "libraries": "folder-lib",
+ "ressource": "folder-lib",
+ "ressources": "folder-lib",
+
+ //log
+ "log": "folder-log",
+ "logs": "folder-log",
+ "history": "folder-log",
+
+ //middleware
+ "middleware": "folder-middleware",
+ "middlewares": "folder-middleware",
+
+ //network
+ "network": "folder-network",
+ "networks": "folder-network",
+ "packet": "folder-network",
+ "packets": "folder-network",
+ "route": "folder-network",
+ "routes": "folder-network",
+
+ //node
+ "node": "folder-node",
+ "node_modules": "folder-node",
+ ".node": "folder-node",
+ ".node_modules": "folder-node",
+
+ //package
+ "package": "folder-package",
+ "packages": "folder-package",
+ "pkg": "folder-package",
+ "pkgs": "folder-package",
+
+ //page
+ "page": "folder-page",
+ "pages": "folder-page",
+ "view": "folder-page",
+ "views": "folder-page",
+ "html": "folder-page",
+ "htm": "folder-page",
+
+ //pipe
+ "pipe": "folder-pipe",
+ "pipes": "folder-pipe",
+
+ //private
+ "private": "folder-private",
+ "lock": "folder-private",
+
+ //server
+ "server": "folder-server",
+ "servers": "folder-server",
+ "back": "folder-server",
+ "backend": "folder-server",
+
+ //src
+ "src": "folder-src",
+ "source": "folder-src",
+ "controller": "folder-src",
+ "controllers": "folder-src",
+
+ //style
+ "style": "folder-style",
+ "styles": "folder-style",
+ "css": "folder-style",
+ "stylesheets": "folder-style",
+ "scss": "folder-style",
+ "sass": "folder-style",
+
+ //temp
+ "temp": "folder-temp",
+
+ //test
+ "test": "folder-test",
+ "tests": "folder-test",
+
+ //typescript
+ "typescript": "folder-typescript",
+ "ts": "folder-typescript",
+
+ //vm
+ "vm": "folder-vm",
+
+ //vscode
+ "vscode": "folder-vscode",
+ ".vscode": "folder-vscode",
+
+ //yarn
+ "yarn": "folder-yarn",
+ ".yarn": "folder-yarn"
+ },
+
+ "folderNamesExpanded": {
+ //abstract
+ "abstract": "folder-abstract-open",
+ "abstracts": "folder-abstract-open",
+
+ //admin
+ "admin": "folder-admin-open",
+ "admins": "folder-admin-open",
+
+ //angular
+ "ng": "folder-angular-open",
+ "angular": "folder-angular-open",
+
+ //anim
+ "anim": "folder-anim-open",
+ "anims": "folder-anim-open",
+ "animation": "folder-anim-open",
+ "animations": "folder-anim-open",
+ "gif": "folder-anim-open",
+ "gifs": "folder-anim-open",
+
+ //api
+ "api": "folder-api-open",
+
+ //app
+ "app": "folder-app-open",
+ "apps": "folder-app-open",
+
+ //audio
+ "audio": "folder-audio-open",
+ "audios": "folder-audio-open",
+ "sound": "folder-audio-open",
+ "sounds": "folder-audio-open",
+ "music": "folder-audio-open",
+ "musics": "folder-audio-open",
+
+ //class
+ "class": "folder-class-open",
+ "classes": "folder-class-open",
+
+ //client
+ "client": "folder-client-open",
+ "clients": "folder-client-open",
+ "front": "folder-client-open",
+ "fronted": "folder-client-open",
+
+ //cloud
+ "cloud": "folder-cloud-open",
+ "clouds": "folder-cloud-open",
+ "aws": "folder-cloud-open",
+ "gcs": "folder-cloud-open",
+
+ //cluster
+ "cluster": "folder-cluster-open",
+ "clusters": "folder-cluster-open",
+
+ //command
+ "command": "folder-command-open",
+ "commands": "folder-command-open",
+ "bin": "folder-command-open",
+ "cmd": "folder-command-open",
+
+ //component
+ "component": "folder-component-open",
+ "components": "folder-component-open",
+
+ //config
+ "config": "folder-config-open",
+ "configs": "folder-config-open",
+ "cfg": "folder-config-open",
+ "cfgs": "folder-config-open",
+
+ //contract
+ "contract": "folder-contract-open",
+ "contracts": "folder-contract-open",
+
+ //core
+ "core": "folder-core-open",
+ "cores": "folder-core-open",
+
+ //database
+ "database": "folder-database-open",
+ "databases": "folder-database-open",
+ "data": "folder-database-open",
+ "datas": "folder-database-open",
+ "sql": "folder-database-open",
+ "model": "folder-database-open",
+ "models": "folder-database-open",
+
+ //dist
+ "dist": "folder-dist-open",
+ "out": "folder-dist-open",
+
+ //docker
+ "docker": "folder-docker-open",
+
+ //docs
+ "doc": "folder-docs-open",
+ "docs": "folder-docs-open",
+ "document": "folder-docs-open",
+ "documentation": "folder-docs-open",
+ "documentations": "folder-docs-open",
+
+ //download
+ "download": "folder-download-open",
+ "downloads": "folder-download-open",
+
+ //error
+ "error": "folder-error-open",
+ "errors": "folder-error-open",
+
+ //event
+ "event": "folder-event-open",
+ "events": "folder-event-open",
+
+ //font
+ "font": "folder-font-open",
+ "fonts": "folder-font-open",
+
+ //git
+ "git": "folder-git-open",
+ ".git": "folder-git-open",
+ ".github": "folder-github-open",
+ "workflows": "folder-workflows-open",
+ "ISSUE_TEMPLATE": "folder-issue-open",
+
+ //gradle
+ "gradle": "folder-gradle-open",
+ ".gradle": "folder-gradle-open",
+
+ //home
+ "home": "folder-home-open",
+ "homes": "folder-home-open",
+
+ //image
+ "image": "folder-image-open",
+ "images": "folder-image-open",
+ "img": "folder-image-open",
+ "imgs": "folder-image-open",
+ "assets": "folder-image-open",
+ "icon": "folder-image-open",
+ "icons": "folder-image-open",
+
+ //in
+ "in": "folder-in-open",
+ "input": "folder-in-open",
+
+ //interface
+ "interface": "folder-interface-open",
+ "interfaces": "folder-interface-open",
+
+ //ios
+ "ios": "folder-ios-open",
+ "apple": "folder-ios-open",
+ "mac": "folder-ios-open",
+
+ //java
+ "java": "folder-java-open",
+ "jar": "folder-java-open",
+
+ //javascript
+ "javascript": "folder-javascript-open",
+ "js": "folder-javascript-open",
+ "script": "folder-javascript-open",
+
+ //keys
+ "keys": "folder-keys-open",
+ "key": "folder-keys-open",
+
+ //layout
+ "layout": "folder-layout-open",
+ "ui": "folder-layout-open",
+
+ //lib
+ "lib": "folder-lib-open",
+ "libs": "folder-lib-open",
+ "libraries": "folder-lib-open",
+
+ //log
+ "log": "folder-log-open",
+ "logs": "folder-log-open",
+ "history": "folder-log-open",
+
+ //middleware
+ "middleware": "folder-middleware-open",
+ "middlewares": "folder-middleware-open",
+
+ //network
+ "network": "folder-network-open",
+ "networks": "folder-network-open",
+ "packet": "folder-network-open",
+ "packets": "folder-network-open",
+ "route": "folder-network-open",
+ "routes": "folder-network-open",
+
+ //node
+ "node": "folder-node-open",
+ "node_modules": "folder-node-open",
+ ".node": "folder-node-open",
+ ".node_modules": "folder-node-open",
+
+ //package
+ "package": "folder-package-open",
+ "packages": "folder-package-open",
+ "pkg": "folder-package-open",
+ "pkgs": "folder-package-open",
+
+ //page
+ "page": "folder-page-open",
+ "pages": "folder-page-open",
+ "view": "folder-page-open",
+ "views": "folder-page-open",
+ "html": "folder-page-open",
+ "htm": "folder-page-open",
+
+ //pipe
+ "pipe": "folder-pipe-open",
+ "pipes": "folder-pipe-open",
+
+ //private
+ "private": "folder-private-open",
+ "lock": "folder-private-open",
+
+ //server
+ "server": "folder-server-open",
+ "servers": "folder-server-open",
+ "back": "folder-server-open",
+ "backend": "folder-server-open",
+
+ //src
+ "src": "folder-src-open",
+ "source": "folder-src-open",
+ "controller": "folder-src-open",
+ "controllers": "folder-src-open",
+
+ //style
+ "style": "folder-style-open",
+ "styles": "folder-style-open",
+ "css": "folder-style-open",
+ "stylesheets": "folder-style-open",
+ "scss": "folder-style-open",
+ "sass": "folder-style-open",
+
+ //temp
+ "temp": "folder-temp-open",
+
+ //test
+ "test": "folder-test-open",
+ "tests": "folder-test-open",
+
+ //typescript
+ "typescript": "folder-typescript-open",
+ "ts": "folder-typescript-open",
+
+ //vm
+ "vm": "folder-vm-open",
+
+ //vscode
+ "vscode": "folder-vscode-open",
+ ".vscode": "folder-vscode-open",
+
+ //yarn
+ "yarn": "folder-yarn-open",
+ ".yarn": "folder-yarn-open"
+ },
+
+ "iconDefinitions": {
+ //default
+ "_file_default": {
+ "iconPath": "../../assets/icons/File_default.svg"
+ },
+ "_folder_default_close": {
+ "iconPath": "../../assets/icons/Folder_default_close.svg"
+ },
+ "_folder_default_open": {
+ "iconPath": "../../assets/icons/Folder_default_open.svg"
+ },
+ "3d": {
+ "iconPath": "../../assets/icons/3D.svg"
+ },
+ "text": {
+ "iconPath": "../../assets/icons/File_Text.svg"
+ },
+ "audio": {
+ "iconPath": "../../assets/icons/File_Music.svg"
+ },
+ "image": {
+ "iconPath": "../../assets/icons/File_Image.svg"
+ },
+ "font": {
+ "iconPath": "../../assets/icons/File_font.svg"
+ },
+
+ //files
+ "ada": {
+ "iconPath": "../../assets/icons/Ada.svg"
+ },
+ "agda": {
+ "iconPath": "../../assets/icons/Agda.svg"
+ },
+ "angular": {
+ "iconPath": "../../assets/icons/Angular.svg"
+ },
+ "android": {
+ "iconPath": "../../assets/icons/Android.svg"
+ },
+ "apple": {
+ "iconPath": "../../assets/icons/Apple.svg"
+ },
+ "asm": {
+ "iconPath": "../../assets/icons/ASM.svg"
+ },
+ "astro": {
+ "iconPath": "../../assets/icons/Astro.svg"
+ },
+ "bash": {
+ "iconPath": "../../assets/icons/Bash.svg"
+ },
+ "batch": {
+ "iconPath": "../../assets/icons/Batch.svg"
+ },
+ "binaries": {
+ "iconPath": "../../assets/icons/Binaries.svg"
+ },
+ "blitz": {
+ "iconPath": "../../assets/icons/BlitzJS.svg"
+ },
+ "brainfuck": {
+ "iconPath": "../../assets/icons/Brainfuck.svg"
+ },
+ "c--": {
+ "iconPath": "../../assets/icons/C--.svg"
+ },
+ "c": {
+ "iconPath": "../../assets/icons/C.svg"
+ },
+ "cabal": {
+ "iconPath": "../../assets/icons/Cabal.svg"
+ },
+ "cargo": {
+ "iconPath": "../../assets/icons/Cargo.svg"
+ },
+ "changelog": {
+ "iconPath": "../../assets/icons/CHANGELOG.svg"
+ },
+ "clojure": {
+ "iconPath": "../../assets/icons/Clojure.svg"
+ },
+ "cobol": {
+ "iconPath": "../../assets/icons/Cobol.svg"
+ },
+ "cpp": {
+ "iconPath": "../../assets/icons/Cpp.svg"
+ },
+ "cmake": {
+ "iconPath": "../../assets/icons/CMake.svg"
+ },
+ "crystal": {
+ "iconPath": "../../assets/icons/Crystal.svg"
+ },
+ "csharp": {
+ "iconPath": "../../assets/icons/Csharp.svg"
+ },
+ "css": {
+ "iconPath": "../../assets/icons/CSS.svg"
+ },
+ "d": {
+ "iconPath": "../../assets/icons/D.svg"
+ },
+ "dart": {
+ "iconPath": "../../assets/icons/Dart.svg"
+ },
+ "django": {
+ "iconPath": "../../assets/icons/Django.svg"
+ },
+ "docker": {
+ "iconPath": "../../assets/icons/Docker.svg"
+ },
+ "editor-config": {
+ "iconPath": "../../assets/icons/EditorConfig.svg"
+ },
+ "ejs": {
+ "iconPath": "../../assets/icons/EJS.svg"
+ },
+ "elexir": {
+ "iconPath": "../../assets/icons/Elexir.svg"
+ },
+ "elm": {
+ "iconPath": "../../assets/icons/Elm.svg"
+ },
+ "env": {
+ "iconPath": "../../assets/icons/ENV.svg"
+ },
+ "erlang": {
+ "iconPath": "../../assets/icons/Erlang.svg"
+ },
+ "eslint": {
+ "iconPath": "../../assets/icons/Eslint.svg"
+ },
+ "figma": {
+ "iconPath": "../../assets/icons/Figma.svg"
+ },
+ "fortan": {
+ "iconPath": "../../assets/icons/Fortan.svg"
+ },
+ "fsharp": {
+ "iconPath": "../../assets/icons/Fsharp.svg"
+ },
+ "gemfile": {
+ "iconPath": "../../assets/icons/Gemfile.svg"
+ },
+ "git": {
+ "iconPath": "../../assets/icons/Git.svg"
+ },
+ "glsl": {
+ "iconPath": "../../assets/icons/GLSL.svg"
+ },
+ "go": {
+ "iconPath": "../../assets/icons/GO.svg"
+ },
+ "gomod": {
+ "iconPath": "../../assets/icons/GOMod.svg"
+ },
+ "gradle": {
+ "iconPath": "../../assets/icons/Gradle.svg"
+ },
+ "graphql": {
+ "iconPath": "../../assets/icons/GraphQL.svg"
+ },
+ "groovy": {
+ "iconPath": "../../assets/icons/Groovy.svg"
+ },
+ "h": {
+ "iconPath": "../../assets/icons/H.svg"
+ },
+ "haskell": {
+ "iconPath": "../../assets/icons/Haskell.svg"
+ },
+ "haxe": {
+ "iconPath": "../../assets/icons/Haxe.svg"
+ },
+ "heroku": {
+ "iconPath": "../../assets/icons/Heroku.svg"
+ },
+ "holyc": {
+ "iconPath": "../../assets/icons/HolyC.svg"
+ },
+ "hpp": {
+ "iconPath": "../../assets/icons/HPP.svg"
+ },
+ "html": {
+ "iconPath": "../../assets/icons/HTML.svg"
+ },
+ "idris": {
+ "iconPath": "../../assets/icons/Idris.svg"
+ },
+ "ini": {
+ "iconPath": "../../assets/icons/Ini.svg"
+ },
+ "jar": {
+ "iconPath": "../../assets/icons/JAR.svg"
+ },
+ "java": {
+ "iconPath": "../../assets/icons/JAVA.svg"
+ },
+ "javaclass": {
+ "iconPath": "../../assets/icons/CLASS.svg"
+ },
+ "javascript": {
+ "iconPath": "../../assets/icons/Javascript.svg"
+ },
+ "jest": {
+ "iconPath": "../../assets/icons/Jest.svg"
+ },
+ "json": {
+ "iconPath": "../../assets/icons/JSON.svg"
+ },
+ "julia": {
+ "iconPath": "../../assets/icons/Julia.svg"
+ },
+ "kotlin": {
+ "iconPath": "../../assets/icons/Kotlin.svg"
+ },
+ "kotlin-main": {
+ "iconPath": "../../assets/icons/Kotlin Main.svg"
+ },
+ "laravel": {
+ "iconPath": "../../assets/icons/Laravel.svg"
+ },
+ "license": {
+ "iconPath": "../../assets/icons/LICENSE.svg"
+ },
+ "lisp": {
+ "iconPath": "../../assets/icons/Lisp.svg"
+ },
+ "lua": {
+ "iconPath": "../../assets/icons/Lua.svg"
+ },
+ "matlab": {
+ "iconPath": "../../assets/icons/MatLab.svg"
+ },
+ "md": {
+ "iconPath": "../../assets/icons/Markdown.svg"
+ },
+ "maven": {
+ "iconPath": "../../assets/icons/Maven.svg"
+ },
+ "minecraft": {
+ "iconPath": "../../assets/icons/Minecraft.svg"
+ },
+ "minecraft-meta": {
+ "iconPath": "../../assets/icons/MinecraftMeta.svg"
+ },
+ "minecraft-pack": {
+ "iconPath": "../../assets/icons/MinecraftPack.svg"
+ },
+ "mjs": {
+ "iconPath": "../../assets/icons/MJS.svg"
+ },
+ "next": {
+ "iconPath": "../../assets/icons/Next.svg"
+ },
+ "ninja": {
+ "iconPath": "../../assets/icons/Ninja.svg"
+ },
+ "nim": {
+ "iconPath": "../../assets/icons/Nim.svg"
+ },
+ "node": {
+ "iconPath": "../../assets/icons/Node.svg"
+ },
+ "npm": {
+ "iconPath": "../../assets/icons/NPM.svg"
+ },
+ "nuxt": {
+ "iconPath": "../../assets/icons/Nuxt.svg"
+ },
+ "objc": {
+ "iconPath": "../../assets/icons/ObjectiveC.svg"
+ },
+ "pdf": {
+ "iconPath": "../../assets/icons/PDF.svg"
+ },
+ "perl": {
+ "iconPath": "../../assets/icons/Perl.svg"
+ },
+ "php": {
+ "iconPath": "../../assets/icons/PHP.svg"
+ },
+ "postcss": {
+ "iconPath": "../../assets/icons/PostCSS.svg"
+ },
+ "powershell": {
+ "iconPath": "../../assets/icons/Powershell.svg"
+ },
+ "prisma": {
+ "iconPath": "../../assets/icons/Prisma.svg"
+ },
+ "pyc": {
+ "iconPath": "../../assets/icons/Pyc.svg"
+ },
+ "python": {
+ "iconPath": "../../assets/icons/Python.svg"
+ },
+ "quark": {
+ "iconPath": "../../assets/icons/Quark.svg"
+ },
+ "r": {
+ "iconPath": "../../assets/icons/R.svg"
+ },
+ "react": {
+ "iconPath": "../../assets/icons/React.svg"
+ },
+ "readme": {
+ "iconPath": "../../assets/icons/README.svg"
+ },
+ "redwood": {
+ "iconPath": "../../assets/icons/Redwood.svg"
+ },
+ "rollup": {
+ "iconPath": "../../assets/icons/Rollup.svg"
+ },
+ "ruby": {
+ "iconPath": "../../assets/icons/Ruby.svg"
+ },
+ "rust": {
+ "iconPath": "../../assets/icons/Rust.svg"
+ },
+ "sass": {
+ "iconPath": "../../assets/icons/Sass.svg"
+ },
+ "scala": {
+ "iconPath": "../../assets/icons/Scala.svg"
+ },
+ "solidity": {
+ "iconPath": "../../assets/icons/Solidity.svg"
+ },
+ "sql": {
+ "iconPath": "../../assets/icons/SQL.svg"
+ },
+ "svelte": {
+ "iconPath": "../../assets/icons/Svelte.svg"
+ },
+ "svg": {
+ "iconPath": "../../assets/icons/SVG.svg"
+ },
+ "swift": {
+ "iconPath": "../../assets/icons/Swift.svg"
+ },
+ "tailwind": {
+ "iconPath": "../../assets/icons/Tailwind.svg"
+ },
+ "tauri": {
+ "iconPath": "../../assets/icons/Tauri.svg"
+ },
+ "terrabyte": {
+ "iconPath": "../../assets/icons/TerrabyteScript.svg"
+ },
+ "todo": {
+ "iconPath": "../../assets/icons/TODO.svg"
+ },
+ "toml": {
+ "iconPath": "../../assets/icons/TOML.svg"
+ },
+ "typescript": {
+ "iconPath": "../../assets/icons/TypeScript.svg"
+ },
+ "unity": {
+ "iconPath": "../../assets/icons/Unity.svg"
+ },
+ "vba": {
+ "iconPath": "../../assets/icons/VBA.svg"
+ },
+ "vector": {
+ "iconPath": "../../assets/icons/Vector.svg"
+ },
+ "vim": {
+ "iconPath": "../../assets/icons/Vim.svg"
+ },
+ "vite": {
+ "iconPath": "../../assets/icons/Vite.svg"
+ },
+ "visualstudio": {
+ "iconPath": "../../assets/icons/VisualStudio.svg"
+ },
+ "vsc": {
+ "iconPath": "../../assets/icons/VScode.svg"
+ },
+ "vue": {
+ "iconPath": "../../assets/icons/Vue.svg"
+ },
+ "wasm": {
+ "iconPath": "../../assets/icons/WASM.svg"
+ },
+ "webpack": {
+ "iconPath": "../../assets/icons/Webpack.svg"
+ },
+ "xml": {
+ "iconPath": "../../assets/icons/XML.svg"
+ },
+ "yaml": {
+ "iconPath": "../../assets/icons/YAML.svg"
+ },
+ "zig": {
+ "iconPath": "../../assets/icons/Zig.svg"
+ },
+ "zip": {
+ "iconPath": "../../assets/icons/ZIP.svg"
+ },
+
+ //FOLDERS
+ "folder-abstract": {
+ "iconPath": "../../assets/icons/Folder_ABSTRACT_close.svg"
+ },
+ "folder-abstract-open": {
+ "iconPath": "../../assets/icons/Folder_ABSTRACT_open.svg"
+ },
+
+ "folder-admin": {
+ "iconPath": "../../assets/icons/Folder_ADMIN_close.svg"
+ },
+ "folder-admin-open": {
+ "iconPath": "../../assets/icons/Folder_ADMIN_open.svg"
+ },
+
+ "folder-android": {
+ "iconPath": "../../assets/icons/Folder_ANDROID_close.svg"
+ },
+ "folder-android-open": {
+ "iconPath": "../../assets/icons/Folder_ANDROID_open.svg"
+ },
+
+ "folder-angular": {
+ "iconPath": "../../assets/icons/Folder_ANGULAR_close.svg"
+ },
+ "folder-angular-open": {
+ "iconPath": "../../assets/icons/Folder_ANGULAR_open.svg"
+ },
+
+ "folder-anim": {
+ "iconPath": "../../assets/icons/Folder_ANIM_close.svg"
+ },
+ "folder-anim-open": {
+ "iconPath": "../../assets/icons/Folder_ANIM_open.svg"
+ },
+
+ "folder-api": {
+ "iconPath": "../../assets/icons/Folder_API_close.svg"
+ },
+ "folder-api-open": {
+ "iconPath": "../../assets/icons/Folder_API_open.svg"
+ },
+
+ "folder-app": {
+ "iconPath": "../../assets/icons/Folder_APP_close.svg"
+ },
+ "folder-app-open": {
+ "iconPath": "../../assets/icons/Folder_APP_open.svg"
+ },
+
+ "folder-archive": {
+ "iconPath": "../../assets/icons/Folder_ARCHIVE_close.svg"
+ },
+ "folder-archive-open": {
+ "iconPath": "../../assets/icons/Folder_ARCHIVE_open.svg"
+ },
+
+ "folder-audio": {
+ "iconPath": "../../assets/icons/Folder_AUDIO_close.svg"
+ },
+ "folder-audio-open": {
+ "iconPath": "../../assets/icons/Folder_AUDIO_open.svg"
+ },
+
+ "folder-class": {
+ "iconPath": "../../assets/icons/Folder_CLASS_close.svg"
+ },
+ "folder-class-open": {
+ "iconPath": "../../assets/icons/Folder_CLASS_open.svg"
+ },
+
+ "folder-client": {
+ "iconPath": "../../assets/icons/Folder_CLIENT_close.svg"
+ },
+ "folder-client-open": {
+ "iconPath": "../../assets/icons/Folder_CLIENT_open.svg"
+ },
+
+ "folder-cloud": {
+ "iconPath": "../../assets/icons/Folder_CLOUD_close.svg"
+ },
+ "folder-cloud-open": {
+ "iconPath": "../../assets/icons/Folder_CLOUD_open.svg"
+ },
+
+ "folder-cluster": {
+ "iconPath": "../../assets/icons/Folder_CLUSTER_close.svg"
+ },
+ "folder-cluster-open": {
+ "iconPath": "../../assets/icons/Folder_CLUSTER_open.svg"
+ },
+
+ "folder-command": {
+ "iconPath": "../../assets/icons/Folder_COMMAND_close.svg"
+ },
+ "folder-command-open": {
+ "iconPath": "../../assets/icons/Folder_COMMAND_open.svg"
+ },
+
+ "folder-component": {
+ "iconPath": "../../assets/icons/Folder_COMPONENTS_close.svg"
+ },
+ "folder-component-open": {
+ "iconPath": "../../assets/icons/Folder_COMPONENTS_open.svg"
+ },
+
+ "folder-config": {
+ "iconPath": "../../assets/icons/Folder_CONFIG_close.svg"
+ },
+ "folder-config-open": {
+ "iconPath": "../../assets/icons/Folder_CONFIG_open.svg"
+ },
+
+ "folder-contract": {
+ "iconPath": "../../assets/icons/Folder_CONTRACT_close.svg"
+ },
+ "folder-contract-open": {
+ "iconPath": "../../assets/icons/Folder_CONTRACT_open.svg"
+ },
+
+ "folder-core": {
+ "iconPath": "../../assets/icons/Folder_CORE_close.svg"
+ },
+ "folder-core-open": {
+ "iconPath": "../../assets/icons/Folder_CORE_open.svg"
+ },
+
+ "folder-database": {
+ "iconPath": "../../assets/icons/Folder_DATABASE_close.svg"
+ },
+ "folder-database-open": {
+ "iconPath": "../../assets/icons/Folder_DATABASE_open.svg"
+ },
+
+ "folder-dist": {
+ "iconPath": "../../assets/icons/Folder_DIST_close.svg"
+ },
+ "folder-dist-open": {
+ "iconPath": "../../assets/icons/Folder_DIST_open.svg"
+ },
+
+ "folder-docker": {
+ "iconPath": "../../assets/icons/Folder_DOCKER_close.svg"
+ },
+ "folder-docker-open": {
+ "iconPath": "../../assets/icons/Folder_DOCKER_open.svg"
+ },
+
+ "folder-docs": {
+ "iconPath": "../../assets/icons/Folder_DOCS_close.svg"
+ },
+ "folder-docs-open": {
+ "iconPath": "../../assets/icons/Folder_DOCS_open.svg"
+ },
+
+ "folder-download": {
+ "iconPath": "../../assets/icons/Folder_DOWNLOAD_close.svg"
+ },
+ "folder-download-open": {
+ "iconPath": "../../assets/icons/Folder_DOWNLOAD_open.svg"
+ },
+
+ "folder-error": {
+ "iconPath": "../../assets/icons/Folder_ERROR_close.svg"
+ },
+ "folder-error-open": {
+ "iconPath": "../../assets/icons/Folder_ERROR_open.svg"
+ },
+
+ "folder-event": {
+ "iconPath": "../../assets/icons/Folder_EVENT_close.svg"
+ },
+ "folder-event-open": {
+ "iconPath": "../../assets/icons/Folder_EVENT_open.svg"
+ },
+
+ "folder-font": {
+ "iconPath": "../../assets/icons/Folder_FONT_close.svg"
+ },
+ "folder-font-open": {
+ "iconPath": "../../assets/icons/Folder_FONT_open.svg"
+ },
+
+ "folder-git": {
+ "iconPath": "../../assets/icons/Folder_GIT_close.svg"
+ },
+ "folder-git-open": {
+ "iconPath": "../../assets/icons/Folder_GIT_open.svg"
+ },
+ "folder-github": {
+ "iconPath": "../../assets/icons/Folder_GITHUB_close.svg"
+ },
+ "folder-github-open": {
+ "iconPath": "../../assets/icons/Folder_GITHUB_open.svg"
+ },
+
+ "folder-gradle": {
+ "iconPath": "../../assets/icons/Folder_GRADLE_close.svg"
+ },
+ "folder-gradle-open": {
+ "iconPath": "../../assets/icons/Folder_GRADLE_open.svg"
+ },
+
+ "folder-home": {
+ "iconPath": "../../assets/icons/Folder_HOME_close.svg"
+ },
+ "folder-home-open": {
+ "iconPath": "../../assets/icons/Folder_HOME_open.svg"
+ },
+
+ "folder-image": {
+ "iconPath": "../../assets/icons/Folder_IMAGES_close.svg"
+ },
+ "folder-image-open": {
+ "iconPath": "../../assets/icons/Folder_IMAGES_open.svg"
+ },
+
+ "folder-in": {
+ "iconPath": "../../assets/icons/Folder_IN_close.svg"
+ },
+ "folder-in-open": {
+ "iconPath": "../../assets/icons/Folder_IN_open.svg"
+ },
+
+ "folder-interface": {
+ "iconPath": "../../assets/icons/Folder_INTERFACE_close.svg"
+ },
+ "folder-interface-open": {
+ "iconPath": "../../assets/icons/Folder_INTERFACE_open.svg"
+ },
+
+ "folder-ios": {
+ "iconPath": "../../assets/icons/Folder_IOS_close.svg"
+ },
+ "folder-ios-open": {
+ "iconPath": "../../assets/icons/Folder_IOS_open.svg"
+ },
+
+ "folder-issue": {
+ "iconPath": "../../assets/icons/Folder_ISSUE_close.svg"
+ },
+ "folder-issue-open": {
+ "iconPath": "../../assets/icons/Folder_ISSUE_open.svg"
+ },
+
+ "folder-java": {
+ "iconPath": "../../assets/icons/Folder_JAVA_close.svg"
+ },
+ "folder-java-open": {
+ "iconPath": "../../assets/icons/Folder_JAVA_open.svg"
+ },
+
+ "folder-javascript": {
+ "iconPath": "../../assets/icons/Folder_JAVASCRIPT_close.svg"
+ },
+ "folder-javascript-open": {
+ "iconPath": "../../assets/icons/Folder_JAVASCRIPT_open.svg"
+ },
+
+ "folder-keys": {
+ "iconPath": "../../assets/icons/Folder_KEYS_close.svg"
+ },
+ "folder-keys-open": {
+ "iconPath": "../../assets/icons/Folder_KEYS_open.svg"
+ },
+
+ "folder-layout": {
+ "iconPath": "../../assets/icons/Folder_LAYOUT_close.svg"
+ },
+ "folder-layout-open": {
+ "iconPath": "../../assets/icons/Folder_LAYOUT_open.svg"
+ },
+
+ "folder-lib": {
+ "iconPath": "../../assets/icons/Folder_LIBS_close.svg"
+ },
+ "folder-lib-open": {
+ "iconPath": "../../assets/icons/Folder_LIBS_open.svg"
+ },
+
+ "folder-log": {
+ "iconPath": "../../assets/icons/Folder_LOGS_close.svg"
+ },
+ "folder-log-open": {
+ "iconPath": "../../assets/icons/Folder_LOGS_open.svg"
+ },
+
+ "folder-middleware": {
+ "iconPath": "../../assets/icons/Folder_MIDDLEWARE_close.svg"
+ },
+ "folder-middleware-open": {
+ "iconPath": "../../assets/icons/Folder_MIDDLEWARE_open.svg"
+ },
+
+ "folder-network": {
+ "iconPath": "../../assets/icons/Folder_NETWORK_close.svg"
+ },
+ "folder-network-open": {
+ "iconPath": "../../assets/icons/Folder_NETWORK_open.svg"
+ },
+
+ "folder-node": {
+ "iconPath": "../../assets/icons/Folder_NODE_close.svg"
+ },
+ "folder-node-open": {
+ "iconPath": "../../assets/icons/Folder_NODE_open.svg"
+ },
+
+ "folder-package": {
+ "iconPath": "../../assets/icons/Folder_PACKAGE_close.svg"
+ },
+ "folder-package-open": {
+ "iconPath": "../../assets/icons/Folder_PACKAGE_open.svg"
+ },
+
+ "folder-page": {
+ "iconPath": "../../assets/icons/Folder_PAGE_close.svg"
+ },
+ "folder-page-open": {
+ "iconPath": "../../assets/icons/Folder_PAGE_open.svg"
+ },
+
+ "folder-pipe": {
+ "iconPath": "../../assets/icons/Folder_PIPE_close.svg"
+ },
+ "folder-pipe-open": {
+ "iconPath": "../../assets/icons/Folder_PIPE_open.svg"
+ },
+
+ "folder-private": {
+ "iconPath": "../../assets/icons/Folder_PRIVATE_close.svg"
+ },
+ "folder-private-open": {
+ "iconPath": "../../assets/icons/Folder_PRIVATE_open.svg"
+ },
+
+ "folder-server": {
+ "iconPath": "../../assets/icons/Folder_SERVER_close.svg"
+ },
+ "folder-server-open": {
+ "iconPath": "../../assets/icons/Folder_SERVER_open.svg"
+ },
+
+ "folder-src": {
+ "iconPath": "../../assets/icons/Folder_SRC_close.svg"
+ },
+ "folder-src-open": {
+ "iconPath": "../../assets/icons/Folder_SRC_open.svg"
+ },
+
+ "folder-style": {
+ "iconPath": "../../assets/icons/Folder_STYLE_close.svg"
+ },
+ "folder-style-open": {
+ "iconPath": "../../assets/icons/Folder_STYLE_open.svg"
+ },
+
+ "folder-temp": {
+ "iconPath": "../../assets/icons/Folder_TEMP_close.svg"
+ },
+ "folder-temp-open": {
+ "iconPath": "../../assets/icons/Folder_TEMP_open.svg"
+ },
+
+ "folder-test": {
+ "iconPath": "../../assets/icons/Folder_TEST_close.svg"
+ },
+ "folder-test-open": {
+ "iconPath": "../../assets/icons/Folder_TEST_open.svg"
+ },
+
+ "folder-typescript": {
+ "iconPath": "../../assets/icons/Folder_TYPESCRIPT_close.svg"
+ },
+ "folder-typescript-open": {
+ "iconPath": "../../assets/icons/Folder_TYPESCRIPT_open.svg"
+ },
+
+ "folder-vm": {
+ "iconPath": "../../assets/icons/Folder_VM_close.svg"
+ },
+ "folder-vm-open": {
+ "iconPath": "../../assets/icons/Folder_VM_open.svg"
+ },
+
+ "folder-vscode": {
+ "iconPath": "../../assets/icons/Folder_VSCODE_close.svg"
+ },
+ "folder-vscode-open": {
+ "iconPath": "../../assets/icons/Folder_VSCODE_open.svg"
+ },
+
+ "folder-workflows": {
+ "iconPath": "../../assets/icons/Folder_WORKFLOWS_close.svg"
+ },
+ "folder-workflows-open": {
+ "iconPath": "../../assets/icons/Folder_WORKFLOWS_open.svg"
+ },
+
+ "folder-yarn": {
+ "iconPath": "../../assets/icons/Folder_YARN_close.svg"
+ },
+ "folder-yarn-open": {
+ "iconPath": "../../assets/icons/Folder_YARN_open.svg"
+ },
+
+ //adobe
+ "adobe-bridge": {
+ "iconPath": "../../assets/icons/AdobeBridge.svg"
+ },
+ "adobe-after-effects": {
+ "iconPath": "../../assets/icons/AfterEffects.svg"
+ },
+ "adobe-audition": {
+ "iconPath": "../../assets/icons/Audition.svg"
+ },
+ "adobe-dreamweather": {
+ "iconPath": "../../assets/icons/DreamWeather.svg"
+ },
+ "adobe-illustrator": {
+ "iconPath": "../../assets/icons/Illustrator.svg"
+ },
+ "adobe-incopy": {
+ "iconPath": "../../assets/icons/InCopy.svg"
+ },
+ "adobe-indesign": {
+ "iconPath": "../../assets/icons/InDesign.svg"
+ },
+ "adobe-lightroom": {
+ "iconPath": "../../assets/icons/LightRoom.svg"
+ },
+ "adobe-photoshop": {
+ "iconPath": "../../assets/icons/Photoshop.svg"
+ },
+ "adobe-premiere-pro": {
+ "iconPath": "../../assets/icons/PremierePro.svg"
+ },
+
+ //microsoft
+ "ms-docx": {
+ "iconPath": "../../assets/icons/DOCX.svg"
+ },
+ "ms-note": {
+ "iconPath": "../../assets/icons/ONE.svg"
+ },
+ "ms-pptx": {
+ "iconPath": "../../assets/icons/PPTX.svg"
+ },
+ "ms-xlsx": {
+ "iconPath": "../../assets/icons/XLSX.svg"
+ },
+
+ //jetbrains
+ "jetbrains": {
+ "iconPath": "../../assets/icons/JetBrains.svg"
+ },
+ "jb-clion": {
+ "iconPath": "../../assets/icons/Clion.svg"
+ },
+ "jb-goland": {
+ "iconPath": "../../assets/icons/GoLand.svg"
+ },
+ "jb-intellij": {
+ "iconPath": "../../assets/icons/IntelliJ.svg"
+ },
+ "jb-phpstorm": {
+ "iconPath": "../../assets/icons/PhpStorm.svg"
+ },
+ "jb-pycharm": {
+ "iconPath": "../../assets/icons/PyCharm.svg"
+ },
+ "jb-rubymine": {
+ "iconPath": "../../assets/icons/RubyMine.svg"
+ },
+ "jb-webstorm": {
+ "iconPath": "../../assets/icons/WebStorm.svg"
+ },
+
+ // award
+ "award-1k": {
+ "iconPath": "../../assets/icons/1K.svg"
+ }
+ }
}