├── .gitattributes
├── .github
├── ISSUE_TEMPLATE
│ ├── bug_report.md
│ ├── feature_request.md
│ └── icon_request.md
├── pull_request_template.md
└── workflows
│ └── pull_request.yml
├── .gitignore
├── .vscode
├── launch.json
├── settings.json
└── tasks.json
├── .vscodeignore
├── CHANGELOG.md
├── LICENSE
├── README.md
├── biome.json
├── file-types
├── .babelrc
├── .bowerrc
├── .codeclimate.yml
├── .direnv
├── .dockerignore
├── .editorconfig
├── .env
├── .eslintignore
├── .eslintrc
├── .fc
├── .feature
├── .firebaserc
├── .gitattributes
├── .gitconfig
├── .gitignore
├── .gitkeep
├── .gitmodules
├── .htaccess
├── .jestrc
├── .js
├── .jscsrc
├── .jshintrc
├── .jsx
├── .mcattributes
├── .mcdefinitions
├── .mcignore
├── .npmignore
├── .sass-lint.yml
├── .slugignore
├── .static
├── .test.jsx
├── .test.tsx
├── .travis.yml
├── .tsx
├── .vscodeignore
├── 1C (BSL).bsl
├── 1C (MDO).mdo
├── Adobe Illustrator.ai
├── Adobe Photoshop.psd
├── Apex.apex
├── Apex.cls
├── ApexComponent.component
├── Assembly.asm
├── Assembly.s
├── Audio File.wav
├── Batch.bat
├── Bicep.bicep
├── Bower.json
├── C Sharp.cs
├── C++.cpp
├── C.c
├── CSS.css
├── CSV.csv
├── CUDA.cu
├── Cake Build.cake
├── Cake PHP.ctp
├── Clojure.clj
├── Cmd.cmd
├── CoffeScript.coffee
├── ColdFusion.cfm
├── D.d
├── Dockerfile
├── EJS.ejs
├── EcmaScript.es6
├── Elm.elm
├── Excell.xlsx
├── F Sharp Script.fsx
├── F Sharp.fs
├── Favicon.ico
├── Go.go
├── Gradle.gradle
├── Grails.groovy
├── Gruntfile.js
├── Gulpfile.js
├── HTML.erb
├── HTML.html
├── Hacklang.hh
├── Haml.haml
├── Handlebars.hbs
├── Haskell.hs
├── Haxe make.hxml
├── Haxe module.hx
├── Haxe project.hxp
├── Haxe script.hxs
├── Image.ai
├── JSON.json
├── Jade.jade
├── Jar.jar
├── Java.java
├── JavaScript.js
├── JavaScript.spec.js
├── Jenkinsfile
├── Jinja.jinja2
├── Julia.jl
├── Kotlin Script.kts
├── Kotlin.kt
├── LICENSE
├── Latex.tex
├── Less.less
├── LiterateHaskell.lhs
├── LiveScript.ls
├── Lua.lua
├── Makefile
├── Markdown.md
├── Mustache.mustache
├── Nunjucks.njk
├── Objective C.h
├── Objective C.m
├── Odata.odata
├── PDF.pdf
├── PHP.php
├── PHP.php.inc
├── Perl.pl
├── Powershell.manifest.psd1
├── Powershell.module.psm1
├── Powershell.ps1
├── Procfile
├── Pug.pug
├── Puppet.pp
├── Python.py
├── R.R
├── Raml.raml
├── React Coffee.cjsx
├── React Typescript.tsx
├── React.jsx
├── Rescript Interface.resi
├── Rescript.res
├── Ruby.rb
├── Rust.rs
├── SOQL.soql
├── SQL.sql
├── SVGX.svgx
├── Sass.scss
├── Sbt.sbt
├── Scala.scala
├── Settings.config
├── Shell.sh
├── Shopify.liquid
├── Slim.slim
├── Smarty.smarty.tpl
├── Solidity.sol
├── Spring.springBeans
├── Stache.stache
├── Stylus.styl
├── Sublime.sublime-project
├── Sugarss.sss
├── Swift.swift
├── TODO
├── TOML.toml
├── Temp.tmp
├── Terraform.tf
├── Terraform.tf.json
├── Text.txt
├── Twig.twig
├── Typescript.ts
├── Vala.vala
├── Video File.mov
├── Vue.vue
├── WebAssembly Text.wat
├── WebAssembly.wasm
├── Widget.wgt
├── Word.docx
├── XML.xml
├── YML.yml
├── archive.zip
├── avif.avif
├── cert.cert
├── crystal.cr
├── crystal_embedded.ecr
├── crystal_embedded.slang
├── docker-compose.yml
├── docker-healthcheck
├── dtx.dtx
├── elixir.ex
├── elixir_script.exs
├── firebase.json
├── geckodriver
├── gulpfile.babel.js
├── ionic.config.json
├── ionic.project
├── karma.conf.js
├── keyfile.key
├── lang.lang
├── luau.luau
├── mcaddon.mcaddon
├── mcfunction.mcfunction
├── mcmeta.mcmeta
├── mcpack.mcpack
├── mcstructure.mcstructure
├── mcworld.mcworld
├── mime.types
├── mo.mo
├── mvnw
├── nginx.conf
├── oCaml.ml
├── platformio.ini
├── po.po
├── pot.pot
├── rollup.config.js
├── sty.sty
├── test.nix
├── tex.tex
├── tsconfig.json
├── webpack.config.js
└── yarn.lock
├── package-lock.json
├── package.json
├── preview.png
├── preview
├── files
│ ├── angular-component.png
│ ├── angular-directive.png
│ ├── angular-guard.png
│ ├── angular-module.png
│ ├── angular-pipe.png
│ ├── angular-service.png
│ ├── angular.png
│ ├── astro.png
│ ├── audio.png
│ ├── babel.png
│ ├── biome.png
│ ├── brackets-blue.png
│ ├── brackets-gray.png
│ ├── brackets-green.png
│ ├── brackets-orange.png
│ ├── brackets-pink.png
│ ├── brackets-purple.png
│ ├── brackets-red.png
│ ├── brackets-sky.png
│ ├── brackets-yellow.png
│ ├── bruno.png
│ ├── bun.png
│ ├── c.png
│ ├── capacitor.png
│ ├── clojure.png
│ ├── cloudflare-workers.png
│ ├── cmake.png
│ ├── code-blue.png
│ ├── code-gray.png
│ ├── code-green.png
│ ├── code-orange.png
│ ├── code-pink.png
│ ├── code-purple.png
│ ├── code-red.png
│ ├── code-sky.png
│ ├── code-yellow.png
│ ├── coffeescript.png
│ ├── coldfusion.png
│ ├── contentlayer.png
│ ├── cplus.png
│ ├── crystal.png
│ ├── csharp.png
│ ├── csv.png
│ ├── cucumber.png
│ ├── cuda.png
│ ├── cursor.png
│ ├── cypress.png
│ ├── dart.png
│ ├── database.png
│ ├── deno.png
│ ├── docker.png
│ ├── document.png
│ ├── docusaurus.png
│ ├── drawio.png
│ ├── drizzle.png
│ ├── dts.png
│ ├── dune.png
│ ├── earthfile.png
│ ├── editorconfig.png
│ ├── elixir.png
│ ├── erlang.png
│ ├── eslint.png
│ ├── exe.png
│ ├── expressive-code.png
│ ├── firebase.png
│ ├── font.png
│ ├── fortran.png
│ ├── fresh.png
│ ├── fsharp.png
│ ├── func.png
│ ├── gatsby.png
│ ├── gear.png
│ ├── gif.png
│ ├── git.png
│ ├── github.png
│ ├── gitlab.png
│ ├── gleam.png
│ ├── go-green.png
│ ├── go-orange.png
│ ├── go-pink.png
│ ├── go-purple.png
│ ├── go-red.png
│ ├── go-yellow.png
│ ├── go.png
│ ├── gradle.png
│ ├── graphql.png
│ ├── gulp.png
│ ├── h.png
│ ├── haml.png
│ ├── haskell.png
│ ├── http.png
│ ├── hugo.png
│ ├── i18n.png
│ ├── ignore.png
│ ├── image.png
│ ├── ionic.png
│ ├── java.png
│ ├── jenkins.png
│ ├── jest.png
│ ├── js-test.png
│ ├── js.png
│ ├── julia-markdown.png
│ ├── julia.png
│ ├── keystatic.png
│ ├── knip.png
│ ├── kotlin.png
│ ├── laravel.png
│ ├── license.png
│ ├── liquid.png
│ ├── lock.png
│ ├── lua.png
│ ├── luau.png
│ ├── lunaria.png
│ ├── markdoc.png
│ ├── markdown.png
│ ├── mdx.png
│ ├── minecraft.png
│ ├── mongo.png
│ ├── nest-controller.png
│ ├── nest-decorator.png
│ ├── nest-guard.png
│ ├── nest-middleware.png
│ ├── nest-service.png
│ ├── nest.png
│ ├── netlify.png
│ ├── next.png
│ ├── nim.png
│ ├── nix.png
│ ├── node.png
│ ├── nodemon.png
│ ├── notebook.png
│ ├── npm.png
│ ├── nunjucks.png
│ ├── nuxt.png
│ ├── nx.png
│ ├── ocaml.png
│ ├── orval.png
│ ├── oxlint.png
│ ├── panda.png
│ ├── patch.png
│ ├── pdf.png
│ ├── perl.png
│ ├── php.png
│ ├── pkl.png
│ ├── pnpm.png
│ ├── postcss.png
│ ├── prettier.png
│ ├── prisma.png
│ ├── proto.png
│ ├── pug.png
│ ├── pulumi.png
│ ├── puzzle.png
│ ├── python.png
│ ├── r.png
│ ├── razor.png
│ ├── react-test.png
│ ├── react-ts.png
│ ├── react.png
│ ├── redux-actions.png
│ ├── redux-effects.png
│ ├── redux-facade.png
│ ├── redux-reducer.png
│ ├── redux-selector.png
│ ├── rescript-interface.png
│ ├── rescript.png
│ ├── robot.png
│ ├── rome.png
│ ├── rsbuild.png
│ ├── rslib.png
│ ├── rspack.png
│ ├── ruby.png
│ ├── rust.png
│ ├── sanity.png
│ ├── sass.png
│ ├── sbt.png
│ ├── scala.png
│ ├── severless.png
│ ├── shell.png
│ ├── solidity.png
│ ├── statamic-antlers.png
│ ├── storybook.png
│ ├── stylelint.png
│ ├── stylus.png
│ ├── supabase.png
│ ├── svelte-ts.png
│ ├── svelte.png
│ ├── svg.png
│ ├── svx.png
│ ├── swc.png
│ ├── swift.png
│ ├── tailwind.png
│ ├── tauri.png
│ ├── terraform.png
│ ├── tex.png
│ ├── text.png
│ ├── ts-test.png
│ ├── ts-types.png
│ ├── ts.png
│ ├── tsconfig.png
│ ├── turborepo.png
│ ├── twig.png
│ ├── unocss.png
│ ├── v.png
│ ├── vanilla-extract.png
│ ├── vercel.png
│ ├── video.png
│ ├── visual-studio.png
│ ├── vite.png
│ ├── vitest.png
│ ├── vue.png
│ ├── webpack.png
│ ├── xml.png
│ ├── yaml.png
│ ├── yarn.png
│ ├── yummacss.png
│ └── zig.png
├── folders
│ ├── folder-actions.png
│ ├── folder-android.png
│ ├── folder-angular.png
│ ├── folder-app.png
│ ├── folder-assets.png
│ ├── folder-aws.png
│ ├── folder-azure.png
│ ├── folder-blue-code.png
│ ├── folder-blue-outline.png
│ ├── folder-blue.png
│ ├── folder-bruno.png
│ ├── folder-build.png
│ ├── folder-config.png
│ ├── folder-constants.png
│ ├── folder-context.png
│ ├── folder-core.png
│ ├── folder-cursor.png
│ ├── folder-cypress.png
│ ├── folder-database.png
│ ├── folder-docker.png
│ ├── folder-documents.png
│ ├── folder-drizzle.png
│ ├── folder-effects.png
│ ├── folder-expo.png
│ ├── folder-facade.png
│ ├── folder-firebase.png
│ ├── folder-fonts.png
│ ├── folder-github.png
│ ├── folder-gitlab.png
│ ├── folder-gradle.png
│ ├── folder-graphql.png
│ ├── folder-gray-code.png
│ ├── folder-gray-outline.png
│ ├── folder-gray.png
│ ├── folder-green-code.png
│ ├── folder-green-outline.png
│ ├── folder-green.png
│ ├── folder-helpers.png
│ ├── folder-hooks.png
│ ├── folder-i18n.png
│ ├── folder-images.png
│ ├── folder-interceptors.png
│ ├── folder-interfaces.png
│ ├── folder-ios.png
│ ├── folder-js.png
│ ├── folder-layout.png
│ ├── folder-lock.png
│ ├── folder-mail.png
│ ├── folder-middleware.png
│ ├── folder-models.png
│ ├── folder-modules.png
│ ├── folder-mongo.png
│ ├── folder-nginx.png
│ ├── folder-node-modules.png
│ ├── folder-open.png
│ ├── folder-orange-code-1.png
│ ├── folder-orange-code-2.png
│ ├── folder-orange-code-3.png
│ ├── folder-orange-code-4.png
│ ├── folder-orange-code.png
│ ├── folder-orange-outline.png
│ ├── folder-orange.png
│ ├── folder-pink-code.png
│ ├── folder-pink-outline.png
│ ├── folder-pink.png
│ ├── folder-pipes.png
│ ├── folder-prisma.png
│ ├── folder-providers.png
│ ├── folder-purple-code.png
│ ├── folder-purple-outline.png
│ ├── folder-purple.png
│ ├── folder-react.png
│ ├── folder-red-code.png
│ ├── folder-red-outline.png
│ ├── folder-red.png
│ ├── folder-reducer.png
│ ├── folder-router.png
│ ├── folder-sass.png
│ ├── folder-selector.png
│ ├── folder-services.png
│ ├── folder-shared.png
│ ├── folder-sky-code.png
│ ├── folder-sky-outline.png
│ ├── folder-sky.png
│ ├── folder-src.png
│ ├── folder-supabase.png
│ ├── folder-target.png
│ ├── folder-tauri.png
│ ├── folder-tina.png
│ ├── folder-utils.png
│ ├── folder-vercel.png
│ ├── folder-vscode.png
│ ├── folder-yellow-code.png
│ ├── folder-yellow-outline.png
│ ├── folder-yellow.png
│ └── folder.png
└── preview.md
├── scripts
├── generate-markdown.mjs
├── generate-previews.mjs
└── package.json
├── src
├── extension.js
├── icons
│ ├── files
│ │ ├── angular-component.svg
│ │ ├── angular-directive.svg
│ │ ├── angular-guard.svg
│ │ ├── angular-module.svg
│ │ ├── angular-pipe.svg
│ │ ├── angular-service.svg
│ │ ├── angular.svg
│ │ ├── astro.svg
│ │ ├── audio.svg
│ │ ├── babel.svg
│ │ ├── biome.svg
│ │ ├── brackets-blue.svg
│ │ ├── brackets-gray.svg
│ │ ├── brackets-green.svg
│ │ ├── brackets-orange.svg
│ │ ├── brackets-pink.svg
│ │ ├── brackets-purple.svg
│ │ ├── brackets-red.svg
│ │ ├── brackets-sky.svg
│ │ ├── brackets-yellow.svg
│ │ ├── bruno.svg
│ │ ├── bun.svg
│ │ ├── c.svg
│ │ ├── capacitor.svg
│ │ ├── clojure.svg
│ │ ├── cloudflare-workers.svg
│ │ ├── cmake.svg
│ │ ├── code-blue.svg
│ │ ├── code-gray.svg
│ │ ├── code-green.svg
│ │ ├── code-orange.svg
│ │ ├── code-pink.svg
│ │ ├── code-purple.svg
│ │ ├── code-red.svg
│ │ ├── code-sky.svg
│ │ ├── code-yellow.svg
│ │ ├── coffeescript.svg
│ │ ├── coldfusion.svg
│ │ ├── contentlayer.svg
│ │ ├── cplus.svg
│ │ ├── crystal.svg
│ │ ├── csharp.svg
│ │ ├── csv.svg
│ │ ├── cucumber.svg
│ │ ├── cuda.svg
│ │ ├── cursor.svg
│ │ ├── cypress.svg
│ │ ├── dart.svg
│ │ ├── database.svg
│ │ ├── deno.svg
│ │ ├── docker.svg
│ │ ├── document.svg
│ │ ├── docusaurus.svg
│ │ ├── drawio.svg
│ │ ├── drizzle.svg
│ │ ├── dts.svg
│ │ ├── dune.svg
│ │ ├── earthfile.svg
│ │ ├── editorconfig.svg
│ │ ├── elixir.svg
│ │ ├── erlang.svg
│ │ ├── eslint.svg
│ │ ├── exe.svg
│ │ ├── expressive-code.svg
│ │ ├── firebase.svg
│ │ ├── font.svg
│ │ ├── fortran.svg
│ │ ├── fresh.svg
│ │ ├── fsharp.svg
│ │ ├── func.svg
│ │ ├── gatsby.svg
│ │ ├── gear.svg
│ │ ├── gif.svg
│ │ ├── git.svg
│ │ ├── github.svg
│ │ ├── gitlab.svg
│ │ ├── gleam.svg
│ │ ├── go-green.svg
│ │ ├── go-orange.svg
│ │ ├── go-pink.svg
│ │ ├── go-purple.svg
│ │ ├── go-red.svg
│ │ ├── go-yellow.svg
│ │ ├── go.svg
│ │ ├── gradle.svg
│ │ ├── graphql.svg
│ │ ├── gulp.svg
│ │ ├── h.svg
│ │ ├── haml.svg
│ │ ├── haskell.svg
│ │ ├── http.svg
│ │ ├── hugo.svg
│ │ ├── i18n.svg
│ │ ├── ignore.svg
│ │ ├── image.svg
│ │ ├── ionic.svg
│ │ ├── java.svg
│ │ ├── jenkins.svg
│ │ ├── jest.svg
│ │ ├── js-test.svg
│ │ ├── js.svg
│ │ ├── julia-markdown.svg
│ │ ├── julia.svg
│ │ ├── keystatic.svg
│ │ ├── knip.svg
│ │ ├── kotlin.svg
│ │ ├── laravel.svg
│ │ ├── license.svg
│ │ ├── liquid.svg
│ │ ├── lock.svg
│ │ ├── lua.svg
│ │ ├── luau.svg
│ │ ├── lunaria.svg
│ │ ├── markdoc.svg
│ │ ├── markdown.svg
│ │ ├── mdx.svg
│ │ ├── minecraft.svg
│ │ ├── mongo.svg
│ │ ├── nest-controller.svg
│ │ ├── nest-decorator.svg
│ │ ├── nest-guard.svg
│ │ ├── nest-middleware.svg
│ │ ├── nest-service.svg
│ │ ├── nest.svg
│ │ ├── netlify.svg
│ │ ├── next.svg
│ │ ├── nim.svg
│ │ ├── nix.svg
│ │ ├── node.svg
│ │ ├── nodemon.svg
│ │ ├── notebook.svg
│ │ ├── npm.svg
│ │ ├── nunjucks.svg
│ │ ├── nuxt.png
│ │ ├── nuxt.svg
│ │ ├── nx.svg
│ │ ├── ocaml.svg
│ │ ├── orval.svg
│ │ ├── oxlint.svg
│ │ ├── panda.svg
│ │ ├── patch.svg
│ │ ├── pdf.svg
│ │ ├── perl.svg
│ │ ├── php.svg
│ │ ├── pkl.svg
│ │ ├── pnpm.svg
│ │ ├── postcss.svg
│ │ ├── prettier.svg
│ │ ├── prisma.svg
│ │ ├── proto.svg
│ │ ├── pug.svg
│ │ ├── pulumi.svg
│ │ ├── puzzle.svg
│ │ ├── python.svg
│ │ ├── r.svg
│ │ ├── razor.svg
│ │ ├── react-test.svg
│ │ ├── react-ts.svg
│ │ ├── react.svg
│ │ ├── redux-actions.svg
│ │ ├── redux-effects.svg
│ │ ├── redux-facade.svg
│ │ ├── redux-reducer.svg
│ │ ├── redux-selector.svg
│ │ ├── rescript-interface.svg
│ │ ├── rescript.svg
│ │ ├── robot.svg
│ │ ├── rome.svg
│ │ ├── rsbuild.svg
│ │ ├── rslib.svg
│ │ ├── rspack.svg
│ │ ├── ruby.svg
│ │ ├── rust.svg
│ │ ├── sanity.svg
│ │ ├── sass.svg
│ │ ├── sbt.svg
│ │ ├── scala.svg
│ │ ├── severless.svg
│ │ ├── shell.svg
│ │ ├── solidity.svg
│ │ ├── statamic-antlers.svg
│ │ ├── storybook.svg
│ │ ├── stylelint.svg
│ │ ├── stylus.svg
│ │ ├── supabase.svg
│ │ ├── svelte-ts.svg
│ │ ├── svelte.svg
│ │ ├── svg.svg
│ │ ├── svx.svg
│ │ ├── swc.svg
│ │ ├── swift.svg
│ │ ├── tailwind.svg
│ │ ├── tauri.svg
│ │ ├── terraform.svg
│ │ ├── tex.svg
│ │ ├── text.svg
│ │ ├── ts-test.svg
│ │ ├── ts-types.svg
│ │ ├── ts.svg
│ │ ├── tsconfig.svg
│ │ ├── turborepo.svg
│ │ ├── twig.svg
│ │ ├── unocss.svg
│ │ ├── v.svg
│ │ ├── vanilla-extract.svg
│ │ ├── vercel.svg
│ │ ├── video.svg
│ │ ├── visual-studio.svg
│ │ ├── vite.svg
│ │ ├── vitest.svg
│ │ ├── vue.svg
│ │ ├── webpack.svg
│ │ ├── xml.svg
│ │ ├── yaml.svg
│ │ ├── yarn.svg
│ │ ├── yummacss.svg
│ │ └── zig.svg
│ └── folders
│ │ ├── folder-actions.svg
│ │ ├── folder-android.svg
│ │ ├── folder-angular.svg
│ │ ├── folder-app.svg
│ │ ├── folder-assets.svg
│ │ ├── folder-aws.svg
│ │ ├── folder-azure.svg
│ │ ├── folder-blue-code.svg
│ │ ├── folder-blue-outline.svg
│ │ ├── folder-blue.svg
│ │ ├── folder-bruno.svg
│ │ ├── folder-build.svg
│ │ ├── folder-config.svg
│ │ ├── folder-constants.svg
│ │ ├── folder-context.svg
│ │ ├── folder-core.svg
│ │ ├── folder-cursor.svg
│ │ ├── folder-cypress.svg
│ │ ├── folder-database.svg
│ │ ├── folder-docker.svg
│ │ ├── folder-documents.svg
│ │ ├── folder-drizzle.svg
│ │ ├── folder-effects.svg
│ │ ├── folder-expo.svg
│ │ ├── folder-facade.svg
│ │ ├── folder-firebase.svg
│ │ ├── folder-fonts.svg
│ │ ├── folder-github.svg
│ │ ├── folder-gitlab.svg
│ │ ├── folder-gradle.svg
│ │ ├── folder-graphql.svg
│ │ ├── folder-gray-code.svg
│ │ ├── folder-gray-outline.svg
│ │ ├── folder-gray.svg
│ │ ├── folder-green-code.svg
│ │ ├── folder-green-outline.svg
│ │ ├── folder-green.svg
│ │ ├── folder-helpers.svg
│ │ ├── folder-hooks.svg
│ │ ├── folder-i18n.svg
│ │ ├── folder-images.svg
│ │ ├── folder-interceptors.svg
│ │ ├── folder-interfaces.svg
│ │ ├── folder-ios.svg
│ │ ├── folder-js.svg
│ │ ├── folder-layout.svg
│ │ ├── folder-lock.svg
│ │ ├── folder-mail.svg
│ │ ├── folder-middleware.svg
│ │ ├── folder-models.svg
│ │ ├── folder-modules.svg
│ │ ├── folder-mongo.svg
│ │ ├── folder-nginx.svg
│ │ ├── folder-node-modules.svg
│ │ ├── folder-open.svg
│ │ ├── folder-orange-code-1.svg
│ │ ├── folder-orange-code-2.svg
│ │ ├── folder-orange-code-3.svg
│ │ ├── folder-orange-code-4.svg
│ │ ├── folder-orange-code.svg
│ │ ├── folder-orange-outline.svg
│ │ ├── folder-orange.svg
│ │ ├── folder-pink-code.svg
│ │ ├── folder-pink-outline.svg
│ │ ├── folder-pink.svg
│ │ ├── folder-pipes.svg
│ │ ├── folder-prisma.svg
│ │ ├── folder-providers.svg
│ │ ├── folder-purple-code.svg
│ │ ├── folder-purple-outline.svg
│ │ ├── folder-purple.svg
│ │ ├── folder-react.svg
│ │ ├── folder-red-code.svg
│ │ ├── folder-red-outline.svg
│ │ ├── folder-red.svg
│ │ ├── folder-reducer.svg
│ │ ├── folder-router.svg
│ │ ├── folder-sass.svg
│ │ ├── folder-selector.svg
│ │ ├── folder-services.svg
│ │ ├── folder-shared.svg
│ │ ├── folder-sky-code.svg
│ │ ├── folder-sky-outline.svg
│ │ ├── folder-sky.svg
│ │ ├── folder-src.svg
│ │ ├── folder-supabase.svg
│ │ ├── folder-target.svg
│ │ ├── folder-tauri.svg
│ │ ├── folder-tina.svg
│ │ ├── folder-utils.svg
│ │ ├── folder-vercel.svg
│ │ ├── folder-vscode.svg
│ │ ├── folder-yellow-code.svg
│ │ ├── folder-yellow-outline.svg
│ │ ├── folder-yellow.svg
│ │ └── folder.svg
├── lib
│ ├── change-listener.js
│ ├── config.js
│ ├── constants.js
│ ├── log.js
│ ├── theme-json-handlers.js
│ ├── theme.js
│ └── window.js
└── symbol-icon-theme.json
└── symbols.png
/.gitattributes:
--------------------------------------------------------------------------------
1 | file-types/** linguist-vendored
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug Report
3 | about: Report a bug related to icons or extension
4 | title: "[Bug] "
5 | labels: bug
6 | assignees: 'miguelsolorio'
7 |
8 | ---
9 |
10 | **Describe the issue**
11 | A clear and concise description of the issue you'd like to report
12 |
13 | **Screenshots or examples**
14 | If applicable, add screenshots or examples to help explain your request
15 |
16 | **Additional context**
17 | Add any other context about the problem here. If reporting an issuew with the extension, please add your related info (OS, VS Code version, extension version, etc.)
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Feature Request
3 | about: Request a new icon or an update to an existing icon
4 | title: "[Feature Request] "
5 | labels: feature request
6 | assignees: 'miguelsolorio'
7 |
8 | ---
9 |
10 | **Describe the feature**
11 | A clear and concise description of the feature or functionality you want to request.
12 |
13 | **Screenshots or examples**
14 | If applicable, add screenshots or examples to help explain your request.
15 |
16 | **Additional context**
17 | Add any other context about the feature request here.
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/icon_request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Icon Request
3 | about: Request a new icon or an update to an existing icon
4 | title: "[Icon Request] "
5 | labels: icon request
6 | assignees: 'miguelsolorio'
7 |
8 | ---
9 |
10 | **Is this a new icon request or an update?**
11 | - [ ] New icon request
12 | - [ ] Update to an existing icon
13 |
14 | **Describe the icon**
15 | A clear and concise description of the icon you want to request or update.
16 |
17 | **Screenshots or examples**
18 | If applicable, add screenshots or examples to help explain your request.
19 |
20 | **Additional context**
21 | Add any other context about the request here.
--------------------------------------------------------------------------------
/.github/pull_request_template.md:
--------------------------------------------------------------------------------
1 | **Is this a new icon or an update to an existing?**
2 | - [ ] New icon
3 | - [ ] Update to an existing icon
4 |
5 | **Did you test your changes in the extension?**
6 | - [ ] Yes
7 | - [ ] No
8 |
9 | **Did you follow the [contribution guidelines](https://github.com/miguelsolorio/vscode-symbols?tab=readme-ov-file#contributing)?**
10 | - [ ] Yes
11 | - [ ] No
12 |
13 | **Which issue(s) does this PR fix?**
14 | Please link to the issue(s) this PR fixes. If none, please create an original issue.
15 |
16 | **Screenshots (Before and After)**
17 | Add screenshots to show the changes before and after.
18 |
19 | **Describe the changes**
20 | A clear and concise description of the changes made in this pull request.
21 |
22 | **Additional context**
23 | Add any other context about the pull request here.
--------------------------------------------------------------------------------
/.github/workflows/pull_request.yml:
--------------------------------------------------------------------------------
1 | name: Code quality
2 |
3 | on:
4 | push:
5 | pull_request:
6 |
7 | jobs:
8 | quality:
9 | runs-on: ubuntu-latest
10 | steps:
11 | - name: Checkout
12 | uses: actions/checkout@v4
13 | - name: Setup Biome
14 | uses: biomejs/setup-biome@v2
15 | with:
16 | version: latest
17 | - name: Run Biome
18 | run: biome ci .
19 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | out
2 | dist
3 | node_modules
4 | .vscode-test/
5 | *.vsix
6 | src/symbol-icon-theme.modified.json
7 | src/symbol-icon-theme.bkp.json
8 | .DS_Store
9 | yarn.lock
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | // Place your settings in this file to overwrite default and user settings.
2 | {
3 | "files.exclude": {
4 | "out": false // set this to true to hide the "out" folder with the compiled JS files
5 | },
6 | "search.exclude": {
7 | "out": true // set this to false to include "out" folder in search results
8 | },
9 | // Turn off tsc task auto detection since we have the necessary tasks as npm scripts
10 | "typescript.tsc.autoDetect": "off",
11 | "window.title": "${activeEditorShort}${separator}${rootName}"
12 | }
13 |
--------------------------------------------------------------------------------
/.vscode/tasks.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": "2.0.0",
3 | "tasks": [
4 | {
5 | "type": "npm",
6 | "script": "build",
7 | "group": {
8 | "kind": "build",
9 | "isDefault": true
10 | },
11 | "problemMatcher": [],
12 | "label": "npm: build",
13 | "detail": "node --experimental-json-modules scripts/generate-previews.mjs && node --experimental-json-modules scripts/generate-markdown.mjs"
14 | }
15 | ]
16 | }
17 |
--------------------------------------------------------------------------------
/.vscodeignore:
--------------------------------------------------------------------------------
1 | .vscode/**
2 | .vscode-test/**
3 | .gitignore
4 | .yarnrc
5 | vsc-extension-quickstart.md
6 | **/tsconfig.json
7 | **/.eslintrc.json
8 | **/*.map
9 | **/*.ts
10 |
--------------------------------------------------------------------------------
/biome.json:
--------------------------------------------------------------------------------
1 | {
2 | "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3 | "organizeImports": {
4 | "enabled": true
5 | },
6 | "files": {
7 | "ignoreUnknown": true,
8 | "ignore": ["./file-types/**"]
9 | },
10 | "linter": {
11 | "enabled": true,
12 | "rules": {
13 | "recommended": true
14 | }
15 | },
16 | "formatter": {
17 | "enabled": true,
18 | "lineWidth": 150
19 | },
20 | "overrides": [
21 | {
22 | "include": [".vscode"],
23 | "json": {
24 | "parser": {
25 | "allowComments": true
26 | }
27 | }
28 | }
29 | ]
30 | }
31 |
--------------------------------------------------------------------------------
/file-types/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "presets": ["es2015-rollup"]
3 | }
4 |
--------------------------------------------------------------------------------
/file-types/.bowerrc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.bowerrc
--------------------------------------------------------------------------------
/file-types/.codeclimate.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.codeclimate.yml
--------------------------------------------------------------------------------
/file-types/.direnv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.direnv
--------------------------------------------------------------------------------
/file-types/.dockerignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.dockerignore
--------------------------------------------------------------------------------
/file-types/.editorconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.editorconfig
--------------------------------------------------------------------------------
/file-types/.env:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.env
--------------------------------------------------------------------------------
/file-types/.eslintignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.eslintignore
--------------------------------------------------------------------------------
/file-types/.eslintrc:
--------------------------------------------------------------------------------
1 | ---
2 | env:
3 | browser: true
4 | node: true
5 | jquery: true
6 | globals:
7 | ENV: true
8 | extends: standard
9 | plugins:
10 | - standard
11 | rules:
12 | indent:
13 | - error
14 | - 2
15 | - SwitchCase: 1
16 | VariableDeclarator:
17 | var: 2
18 | let: 2
19 | const: 3
20 | key-spacing: 'off'
21 | eol-last: 'off'
22 | prefer-template: 'warn'
23 | no-multi-spaces: 'off'
24 | no-multiple-empty-lines: 'off'
25 | no-path-concat: 'off'
26 | no-unused-vars: error
27 | one-var:
28 | - warn
29 | - always
30 | padded-blocks: 'off'
31 | quotes:
32 | - error
33 | - single
34 | semi:
35 | - 2
36 | - always
37 | space-before-function-paren: 'off'
38 |
--------------------------------------------------------------------------------
/file-types/.fc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.fc
--------------------------------------------------------------------------------
/file-types/.feature:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.feature
--------------------------------------------------------------------------------
/file-types/.firebaserc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.firebaserc
--------------------------------------------------------------------------------
/file-types/.gitattributes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.gitattributes
--------------------------------------------------------------------------------
/file-types/.gitconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.gitconfig
--------------------------------------------------------------------------------
/file-types/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.gitignore
--------------------------------------------------------------------------------
/file-types/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.gitkeep
--------------------------------------------------------------------------------
/file-types/.gitmodules:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.gitmodules
--------------------------------------------------------------------------------
/file-types/.htaccess:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.htaccess
--------------------------------------------------------------------------------
/file-types/.jestrc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.jestrc
--------------------------------------------------------------------------------
/file-types/.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.js
--------------------------------------------------------------------------------
/file-types/.jscsrc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.jscsrc
--------------------------------------------------------------------------------
/file-types/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "esversion": 6,
3 | "node": true,
4 | "globals": {
5 | "atom": true
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/file-types/.jsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.jsx
--------------------------------------------------------------------------------
/file-types/.mcattributes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.mcattributes
--------------------------------------------------------------------------------
/file-types/.mcdefinitions:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.mcdefinitions
--------------------------------------------------------------------------------
/file-types/.mcignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.mcignore
--------------------------------------------------------------------------------
/file-types/.npmignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.npmignore
--------------------------------------------------------------------------------
/file-types/.slugignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.slugignore
--------------------------------------------------------------------------------
/file-types/.static:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.static
--------------------------------------------------------------------------------
/file-types/.test.jsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.test.jsx
--------------------------------------------------------------------------------
/file-types/.test.tsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.test.tsx
--------------------------------------------------------------------------------
/file-types/.travis.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.travis.yml
--------------------------------------------------------------------------------
/file-types/.tsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.tsx
--------------------------------------------------------------------------------
/file-types/.vscodeignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/.vscodeignore
--------------------------------------------------------------------------------
/file-types/1C (BSL).bsl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/1C (BSL).bsl
--------------------------------------------------------------------------------
/file-types/1C (MDO).mdo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/1C (MDO).mdo
--------------------------------------------------------------------------------
/file-types/Adobe Illustrator.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Adobe Illustrator.ai
--------------------------------------------------------------------------------
/file-types/Adobe Photoshop.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Adobe Photoshop.psd
--------------------------------------------------------------------------------
/file-types/Apex.apex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Apex.apex
--------------------------------------------------------------------------------
/file-types/Apex.cls:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/file-types/ApexComponent.component:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/ApexComponent.component
--------------------------------------------------------------------------------
/file-types/Assembly.asm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Assembly.asm
--------------------------------------------------------------------------------
/file-types/Assembly.s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Assembly.s
--------------------------------------------------------------------------------
/file-types/Audio File.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Audio File.wav
--------------------------------------------------------------------------------
/file-types/Batch.bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Batch.bat
--------------------------------------------------------------------------------
/file-types/Bicep.bicep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Bicep.bicep
--------------------------------------------------------------------------------
/file-types/Bower.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Bower.json
--------------------------------------------------------------------------------
/file-types/C Sharp.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/C Sharp.cs
--------------------------------------------------------------------------------
/file-types/C++.cpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/C++.cpp
--------------------------------------------------------------------------------
/file-types/C.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/C.c
--------------------------------------------------------------------------------
/file-types/CSS.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/CSS.css
--------------------------------------------------------------------------------
/file-types/CSV.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/CSV.csv
--------------------------------------------------------------------------------
/file-types/CUDA.cu:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/CUDA.cu
--------------------------------------------------------------------------------
/file-types/Cake Build.cake:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Cake Build.cake
--------------------------------------------------------------------------------
/file-types/Cake PHP.ctp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Cake PHP.ctp
--------------------------------------------------------------------------------
/file-types/Clojure.clj:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/file-types/Cmd.cmd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Cmd.cmd
--------------------------------------------------------------------------------
/file-types/CoffeScript.coffee:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/CoffeScript.coffee
--------------------------------------------------------------------------------
/file-types/ColdFusion.cfm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/ColdFusion.cfm
--------------------------------------------------------------------------------
/file-types/D.d:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/D.d
--------------------------------------------------------------------------------
/file-types/Dockerfile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Dockerfile
--------------------------------------------------------------------------------
/file-types/EJS.ejs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/EJS.ejs
--------------------------------------------------------------------------------
/file-types/EcmaScript.es6:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/EcmaScript.es6
--------------------------------------------------------------------------------
/file-types/Elm.elm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Elm.elm
--------------------------------------------------------------------------------
/file-types/Excell.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Excell.xlsx
--------------------------------------------------------------------------------
/file-types/F Sharp Script.fsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/F Sharp Script.fsx
--------------------------------------------------------------------------------
/file-types/F Sharp.fs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/F Sharp.fs
--------------------------------------------------------------------------------
/file-types/Favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Favicon.ico
--------------------------------------------------------------------------------
/file-types/Go.go:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Go.go
--------------------------------------------------------------------------------
/file-types/Gradle.gradle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Gradle.gradle
--------------------------------------------------------------------------------
/file-types/Grails.groovy:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Grails.groovy
--------------------------------------------------------------------------------
/file-types/Gruntfile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Gruntfile.js
--------------------------------------------------------------------------------
/file-types/Gulpfile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Gulpfile.js
--------------------------------------------------------------------------------
/file-types/HTML.erb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/HTML.erb
--------------------------------------------------------------------------------
/file-types/HTML.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/HTML.html
--------------------------------------------------------------------------------
/file-types/Hacklang.hh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Hacklang.hh
--------------------------------------------------------------------------------
/file-types/Haml.haml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Haml.haml
--------------------------------------------------------------------------------
/file-types/Handlebars.hbs:
--------------------------------------------------------------------------------
1 | @content
2 |
--------------------------------------------------------------------------------
/file-types/Haskell.hs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Haskell.hs
--------------------------------------------------------------------------------
/file-types/Haxe make.hxml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Haxe make.hxml
--------------------------------------------------------------------------------
/file-types/Haxe module.hx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Haxe module.hx
--------------------------------------------------------------------------------
/file-types/Haxe project.hxp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Haxe project.hxp
--------------------------------------------------------------------------------
/file-types/Haxe script.hxs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Haxe script.hxs
--------------------------------------------------------------------------------
/file-types/Image.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Image.ai
--------------------------------------------------------------------------------
/file-types/JSON.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/JSON.json
--------------------------------------------------------------------------------
/file-types/Jade.jade:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Jade.jade
--------------------------------------------------------------------------------
/file-types/Jar.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Jar.jar
--------------------------------------------------------------------------------
/file-types/Java.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Java.java
--------------------------------------------------------------------------------
/file-types/JavaScript.spec.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/JavaScript.spec.js
--------------------------------------------------------------------------------
/file-types/Jenkinsfile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Jenkinsfile
--------------------------------------------------------------------------------
/file-types/Jinja.jinja2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Jinja.jinja2
--------------------------------------------------------------------------------
/file-types/Julia.jl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Julia.jl
--------------------------------------------------------------------------------
/file-types/Kotlin Script.kts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Kotlin Script.kts
--------------------------------------------------------------------------------
/file-types/Kotlin.kt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Kotlin.kt
--------------------------------------------------------------------------------
/file-types/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/LICENSE
--------------------------------------------------------------------------------
/file-types/Latex.tex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Latex.tex
--------------------------------------------------------------------------------
/file-types/Less.less:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Less.less
--------------------------------------------------------------------------------
/file-types/LiterateHaskell.lhs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/LiterateHaskell.lhs
--------------------------------------------------------------------------------
/file-types/LiveScript.ls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/LiveScript.ls
--------------------------------------------------------------------------------
/file-types/Lua.lua:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Lua.lua
--------------------------------------------------------------------------------
/file-types/Makefile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Makefile
--------------------------------------------------------------------------------
/file-types/Markdown.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Markdown.md
--------------------------------------------------------------------------------
/file-types/Mustache.mustache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Mustache.mustache
--------------------------------------------------------------------------------
/file-types/Nunjucks.njk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Nunjucks.njk
--------------------------------------------------------------------------------
/file-types/Objective C.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Objective C.h
--------------------------------------------------------------------------------
/file-types/Objective C.m:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Objective C.m
--------------------------------------------------------------------------------
/file-types/Odata.odata:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Odata.odata
--------------------------------------------------------------------------------
/file-types/PDF.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/PDF.pdf
--------------------------------------------------------------------------------
/file-types/PHP.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/PHP.php
--------------------------------------------------------------------------------
/file-types/PHP.php.inc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/PHP.php.inc
--------------------------------------------------------------------------------
/file-types/Perl.pl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Perl.pl
--------------------------------------------------------------------------------
/file-types/Powershell.manifest.psd1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Powershell.manifest.psd1
--------------------------------------------------------------------------------
/file-types/Powershell.module.psm1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Powershell.module.psm1
--------------------------------------------------------------------------------
/file-types/Powershell.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Powershell.ps1
--------------------------------------------------------------------------------
/file-types/Procfile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Procfile
--------------------------------------------------------------------------------
/file-types/Pug.pug:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Pug.pug
--------------------------------------------------------------------------------
/file-types/Puppet.pp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Puppet.pp
--------------------------------------------------------------------------------
/file-types/Python.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Python.py
--------------------------------------------------------------------------------
/file-types/R.R:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/R.R
--------------------------------------------------------------------------------
/file-types/Raml.raml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Raml.raml
--------------------------------------------------------------------------------
/file-types/React Coffee.cjsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/React Coffee.cjsx
--------------------------------------------------------------------------------
/file-types/React Typescript.tsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/React Typescript.tsx
--------------------------------------------------------------------------------
/file-types/React.jsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/React.jsx
--------------------------------------------------------------------------------
/file-types/Rescript Interface.resi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Rescript Interface.resi
--------------------------------------------------------------------------------
/file-types/Rescript.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Rescript.res
--------------------------------------------------------------------------------
/file-types/Ruby.rb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Ruby.rb
--------------------------------------------------------------------------------
/file-types/Rust.rs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Rust.rs
--------------------------------------------------------------------------------
/file-types/SOQL.soql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/SOQL.soql
--------------------------------------------------------------------------------
/file-types/SQL.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/SQL.sql
--------------------------------------------------------------------------------
/file-types/SVGX.svgx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/SVGX.svgx
--------------------------------------------------------------------------------
/file-types/Sass.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Sass.scss
--------------------------------------------------------------------------------
/file-types/Sbt.sbt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Sbt.sbt
--------------------------------------------------------------------------------
/file-types/Scala.scala:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Scala.scala
--------------------------------------------------------------------------------
/file-types/Settings.config:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Settings.config
--------------------------------------------------------------------------------
/file-types/Shell.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Shell.sh
--------------------------------------------------------------------------------
/file-types/Shopify.liquid:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Shopify.liquid
--------------------------------------------------------------------------------
/file-types/Slim.slim:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Slim.slim
--------------------------------------------------------------------------------
/file-types/Smarty.smarty.tpl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Smarty.smarty.tpl
--------------------------------------------------------------------------------
/file-types/Solidity.sol:
--------------------------------------------------------------------------------
1 | pragma solidity ^0.4.2;
2 |
3 | contract Migrations {
4 | address public owner;
5 | uint public last_completed_migration;
6 |
7 | modifier restricted() {
8 | if (msg.sender == owner) _;
9 | }
10 |
11 | function Migrations() {
12 | owner = msg.sender;
13 | }
14 |
15 | function setCompleted(uint completed) restricted {
16 | last_completed_migration = completed;
17 | }
18 |
19 | function upgrade(address new_address) restricted {
20 | Migrations upgraded = Migrations(new_address);
21 | upgraded.setCompleted(last_completed_migration);
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/file-types/Spring.springBeans:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Spring.springBeans
--------------------------------------------------------------------------------
/file-types/Stache.stache:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/file-types/Stylus.styl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Stylus.styl
--------------------------------------------------------------------------------
/file-types/Sublime.sublime-project:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Sublime.sublime-project
--------------------------------------------------------------------------------
/file-types/Sugarss.sss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Sugarss.sss
--------------------------------------------------------------------------------
/file-types/Swift.swift:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Swift.swift
--------------------------------------------------------------------------------
/file-types/TODO:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/TODO
--------------------------------------------------------------------------------
/file-types/TOML.toml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/TOML.toml
--------------------------------------------------------------------------------
/file-types/Temp.tmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Temp.tmp
--------------------------------------------------------------------------------
/file-types/Terraform.tf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Terraform.tf
--------------------------------------------------------------------------------
/file-types/Terraform.tf.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Terraform.tf.json
--------------------------------------------------------------------------------
/file-types/Text.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Text.txt
--------------------------------------------------------------------------------
/file-types/Twig.twig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Twig.twig
--------------------------------------------------------------------------------
/file-types/Typescript.ts:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Typescript.ts
--------------------------------------------------------------------------------
/file-types/Vala.vala:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Vala.vala
--------------------------------------------------------------------------------
/file-types/Video File.mov:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Video File.mov
--------------------------------------------------------------------------------
/file-types/Vue.vue:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Vue.vue
--------------------------------------------------------------------------------
/file-types/WebAssembly Text.wat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/WebAssembly Text.wat
--------------------------------------------------------------------------------
/file-types/WebAssembly.wasm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/WebAssembly.wasm
--------------------------------------------------------------------------------
/file-types/Widget.wgt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Widget.wgt
--------------------------------------------------------------------------------
/file-types/Word.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/Word.docx
--------------------------------------------------------------------------------
/file-types/XML.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/XML.xml
--------------------------------------------------------------------------------
/file-types/YML.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/YML.yml
--------------------------------------------------------------------------------
/file-types/archive.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/archive.zip
--------------------------------------------------------------------------------
/file-types/avif.avif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/avif.avif
--------------------------------------------------------------------------------
/file-types/cert.cert:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/cert.cert
--------------------------------------------------------------------------------
/file-types/crystal.cr:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/crystal.cr
--------------------------------------------------------------------------------
/file-types/crystal_embedded.ecr:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/crystal_embedded.ecr
--------------------------------------------------------------------------------
/file-types/crystal_embedded.slang:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/crystal_embedded.slang
--------------------------------------------------------------------------------
/file-types/docker-compose.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/docker-compose.yml
--------------------------------------------------------------------------------
/file-types/docker-healthcheck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/docker-healthcheck
--------------------------------------------------------------------------------
/file-types/dtx.dtx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/dtx.dtx
--------------------------------------------------------------------------------
/file-types/elixir.ex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/elixir.ex
--------------------------------------------------------------------------------
/file-types/elixir_script.exs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/elixir_script.exs
--------------------------------------------------------------------------------
/file-types/firebase.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/firebase.json
--------------------------------------------------------------------------------
/file-types/geckodriver:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/geckodriver
--------------------------------------------------------------------------------
/file-types/gulpfile.babel.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/gulpfile.babel.js
--------------------------------------------------------------------------------
/file-types/ionic.config.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/ionic.config.json
--------------------------------------------------------------------------------
/file-types/ionic.project:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/ionic.project
--------------------------------------------------------------------------------
/file-types/karma.conf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/karma.conf.js
--------------------------------------------------------------------------------
/file-types/keyfile.key:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/keyfile.key
--------------------------------------------------------------------------------
/file-types/lang.lang:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/lang.lang
--------------------------------------------------------------------------------
/file-types/luau.luau:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/luau.luau
--------------------------------------------------------------------------------
/file-types/mcaddon.mcaddon:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mcaddon.mcaddon
--------------------------------------------------------------------------------
/file-types/mcfunction.mcfunction:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mcfunction.mcfunction
--------------------------------------------------------------------------------
/file-types/mcmeta.mcmeta:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mcmeta.mcmeta
--------------------------------------------------------------------------------
/file-types/mcpack.mcpack:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mcpack.mcpack
--------------------------------------------------------------------------------
/file-types/mcstructure.mcstructure:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mcstructure.mcstructure
--------------------------------------------------------------------------------
/file-types/mcworld.mcworld:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mcworld.mcworld
--------------------------------------------------------------------------------
/file-types/mime.types:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mime.types
--------------------------------------------------------------------------------
/file-types/mo.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mo.mo
--------------------------------------------------------------------------------
/file-types/mvnw:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/mvnw
--------------------------------------------------------------------------------
/file-types/nginx.conf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/nginx.conf
--------------------------------------------------------------------------------
/file-types/oCaml.ml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/oCaml.ml
--------------------------------------------------------------------------------
/file-types/platformio.ini:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/platformio.ini
--------------------------------------------------------------------------------
/file-types/po.po:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/po.po
--------------------------------------------------------------------------------
/file-types/pot.pot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/pot.pot
--------------------------------------------------------------------------------
/file-types/sty.sty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/sty.sty
--------------------------------------------------------------------------------
/file-types/test.nix:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/test.nix
--------------------------------------------------------------------------------
/file-types/tex.tex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/tex.tex
--------------------------------------------------------------------------------
/file-types/tsconfig.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/file-types/webpack.config.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/file-types/webpack.config.js
--------------------------------------------------------------------------------
/preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview.png
--------------------------------------------------------------------------------
/preview/files/angular-component.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/angular-component.png
--------------------------------------------------------------------------------
/preview/files/angular-directive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/angular-directive.png
--------------------------------------------------------------------------------
/preview/files/angular-guard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/angular-guard.png
--------------------------------------------------------------------------------
/preview/files/angular-module.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/angular-module.png
--------------------------------------------------------------------------------
/preview/files/angular-pipe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/angular-pipe.png
--------------------------------------------------------------------------------
/preview/files/angular-service.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/angular-service.png
--------------------------------------------------------------------------------
/preview/files/angular.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/angular.png
--------------------------------------------------------------------------------
/preview/files/astro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/astro.png
--------------------------------------------------------------------------------
/preview/files/audio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/audio.png
--------------------------------------------------------------------------------
/preview/files/babel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/babel.png
--------------------------------------------------------------------------------
/preview/files/biome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/biome.png
--------------------------------------------------------------------------------
/preview/files/brackets-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-blue.png
--------------------------------------------------------------------------------
/preview/files/brackets-gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-gray.png
--------------------------------------------------------------------------------
/preview/files/brackets-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-green.png
--------------------------------------------------------------------------------
/preview/files/brackets-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-orange.png
--------------------------------------------------------------------------------
/preview/files/brackets-pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-pink.png
--------------------------------------------------------------------------------
/preview/files/brackets-purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-purple.png
--------------------------------------------------------------------------------
/preview/files/brackets-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-red.png
--------------------------------------------------------------------------------
/preview/files/brackets-sky.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-sky.png
--------------------------------------------------------------------------------
/preview/files/brackets-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/brackets-yellow.png
--------------------------------------------------------------------------------
/preview/files/bruno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/bruno.png
--------------------------------------------------------------------------------
/preview/files/bun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/bun.png
--------------------------------------------------------------------------------
/preview/files/c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/c.png
--------------------------------------------------------------------------------
/preview/files/capacitor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/capacitor.png
--------------------------------------------------------------------------------
/preview/files/clojure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/clojure.png
--------------------------------------------------------------------------------
/preview/files/cloudflare-workers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/cloudflare-workers.png
--------------------------------------------------------------------------------
/preview/files/cmake.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/cmake.png
--------------------------------------------------------------------------------
/preview/files/code-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-blue.png
--------------------------------------------------------------------------------
/preview/files/code-gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-gray.png
--------------------------------------------------------------------------------
/preview/files/code-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-green.png
--------------------------------------------------------------------------------
/preview/files/code-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-orange.png
--------------------------------------------------------------------------------
/preview/files/code-pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-pink.png
--------------------------------------------------------------------------------
/preview/files/code-purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-purple.png
--------------------------------------------------------------------------------
/preview/files/code-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-red.png
--------------------------------------------------------------------------------
/preview/files/code-sky.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-sky.png
--------------------------------------------------------------------------------
/preview/files/code-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/code-yellow.png
--------------------------------------------------------------------------------
/preview/files/coffeescript.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/coffeescript.png
--------------------------------------------------------------------------------
/preview/files/coldfusion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/coldfusion.png
--------------------------------------------------------------------------------
/preview/files/contentlayer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/contentlayer.png
--------------------------------------------------------------------------------
/preview/files/cplus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/cplus.png
--------------------------------------------------------------------------------
/preview/files/crystal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/crystal.png
--------------------------------------------------------------------------------
/preview/files/csharp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/csharp.png
--------------------------------------------------------------------------------
/preview/files/csv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/csv.png
--------------------------------------------------------------------------------
/preview/files/cucumber.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/cucumber.png
--------------------------------------------------------------------------------
/preview/files/cuda.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/cuda.png
--------------------------------------------------------------------------------
/preview/files/cursor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/cursor.png
--------------------------------------------------------------------------------
/preview/files/cypress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/cypress.png
--------------------------------------------------------------------------------
/preview/files/dart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/dart.png
--------------------------------------------------------------------------------
/preview/files/database.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/database.png
--------------------------------------------------------------------------------
/preview/files/deno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/deno.png
--------------------------------------------------------------------------------
/preview/files/docker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/docker.png
--------------------------------------------------------------------------------
/preview/files/document.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/document.png
--------------------------------------------------------------------------------
/preview/files/docusaurus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/docusaurus.png
--------------------------------------------------------------------------------
/preview/files/drawio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/drawio.png
--------------------------------------------------------------------------------
/preview/files/drizzle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/drizzle.png
--------------------------------------------------------------------------------
/preview/files/dts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/dts.png
--------------------------------------------------------------------------------
/preview/files/dune.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/dune.png
--------------------------------------------------------------------------------
/preview/files/earthfile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/earthfile.png
--------------------------------------------------------------------------------
/preview/files/editorconfig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/editorconfig.png
--------------------------------------------------------------------------------
/preview/files/elixir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/elixir.png
--------------------------------------------------------------------------------
/preview/files/erlang.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/erlang.png
--------------------------------------------------------------------------------
/preview/files/eslint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/eslint.png
--------------------------------------------------------------------------------
/preview/files/exe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/exe.png
--------------------------------------------------------------------------------
/preview/files/expressive-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/expressive-code.png
--------------------------------------------------------------------------------
/preview/files/firebase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/firebase.png
--------------------------------------------------------------------------------
/preview/files/font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/font.png
--------------------------------------------------------------------------------
/preview/files/fortran.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/fortran.png
--------------------------------------------------------------------------------
/preview/files/fresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/fresh.png
--------------------------------------------------------------------------------
/preview/files/fsharp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/fsharp.png
--------------------------------------------------------------------------------
/preview/files/func.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/func.png
--------------------------------------------------------------------------------
/preview/files/gatsby.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/gatsby.png
--------------------------------------------------------------------------------
/preview/files/gear.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/gear.png
--------------------------------------------------------------------------------
/preview/files/gif.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/gif.png
--------------------------------------------------------------------------------
/preview/files/git.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/git.png
--------------------------------------------------------------------------------
/preview/files/github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/github.png
--------------------------------------------------------------------------------
/preview/files/gitlab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/gitlab.png
--------------------------------------------------------------------------------
/preview/files/gleam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/gleam.png
--------------------------------------------------------------------------------
/preview/files/go-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/go-green.png
--------------------------------------------------------------------------------
/preview/files/go-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/go-orange.png
--------------------------------------------------------------------------------
/preview/files/go-pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/go-pink.png
--------------------------------------------------------------------------------
/preview/files/go-purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/go-purple.png
--------------------------------------------------------------------------------
/preview/files/go-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/go-red.png
--------------------------------------------------------------------------------
/preview/files/go-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/go-yellow.png
--------------------------------------------------------------------------------
/preview/files/go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/go.png
--------------------------------------------------------------------------------
/preview/files/gradle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/gradle.png
--------------------------------------------------------------------------------
/preview/files/graphql.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/graphql.png
--------------------------------------------------------------------------------
/preview/files/gulp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/gulp.png
--------------------------------------------------------------------------------
/preview/files/h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/h.png
--------------------------------------------------------------------------------
/preview/files/haml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/haml.png
--------------------------------------------------------------------------------
/preview/files/haskell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/haskell.png
--------------------------------------------------------------------------------
/preview/files/http.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/http.png
--------------------------------------------------------------------------------
/preview/files/hugo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/hugo.png
--------------------------------------------------------------------------------
/preview/files/i18n.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/i18n.png
--------------------------------------------------------------------------------
/preview/files/ignore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/ignore.png
--------------------------------------------------------------------------------
/preview/files/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/image.png
--------------------------------------------------------------------------------
/preview/files/ionic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/ionic.png
--------------------------------------------------------------------------------
/preview/files/java.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/java.png
--------------------------------------------------------------------------------
/preview/files/jenkins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/jenkins.png
--------------------------------------------------------------------------------
/preview/files/jest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/jest.png
--------------------------------------------------------------------------------
/preview/files/js-test.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/js-test.png
--------------------------------------------------------------------------------
/preview/files/js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/js.png
--------------------------------------------------------------------------------
/preview/files/julia-markdown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/julia-markdown.png
--------------------------------------------------------------------------------
/preview/files/julia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/julia.png
--------------------------------------------------------------------------------
/preview/files/keystatic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/keystatic.png
--------------------------------------------------------------------------------
/preview/files/knip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/knip.png
--------------------------------------------------------------------------------
/preview/files/kotlin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/kotlin.png
--------------------------------------------------------------------------------
/preview/files/laravel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/laravel.png
--------------------------------------------------------------------------------
/preview/files/license.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/license.png
--------------------------------------------------------------------------------
/preview/files/liquid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/liquid.png
--------------------------------------------------------------------------------
/preview/files/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/lock.png
--------------------------------------------------------------------------------
/preview/files/lua.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/lua.png
--------------------------------------------------------------------------------
/preview/files/luau.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/luau.png
--------------------------------------------------------------------------------
/preview/files/lunaria.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/lunaria.png
--------------------------------------------------------------------------------
/preview/files/markdoc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/markdoc.png
--------------------------------------------------------------------------------
/preview/files/markdown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/markdown.png
--------------------------------------------------------------------------------
/preview/files/mdx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/mdx.png
--------------------------------------------------------------------------------
/preview/files/minecraft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/minecraft.png
--------------------------------------------------------------------------------
/preview/files/mongo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/mongo.png
--------------------------------------------------------------------------------
/preview/files/nest-controller.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nest-controller.png
--------------------------------------------------------------------------------
/preview/files/nest-decorator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nest-decorator.png
--------------------------------------------------------------------------------
/preview/files/nest-guard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nest-guard.png
--------------------------------------------------------------------------------
/preview/files/nest-middleware.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nest-middleware.png
--------------------------------------------------------------------------------
/preview/files/nest-service.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nest-service.png
--------------------------------------------------------------------------------
/preview/files/nest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nest.png
--------------------------------------------------------------------------------
/preview/files/netlify.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/netlify.png
--------------------------------------------------------------------------------
/preview/files/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/next.png
--------------------------------------------------------------------------------
/preview/files/nim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nim.png
--------------------------------------------------------------------------------
/preview/files/nix.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nix.png
--------------------------------------------------------------------------------
/preview/files/node.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/node.png
--------------------------------------------------------------------------------
/preview/files/nodemon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nodemon.png
--------------------------------------------------------------------------------
/preview/files/notebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/notebook.png
--------------------------------------------------------------------------------
/preview/files/npm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/npm.png
--------------------------------------------------------------------------------
/preview/files/nunjucks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nunjucks.png
--------------------------------------------------------------------------------
/preview/files/nuxt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nuxt.png
--------------------------------------------------------------------------------
/preview/files/nx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/nx.png
--------------------------------------------------------------------------------
/preview/files/ocaml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/ocaml.png
--------------------------------------------------------------------------------
/preview/files/orval.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/orval.png
--------------------------------------------------------------------------------
/preview/files/oxlint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/oxlint.png
--------------------------------------------------------------------------------
/preview/files/panda.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/panda.png
--------------------------------------------------------------------------------
/preview/files/patch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/patch.png
--------------------------------------------------------------------------------
/preview/files/pdf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/pdf.png
--------------------------------------------------------------------------------
/preview/files/perl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/perl.png
--------------------------------------------------------------------------------
/preview/files/php.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/php.png
--------------------------------------------------------------------------------
/preview/files/pkl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/pkl.png
--------------------------------------------------------------------------------
/preview/files/pnpm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/pnpm.png
--------------------------------------------------------------------------------
/preview/files/postcss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/postcss.png
--------------------------------------------------------------------------------
/preview/files/prettier.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/prettier.png
--------------------------------------------------------------------------------
/preview/files/prisma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/prisma.png
--------------------------------------------------------------------------------
/preview/files/proto.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/proto.png
--------------------------------------------------------------------------------
/preview/files/pug.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/pug.png
--------------------------------------------------------------------------------
/preview/files/pulumi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/pulumi.png
--------------------------------------------------------------------------------
/preview/files/puzzle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/puzzle.png
--------------------------------------------------------------------------------
/preview/files/python.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/python.png
--------------------------------------------------------------------------------
/preview/files/r.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/r.png
--------------------------------------------------------------------------------
/preview/files/razor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/razor.png
--------------------------------------------------------------------------------
/preview/files/react-test.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/react-test.png
--------------------------------------------------------------------------------
/preview/files/react-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/react-ts.png
--------------------------------------------------------------------------------
/preview/files/react.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/react.png
--------------------------------------------------------------------------------
/preview/files/redux-actions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/redux-actions.png
--------------------------------------------------------------------------------
/preview/files/redux-effects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/redux-effects.png
--------------------------------------------------------------------------------
/preview/files/redux-facade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/redux-facade.png
--------------------------------------------------------------------------------
/preview/files/redux-reducer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/redux-reducer.png
--------------------------------------------------------------------------------
/preview/files/redux-selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/redux-selector.png
--------------------------------------------------------------------------------
/preview/files/rescript-interface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/rescript-interface.png
--------------------------------------------------------------------------------
/preview/files/rescript.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/rescript.png
--------------------------------------------------------------------------------
/preview/files/robot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/robot.png
--------------------------------------------------------------------------------
/preview/files/rome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/rome.png
--------------------------------------------------------------------------------
/preview/files/rsbuild.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/rsbuild.png
--------------------------------------------------------------------------------
/preview/files/rslib.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/rslib.png
--------------------------------------------------------------------------------
/preview/files/rspack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/rspack.png
--------------------------------------------------------------------------------
/preview/files/ruby.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/ruby.png
--------------------------------------------------------------------------------
/preview/files/rust.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/rust.png
--------------------------------------------------------------------------------
/preview/files/sanity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/sanity.png
--------------------------------------------------------------------------------
/preview/files/sass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/sass.png
--------------------------------------------------------------------------------
/preview/files/sbt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/sbt.png
--------------------------------------------------------------------------------
/preview/files/scala.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/scala.png
--------------------------------------------------------------------------------
/preview/files/severless.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/severless.png
--------------------------------------------------------------------------------
/preview/files/shell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/shell.png
--------------------------------------------------------------------------------
/preview/files/solidity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/solidity.png
--------------------------------------------------------------------------------
/preview/files/statamic-antlers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/statamic-antlers.png
--------------------------------------------------------------------------------
/preview/files/storybook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/storybook.png
--------------------------------------------------------------------------------
/preview/files/stylelint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/stylelint.png
--------------------------------------------------------------------------------
/preview/files/stylus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/stylus.png
--------------------------------------------------------------------------------
/preview/files/supabase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/supabase.png
--------------------------------------------------------------------------------
/preview/files/svelte-ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/svelte-ts.png
--------------------------------------------------------------------------------
/preview/files/svelte.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/svelte.png
--------------------------------------------------------------------------------
/preview/files/svg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/svg.png
--------------------------------------------------------------------------------
/preview/files/svx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/svx.png
--------------------------------------------------------------------------------
/preview/files/swc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/swc.png
--------------------------------------------------------------------------------
/preview/files/swift.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/swift.png
--------------------------------------------------------------------------------
/preview/files/tailwind.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/tailwind.png
--------------------------------------------------------------------------------
/preview/files/tauri.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/tauri.png
--------------------------------------------------------------------------------
/preview/files/terraform.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/terraform.png
--------------------------------------------------------------------------------
/preview/files/tex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/tex.png
--------------------------------------------------------------------------------
/preview/files/text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/text.png
--------------------------------------------------------------------------------
/preview/files/ts-test.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/ts-test.png
--------------------------------------------------------------------------------
/preview/files/ts-types.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/ts-types.png
--------------------------------------------------------------------------------
/preview/files/ts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/ts.png
--------------------------------------------------------------------------------
/preview/files/tsconfig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/tsconfig.png
--------------------------------------------------------------------------------
/preview/files/turborepo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/turborepo.png
--------------------------------------------------------------------------------
/preview/files/twig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/twig.png
--------------------------------------------------------------------------------
/preview/files/unocss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/unocss.png
--------------------------------------------------------------------------------
/preview/files/v.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/v.png
--------------------------------------------------------------------------------
/preview/files/vanilla-extract.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/vanilla-extract.png
--------------------------------------------------------------------------------
/preview/files/vercel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/vercel.png
--------------------------------------------------------------------------------
/preview/files/video.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/video.png
--------------------------------------------------------------------------------
/preview/files/visual-studio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/visual-studio.png
--------------------------------------------------------------------------------
/preview/files/vite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/vite.png
--------------------------------------------------------------------------------
/preview/files/vitest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/vitest.png
--------------------------------------------------------------------------------
/preview/files/vue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/vue.png
--------------------------------------------------------------------------------
/preview/files/webpack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/webpack.png
--------------------------------------------------------------------------------
/preview/files/xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/xml.png
--------------------------------------------------------------------------------
/preview/files/yaml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/yaml.png
--------------------------------------------------------------------------------
/preview/files/yarn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/yarn.png
--------------------------------------------------------------------------------
/preview/files/yummacss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/yummacss.png
--------------------------------------------------------------------------------
/preview/files/zig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/files/zig.png
--------------------------------------------------------------------------------
/preview/folders/folder-actions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-actions.png
--------------------------------------------------------------------------------
/preview/folders/folder-android.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-android.png
--------------------------------------------------------------------------------
/preview/folders/folder-angular.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-angular.png
--------------------------------------------------------------------------------
/preview/folders/folder-app.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-app.png
--------------------------------------------------------------------------------
/preview/folders/folder-assets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-assets.png
--------------------------------------------------------------------------------
/preview/folders/folder-aws.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-aws.png
--------------------------------------------------------------------------------
/preview/folders/folder-azure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-azure.png
--------------------------------------------------------------------------------
/preview/folders/folder-blue-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-blue-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-blue-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-blue-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-blue.png
--------------------------------------------------------------------------------
/preview/folders/folder-bruno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-bruno.png
--------------------------------------------------------------------------------
/preview/folders/folder-build.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-build.png
--------------------------------------------------------------------------------
/preview/folders/folder-config.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-config.png
--------------------------------------------------------------------------------
/preview/folders/folder-constants.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-constants.png
--------------------------------------------------------------------------------
/preview/folders/folder-context.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-context.png
--------------------------------------------------------------------------------
/preview/folders/folder-core.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-core.png
--------------------------------------------------------------------------------
/preview/folders/folder-cursor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-cursor.png
--------------------------------------------------------------------------------
/preview/folders/folder-cypress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-cypress.png
--------------------------------------------------------------------------------
/preview/folders/folder-database.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-database.png
--------------------------------------------------------------------------------
/preview/folders/folder-docker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-docker.png
--------------------------------------------------------------------------------
/preview/folders/folder-documents.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-documents.png
--------------------------------------------------------------------------------
/preview/folders/folder-drizzle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-drizzle.png
--------------------------------------------------------------------------------
/preview/folders/folder-effects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-effects.png
--------------------------------------------------------------------------------
/preview/folders/folder-expo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-expo.png
--------------------------------------------------------------------------------
/preview/folders/folder-facade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-facade.png
--------------------------------------------------------------------------------
/preview/folders/folder-firebase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-firebase.png
--------------------------------------------------------------------------------
/preview/folders/folder-fonts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-fonts.png
--------------------------------------------------------------------------------
/preview/folders/folder-github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-github.png
--------------------------------------------------------------------------------
/preview/folders/folder-gitlab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-gitlab.png
--------------------------------------------------------------------------------
/preview/folders/folder-gradle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-gradle.png
--------------------------------------------------------------------------------
/preview/folders/folder-graphql.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-graphql.png
--------------------------------------------------------------------------------
/preview/folders/folder-gray-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-gray-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-gray-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-gray-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-gray.png
--------------------------------------------------------------------------------
/preview/folders/folder-green-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-green-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-green-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-green-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-green.png
--------------------------------------------------------------------------------
/preview/folders/folder-helpers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-helpers.png
--------------------------------------------------------------------------------
/preview/folders/folder-hooks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-hooks.png
--------------------------------------------------------------------------------
/preview/folders/folder-i18n.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-i18n.png
--------------------------------------------------------------------------------
/preview/folders/folder-images.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-images.png
--------------------------------------------------------------------------------
/preview/folders/folder-interceptors.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-interceptors.png
--------------------------------------------------------------------------------
/preview/folders/folder-interfaces.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-interfaces.png
--------------------------------------------------------------------------------
/preview/folders/folder-ios.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-ios.png
--------------------------------------------------------------------------------
/preview/folders/folder-js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-js.png
--------------------------------------------------------------------------------
/preview/folders/folder-layout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-layout.png
--------------------------------------------------------------------------------
/preview/folders/folder-lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-lock.png
--------------------------------------------------------------------------------
/preview/folders/folder-mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-mail.png
--------------------------------------------------------------------------------
/preview/folders/folder-middleware.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-middleware.png
--------------------------------------------------------------------------------
/preview/folders/folder-models.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-models.png
--------------------------------------------------------------------------------
/preview/folders/folder-modules.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-modules.png
--------------------------------------------------------------------------------
/preview/folders/folder-mongo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-mongo.png
--------------------------------------------------------------------------------
/preview/folders/folder-nginx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-nginx.png
--------------------------------------------------------------------------------
/preview/folders/folder-node-modules.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-node-modules.png
--------------------------------------------------------------------------------
/preview/folders/folder-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-open.png
--------------------------------------------------------------------------------
/preview/folders/folder-orange-code-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-orange-code-1.png
--------------------------------------------------------------------------------
/preview/folders/folder-orange-code-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-orange-code-2.png
--------------------------------------------------------------------------------
/preview/folders/folder-orange-code-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-orange-code-3.png
--------------------------------------------------------------------------------
/preview/folders/folder-orange-code-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-orange-code-4.png
--------------------------------------------------------------------------------
/preview/folders/folder-orange-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-orange-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-orange-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-orange-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-orange.png
--------------------------------------------------------------------------------
/preview/folders/folder-pink-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-pink-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-pink-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-pink-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-pink.png
--------------------------------------------------------------------------------
/preview/folders/folder-pipes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-pipes.png
--------------------------------------------------------------------------------
/preview/folders/folder-prisma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-prisma.png
--------------------------------------------------------------------------------
/preview/folders/folder-providers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-providers.png
--------------------------------------------------------------------------------
/preview/folders/folder-purple-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-purple-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-purple-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-purple-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-purple.png
--------------------------------------------------------------------------------
/preview/folders/folder-react.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-react.png
--------------------------------------------------------------------------------
/preview/folders/folder-red-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-red-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-red-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-red-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-red.png
--------------------------------------------------------------------------------
/preview/folders/folder-reducer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-reducer.png
--------------------------------------------------------------------------------
/preview/folders/folder-router.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-router.png
--------------------------------------------------------------------------------
/preview/folders/folder-sass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-sass.png
--------------------------------------------------------------------------------
/preview/folders/folder-selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-selector.png
--------------------------------------------------------------------------------
/preview/folders/folder-services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-services.png
--------------------------------------------------------------------------------
/preview/folders/folder-shared.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-shared.png
--------------------------------------------------------------------------------
/preview/folders/folder-sky-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-sky-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-sky-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-sky-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-sky.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-sky.png
--------------------------------------------------------------------------------
/preview/folders/folder-src.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-src.png
--------------------------------------------------------------------------------
/preview/folders/folder-supabase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-supabase.png
--------------------------------------------------------------------------------
/preview/folders/folder-target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-target.png
--------------------------------------------------------------------------------
/preview/folders/folder-tauri.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-tauri.png
--------------------------------------------------------------------------------
/preview/folders/folder-tina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-tina.png
--------------------------------------------------------------------------------
/preview/folders/folder-utils.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-utils.png
--------------------------------------------------------------------------------
/preview/folders/folder-vercel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-vercel.png
--------------------------------------------------------------------------------
/preview/folders/folder-vscode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-vscode.png
--------------------------------------------------------------------------------
/preview/folders/folder-yellow-code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-yellow-code.png
--------------------------------------------------------------------------------
/preview/folders/folder-yellow-outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-yellow-outline.png
--------------------------------------------------------------------------------
/preview/folders/folder-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder-yellow.png
--------------------------------------------------------------------------------
/preview/folders/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/preview/folders/folder.png
--------------------------------------------------------------------------------
/scripts/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "type": "module",
3 | "private": true
4 | }
5 |
--------------------------------------------------------------------------------
/src/extension.js:
--------------------------------------------------------------------------------
1 | const vscode = require("vscode");
2 | const { monitorConfigChanges } = require("./lib/change-listener");
3 | const { syncOriginal } = require("./lib/theme");
4 | const { log } = require("./lib/log");
5 | /**
6 | * @param {vscode.ExtensionContext} context
7 | */
8 | async function activate(context) {
9 | log.info("miguelsolorio.symbols activated");
10 | await syncOriginal();
11 | monitorConfigChanges();
12 |
13 | vscode.workspace.onDidChangeConfiguration(monitorConfigChanges);
14 | }
15 |
16 | function deactivate() {}
17 |
18 | // eslint-disable-next-line no-undef
19 | module.exports = {
20 | activate,
21 | deactivate,
22 | };
23 |
--------------------------------------------------------------------------------
/src/icons/files/angular-component.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/angular-directive.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/angular-guard.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/angular-module.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/angular-pipe.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/angular-service.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/angular.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/audio.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/src/icons/files/biome.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/capacitor.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/cmake.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-blue.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-gray.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-green.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-orange.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-pink.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-purple.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-red.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-sky.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/code-yellow.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/coffeescript.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/src/icons/files/crystal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/files/document.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/drawio.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/src/icons/files/elixir.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/fsharp.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/src/icons/files/func.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/gatsby.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/gulp.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/h.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/haskell.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/i18n.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/image.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/julia-markdown.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/julia.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/keystatic.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/src/icons/files/kotlin.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/license.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/liquid.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/lua.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/luau.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/markdown.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/mdx.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/minecraft.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/mongo.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/next.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/src/icons/files/notebook.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/npm.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/nunjucks.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/nuxt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/src/icons/files/nuxt.png
--------------------------------------------------------------------------------
/src/icons/files/prisma.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/sbt.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/severless.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/shell.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/stylus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/svg.svg:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/src/icons/files/svx.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/terraform.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/tex.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/text.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/files/vercel.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/video.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/vue.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/files/xml.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/src/icons/files/yaml.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/yummacss.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/files/zig.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-blue-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-blue.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-constants.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-context.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-gray-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-gray.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-green-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-green.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-interceptors.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-orange-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-orange.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-pink-outline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-pink.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-purple-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-purple.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-red-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-red.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-sky-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-sky.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-vercel.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-yellow-outline.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder-yellow.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/src/icons/folders/folder.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/lib/change-listener.js:
--------------------------------------------------------------------------------
1 | const { themeJSONToConfig, getWorkspaceConfiguration, updateConfig } = require("./config");
2 | const { getThemeFile } = require("./theme");
3 |
4 | function monitorConfigChanges() {
5 | const themeJSON = getThemeFile();
6 | const currentState = themeJSONToConfig(themeJSON);
7 | const workspaceState = getWorkspaceConfiguration();
8 |
9 | const updatedKeys = {};
10 |
11 | for (const currentKey in currentState) {
12 | updatedKeys[currentKey] = workspaceState[currentKey];
13 | }
14 |
15 | updateConfig(updatedKeys);
16 | }
17 |
18 | module.exports = {
19 | monitorConfigChanges,
20 | };
21 |
--------------------------------------------------------------------------------
/src/lib/constants.js:
--------------------------------------------------------------------------------
1 | // mapped properties for keys in package.json vs keys in vscode
2 | const PKG_PROP_MAP = {
3 | "symbols.hidesExplorerArrows": "hidesExplorerArrows",
4 | "symbols.folders.associations": "folders.associations",
5 | "symbols.files.associations": "files.associations",
6 | };
7 |
8 | const MESSAGES = {
9 | needsReloadToSync: "A Reload is needed to sync with the updated settings",
10 | reloadButton: "Reload",
11 | };
12 |
13 | module.exports = {
14 | PKG_PROP_MAP,
15 | MESSAGES,
16 | };
17 |
--------------------------------------------------------------------------------
/src/lib/log.js:
--------------------------------------------------------------------------------
1 | const vscode = require("vscode");
2 |
3 | const channel = vscode.window.createOutputChannel("Symbols");
4 | const log = {
5 | info: (...args) => {
6 | const time = new Date().toLocaleTimeString();
7 | channel.appendLine(`[INFO ${time}] ${args.join(" ")}`);
8 | },
9 | };
10 |
11 | module.exports = {
12 | log,
13 | };
14 |
--------------------------------------------------------------------------------
/src/lib/theme-json-handlers.js:
--------------------------------------------------------------------------------
1 | const updateThemeJSONHandlers = {
2 | hidesExplorerArrows: (themeJSON, value) => {
3 | themeJSON.hidesExplorerArrows = value;
4 | },
5 | "folders.associations": (themeJSON, folders) => {
6 | for (const folder in folders) {
7 | themeJSON.folderNames[folder] = folders[folder];
8 | }
9 | },
10 | "files.associations": (themeJSON, files) => {
11 | for (const file in files) {
12 | if (file.startsWith("*.")) {
13 | const newExtension = file.replace("*.", "");
14 | themeJSON.fileExtensions[newExtension] = files[file];
15 | } else {
16 | themeJSON.fileNames[file] = files[file];
17 | }
18 | }
19 | },
20 | };
21 |
22 | module.exports = {
23 | updateThemeJSONHandlers,
24 | };
25 |
--------------------------------------------------------------------------------
/src/lib/window.js:
--------------------------------------------------------------------------------
1 | const vscode = require("vscode");
2 | const { MESSAGES } = require("./constants");
3 |
4 | async function confirmReload() {
5 | const response = await vscode.window.showInformationMessage(MESSAGES.needsReloadToSync, MESSAGES.reloadButton);
6 |
7 | if (response !== MESSAGES.reloadButton) {
8 | return false;
9 | }
10 |
11 | vscode.commands.executeCommand("workbench.action.reloadWindow");
12 | return true;
13 | }
14 |
15 | module.exports = {
16 | confirmReload,
17 | };
18 |
--------------------------------------------------------------------------------
/symbols.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/miguelsolorio/vscode-symbols/b33f2e38062d9cd8befb2fc97a027b6d41b8dd81/symbols.png
--------------------------------------------------------------------------------