├── .DS_Store ├── .eslintrc.json ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── ci.yml ├── .gitignore ├── .nyc_output ├── eeee2065-b64d-4e2d-b9eb-6bf23d6e1493.json └── processinfo │ ├── eeee2065-b64d-4e2d-b9eb-6bf23d6e1493.json │ └── index.json ├── .vscode ├── extensions.json ├── launch.json ├── settings.json └── tasks.json ├── .vscodeignore ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── package.json ├── resources ├── .DS_Store ├── demo │ ├── create-snipp.gif │ └── insert-snipp.gif ├── dependency.svg ├── icons │ ├── 3d.svg │ ├── actionscript.svg │ ├── add-icon.svg │ ├── advpl_include.svg │ ├── advpl_prw.svg │ ├── advpl_ptm.svg │ ├── advpl_tlpp.svg │ ├── android.svg │ ├── angular-component.svg │ ├── angular-directive.svg │ ├── angular-guard.svg │ ├── angular-pipe.svg │ ├── angular-resolver.svg │ ├── angular-service.svg │ ├── angular.svg │ ├── apiblueprint.svg │ ├── applescript.svg │ ├── appveyor.svg │ ├── arduino.svg │ ├── asciidoc.svg │ ├── assembly.svg │ ├── audio.svg │ ├── aurelia.svg │ ├── authors.svg │ ├── autohotkey.svg │ ├── autoit.svg │ ├── azure-pipelines.svg │ ├── azure.svg │ ├── babel.svg │ ├── ballerina.svg │ ├── bazel.svg │ ├── bitbucket.svg │ ├── bithound.svg │ ├── blink.svg │ ├── blink_light.svg │ ├── bower.svg │ ├── browserlist.svg │ ├── browserlist_light.svg │ ├── bucklescript.svg │ ├── buildkite.svg │ ├── c.svg │ ├── cabal.svg │ ├── cake.svg │ ├── certificate.svg │ ├── changelog.svg │ ├── circleci.svg │ ├── circleci_light.svg │ ├── clojure.svg │ ├── cloudfoundry.svg │ ├── cmake.svg │ ├── coconut.svg │ ├── code-climate.svg │ ├── code-climate_light.svg │ ├── codecov.svg │ ├── codeowners.svg │ ├── coffee.svg │ ├── coldfusion.svg │ ├── conduct.svg │ ├── console.svg │ ├── contributing.svg │ ├── cpp.svg │ ├── credits.svg │ ├── crystal.svg │ ├── crystal_light.svg │ ├── csharp.svg │ ├── css-map.svg │ ├── css.svg │ ├── cucumber.svg │ ├── cuda.svg │ ├── d.svg │ ├── dart.svg │ ├── database.svg │ ├── diff.svg │ ├── disc.svg │ ├── django.svg │ ├── docker.svg │ ├── dockerfile.svg │ ├── document.svg │ ├── dotjs.svg │ ├── drone.svg │ ├── drone_light.svg │ ├── edge.svg │ ├── editorconfig.svg │ ├── ejs.svg │ ├── elixir.svg │ ├── elm.svg │ ├── email.svg │ ├── erlang.svg │ ├── eslint.svg │ ├── exe.svg │ ├── fastlane.svg │ ├── favicon.svg │ ├── file.svg │ ├── firebase.svg │ ├── flash.svg │ ├── flow.svg │ ├── folder-android-open.svg │ ├── folder-android.svg │ ├── folder-animation-open.svg │ ├── folder-animation.svg │ ├── folder-ansible-open.svg │ ├── folder-ansible.svg │ ├── folder-api-open.svg │ ├── folder-api.svg │ ├── folder-app-open.svg │ ├── folder-app.svg │ ├── folder-archive-open.svg │ ├── folder-archive.svg │ ├── folder-audio-open.svg │ ├── folder-audio.svg │ ├── folder-aurelia-open.svg │ ├── folder-aurelia.svg │ ├── folder-aws-open.svg │ ├── folder-aws.svg │ ├── folder-batch-open.svg │ ├── folder-batch.svg │ ├── folder-benchmark-open.svg │ ├── folder-benchmark.svg │ ├── folder-bower-open.svg │ ├── folder-bower.svg │ ├── folder-ci-open.svg │ ├── folder-ci.svg │ ├── folder-circleci-open.svg │ ├── folder-circleci.svg │ ├── folder-class-open.svg │ ├── folder-class.svg │ ├── folder-client-open.svg │ ├── folder-client.svg │ ├── folder-cluster-open.svg │ ├── folder-cluster.svg │ ├── folder-command-open.svg │ ├── folder-command.svg │ ├── folder-components-open.svg │ ├── folder-components.svg │ ├── folder-config-open.svg │ ├── folder-config.svg │ ├── folder-constant-open.svg │ ├── folder-constant.svg │ ├── folder-container-open.svg │ ├── folder-container.svg │ ├── folder-content-open.svg │ ├── folder-content.svg │ ├── folder-controller-open.svg │ ├── folder-controller.svg │ ├── folder-core-open.svg │ ├── folder-core.svg │ ├── folder-coverage-open.svg │ ├── folder-coverage.svg │ ├── folder-css-open.svg │ ├── folder-css.svg │ ├── folder-custom-open.svg │ ├── folder-dart.svg │ ├── folder-database-open.svg │ ├── folder-database.svg │ ├── folder-debug-open.svg │ ├── folder-debug.svg │ ├── folder-delta-open.svg │ ├── folder-delta.svg │ ├── folder-dist-open.svg │ ├── folder-dist.svg │ ├── folder-docker-open.svg │ ├── folder-docker.svg │ ├── folder-dockerfile.svg │ ├── folder-docs-open.svg │ ├── folder-docs.svg │ ├── folder-download-open.svg │ ├── folder-download.svg │ ├── folder-dump-open.svg │ ├── folder-dump.svg │ ├── folder-environment-open.svg │ ├── folder-environment.svg │ ├── folder-error-open.svg │ ├── folder-error.svg │ ├── folder-event-open.svg │ ├── folder-event.svg │ ├── folder-examples-open.svg │ ├── folder-examples.svg │ ├── folder-expo-open.svg │ ├── folder-expo.svg │ ├── folder-export-open.svg │ ├── folder-export.svg │ ├── folder-fastlane-open.svg │ ├── folder-fastlane.svg │ ├── folder-flow-open.svg │ ├── folder-flow.svg │ ├── folder-font-open.svg │ ├── folder-font.svg │ ├── folder-functions-open.svg │ ├── folder-functions.svg │ ├── folder-generator-open.svg │ ├── folder-generator.svg │ ├── folder-git-open.svg │ ├── folder-git.svg │ ├── folder-github-open.svg │ ├── folder-github.svg │ ├── folder-gitlab-open.svg │ ├── folder-gitlab.svg │ ├── folder-global-open.svg │ ├── folder-global.svg │ ├── folder-gradle-open.svg │ ├── folder-gradle.svg │ ├── folder-graphql-open.svg │ ├── folder-graphql.svg │ ├── folder-guard-open.svg │ ├── folder-guard.svg │ ├── folder-helper-open.svg │ ├── folder-helper.svg │ ├── folder-hook-open.svg │ ├── folder-hook.svg │ ├── folder-i18n-open.svg │ ├── folder-i18n.svg │ ├── folder-images-open.svg │ ├── folder-images.svg │ ├── folder-import-open.svg │ ├── folder-import.svg │ ├── folder-include-open.svg │ ├── folder-include.svg │ ├── folder-ios-open.svg │ ├── folder-ios.svg │ ├── folder-javascript-open.svg │ ├── folder-javascript.svg │ ├── folder-jinja-open.svg │ ├── folder-jinja-open_light.svg │ ├── folder-jinja.svg │ ├── folder-jinja_light.svg │ ├── folder-job-open.svg │ ├── folder-job.svg │ ├── folder-json-open.svg │ ├── folder-json.svg │ ├── folder-keys-open.svg │ ├── folder-keys.svg │ ├── folder-kubernetes-open.svg │ ├── folder-kubernetes.svg │ ├── folder-layout-open.svg │ ├── folder-layout.svg │ ├── folder-less-open.svg │ ├── folder-less.svg │ ├── folder-lib-open.svg │ ├── folder-lib.svg │ ├── folder-log-open.svg │ ├── folder-log.svg │ ├── folder-mail-open.svg │ ├── folder-mail.svg │ ├── folder-mappings-open.svg │ ├── folder-mappings.svg │ ├── folder-markdown-open.svg │ ├── folder-markdown.svg │ ├── folder-messages-open.svg │ ├── folder-messages.svg │ ├── folder-meta-open.svg │ ├── folder-meta.svg │ ├── folder-middleware-open.svg │ ├── folder-middleware.svg │ ├── folder-mobile-open.svg │ ├── folder-mobile.svg │ ├── folder-mock-open.svg │ ├── folder-mock.svg │ ├── folder-ngrx-actions-open.svg │ ├── folder-ngrx-actions.svg │ ├── folder-ngrx-effects-open.svg │ ├── folder-ngrx-effects.svg │ ├── folder-ngrx-entities-open.svg │ ├── folder-ngrx-entities.svg │ ├── folder-ngrx-reducer-open.svg │ ├── folder-ngrx-reducer.svg │ ├── folder-ngrx-state-open.svg │ ├── folder-ngrx-state.svg │ ├── folder-ngrx-store-open.svg │ ├── folder-ngrx-store.svg │ ├── folder-node-open.svg │ ├── folder-node.svg │ ├── folder-nuxt-open.svg │ ├── folder-nuxt.svg │ ├── folder-other-open.svg │ ├── folder-other.svg │ ├── folder-packages-open.svg │ ├── folder-packages.svg │ ├── folder-php-open.svg │ ├── folder-php.svg │ ├── folder-phpmailer-open.svg │ ├── folder-phpmailer.svg │ ├── folder-pipe-open.svg │ ├── folder-pipe.svg │ ├── folder-plaintext.svg │ ├── folder-plugin-open.svg │ ├── folder-plugin.svg │ ├── folder-prisma-open.svg │ ├── folder-prisma.svg │ ├── folder-private-open.svg │ ├── folder-private.svg │ ├── folder-public-open.svg │ ├── folder-public.svg │ ├── folder-python-open.svg │ ├── folder-python.svg │ ├── folder-react-components-open.svg │ ├── folder-react-components.svg │ ├── folder-redux-actions-open.svg │ ├── folder-redux-actions.svg │ ├── folder-redux-reducer-open.svg │ ├── folder-redux-reducer.svg │ ├── folder-redux-store-open.svg │ ├── folder-redux-store.svg │ ├── folder-resource-open.svg │ ├── folder-resource.svg │ ├── folder-review-open.svg │ ├── folder-review.svg │ ├── folder-routes-open.svg │ ├── folder-routes.svg │ ├── folder-rules-open.svg │ ├── folder-rules.svg │ ├── folder-sass-open.svg │ ├── folder-sass.svg │ ├── folder-scripts-open.svg │ ├── folder-scripts.svg │ ├── folder-scss.svg │ ├── folder-secure-open.svg │ ├── folder-secure.svg │ ├── folder-server-open.svg │ ├── folder-server.svg │ ├── folder-serverless-open.svg │ ├── folder-serverless.svg │ ├── folder-shared-open.svg │ ├── folder-shared.svg │ ├── folder-src-open.svg │ ├── folder-src.svg │ ├── folder-stack-open.svg │ ├── folder-stack.svg │ ├── folder-stylus-open.svg │ ├── folder-stylus.svg │ ├── folder-sublime-open.svg │ ├── folder-sublime.svg │ ├── folder-svg-open.svg │ ├── folder-svg.svg │ ├── folder-syntax-open.svg │ ├── folder-syntax.svg │ ├── folder-tasks-open.svg │ ├── folder-tasks.svg │ ├── folder-temp-open.svg │ ├── folder-temp.svg │ ├── folder-template-open.svg │ ├── folder-template.svg │ ├── folder-test-open.svg │ ├── folder-test.svg │ ├── folder-theme-open.svg │ ├── folder-theme.svg │ ├── folder-tools-open.svg │ ├── folder-tools.svg │ ├── folder-typescript-open.svg │ ├── folder-typescript.svg │ ├── folder-upload-open.svg │ ├── folder-upload.svg │ ├── folder-utils-open.svg │ ├── folder-utils.svg │ ├── folder-video-open.svg │ ├── folder-video.svg │ ├── folder-views-open.svg │ ├── folder-views.svg │ ├── folder-vm-open.svg │ ├── folder-vm.svg │ ├── folder-vscode-open.svg │ ├── folder-vscode.svg │ ├── folder-vue-directives-open.svg │ ├── folder-vue-directives.svg │ ├── folder-vue-open.svg │ ├── folder-vue.svg │ ├── folder-vuex-store-open.svg │ ├── folder-vuex-store.svg │ ├── folder-wakatime-open.svg │ ├── folder-wakatime.svg │ ├── folder-webpack-open.svg │ ├── folder-webpack.svg │ ├── folder-wordpress-open.svg │ ├── folder-wordpress.svg │ ├── folder-yaml.svg │ ├── font.svg │ ├── fortran.svg │ ├── foxpro.svg │ ├── fsharp.svg │ ├── fusebox.svg │ ├── gatsby.svg │ ├── gcp.svg │ ├── gemfile.svg │ ├── git.svg │ ├── gitlab.svg │ ├── gitpod.svg │ ├── go-mod.svg │ ├── go.svg │ ├── go_gopher.svg │ ├── godot-assets.svg │ ├── godot.svg │ ├── gradle.svg │ ├── graphcool.svg │ ├── graphql.svg │ ├── groovy.svg │ ├── grunt.svg │ ├── gulp.svg │ ├── h.svg │ ├── hack.svg │ ├── haml.svg │ ├── handlebars.svg │ ├── haskell.svg │ ├── haxe.svg │ ├── hcl.svg │ ├── hcl_light.svg │ ├── helm.svg │ ├── heroku.svg │ ├── hpp.svg │ ├── html.svg │ ├── http.svg │ ├── husky.svg │ ├── i18n.svg │ ├── image.svg │ ├── import-snipps.svg │ ├── ionic.svg │ ├── istanbul.svg │ ├── java.svg │ ├── javascript-map.svg │ ├── javascript.svg │ ├── jenkins.svg │ ├── jest.svg │ ├── jinja.svg │ ├── jinja_light.svg │ ├── json.svg │ ├── julia.svg │ ├── jupyter.svg │ ├── karma.svg │ ├── key.svg │ ├── kivy.svg │ ├── kl.svg │ ├── kotlin.svg │ ├── laravel.svg │ ├── less.svg │ ├── lib.svg │ ├── liquid.svg │ ├── livescript.svg │ ├── lock.svg │ ├── log.svg │ ├── logo-dark.svg │ ├── logo-light.svg │ ├── lua.svg │ ├── makefile.svg │ ├── markdown.svg │ ├── markojs.svg │ ├── mathematica.svg │ ├── matlab.svg │ ├── mdx.svg │ ├── merlin.svg │ ├── mint.svg │ ├── mjml.svg │ ├── mocha.svg │ ├── moonscript.svg │ ├── mxml.svg │ ├── nest-controller.svg │ ├── nest-decorator.svg │ ├── nest-filter.svg │ ├── nest-gateway.svg │ ├── nest-guard.svg │ ├── nest-middleware.svg │ ├── nest-module.svg │ ├── nest-pipe.svg │ ├── nest-service.svg │ ├── nest.svg │ ├── netlify.svg │ ├── ngrx-actions.svg │ ├── ngrx-effects.svg │ ├── ngrx-entity.svg │ ├── ngrx-reducer.svg │ ├── ngrx-state.svg │ ├── nim.svg │ ├── nix.svg │ ├── nodejs.svg │ ├── nodejs_alt.svg │ ├── nodemon.svg │ ├── now.svg │ ├── now_light.svg │ ├── npm.svg │ ├── nunjucks.svg │ ├── nuxt.svg │ ├── ocaml.svg │ ├── pdf.svg │ ├── percy.svg │ ├── perl.svg │ ├── php.svg │ ├── php_elephant.svg │ ├── plaintext.svg │ ├── postcss.svg │ ├── powerpoint.svg │ ├── powershell.svg │ ├── prettier.svg │ ├── prisma.svg │ ├── processing.svg │ ├── processing_light.svg │ ├── prolog.svg │ ├── protractor.svg │ ├── pug.svg │ ├── puppet.svg │ ├── purescript.svg │ ├── python-misc.svg │ ├── python.svg │ ├── qsharp.svg │ ├── r.svg │ ├── racket.svg │ ├── raml.svg │ ├── razor.svg │ ├── react.svg │ ├── react_ts.svg │ ├── readme.svg │ ├── reason.svg │ ├── red.svg │ ├── redux-action.svg │ ├── redux-reducer.svg │ ├── redux-store.svg │ ├── refresh.svg │ ├── restql.svg │ ├── riot.svg │ ├── robot.svg │ ├── rollup.svg │ ├── routing.svg │ ├── ruby.svg │ ├── rust.svg │ ├── san.svg │ ├── sass.svg │ ├── sbt.svg │ ├── scala.svg │ ├── scheme.svg │ ├── scss.svg │ ├── search.svg │ ├── semantic-release.svg │ ├── semantic-release_light.svg │ ├── sequelize.svg │ ├── settings.svg │ ├── shaderlab.svg │ ├── silverstripe.svg │ ├── slim.svg │ ├── smarty.svg │ ├── snyk.svg │ ├── solidity.svg │ ├── stencil.svg │ ├── stencil_light.svg │ ├── storybook.svg │ ├── stylelint.svg │ ├── stylelint_light.svg │ ├── stylus.svg │ ├── sublime.svg │ ├── svelte.svg │ ├── svg.svg │ ├── swc.svg │ ├── swift.svg │ ├── table.svg │ ├── tailwindcss.svg │ ├── terraform.svg │ ├── test-js.svg │ ├── test-jsx.svg │ ├── test-ts.svg │ ├── tex.svg │ ├── todo.svg │ ├── travis.svg │ ├── tune.svg │ ├── twig.svg │ ├── typescript-def.svg │ ├── typescript.svg │ ├── url.svg │ ├── vagrant.svg │ ├── velocity.svg │ ├── verilog.svg │ ├── vfl.svg │ ├── video.svg │ ├── vim.svg │ ├── virtual.svg │ ├── visualstudio.svg │ ├── vscode.svg │ ├── vue-config.svg │ ├── vue.svg │ ├── vuex-store.svg │ ├── wakatime.svg │ ├── wakatime_light.svg │ ├── wallaby.svg │ ├── watchman.svg │ ├── webassembly.svg │ ├── webhint.svg │ ├── webpack.svg │ ├── wepy.svg │ ├── wolframlanguage.svg │ ├── word.svg │ ├── xaml.svg │ ├── xml.svg │ ├── yaml.svg │ ├── yang.svg │ ├── yarn.svg │ ├── zig.svg │ └── zip.svg ├── logo.png └── logo.svg ├── src ├── components │ ├── add_snipp.ts │ ├── add_terminal_snipp.ts │ ├── edit_snipp.ts │ ├── edit_terminal_snipp.ts │ ├── search_snipps.ts │ └── search_terminal_snipps.ts ├── extension.ts ├── functions │ └── multistep.ts ├── interfaces │ └── snipp.ts ├── providers │ ├── CompletionProvider.ts │ ├── SnippExportProvider.ts │ ├── SnippProvider.ts │ └── TerminalSnippProvider.ts └── test │ └── extension.test.ts ├── tsconfig.json └── yarn.lock /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.DS_Store -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.gitignore -------------------------------------------------------------------------------- /.nyc_output/eeee2065-b64d-4e2d-b9eb-6bf23d6e1493.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /.nyc_output/processinfo/eeee2065-b64d-4e2d-b9eb-6bf23d6e1493.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.nyc_output/processinfo/eeee2065-b64d-4e2d-b9eb-6bf23d6e1493.json -------------------------------------------------------------------------------- /.nyc_output/processinfo/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.nyc_output/processinfo/index.json -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/.vscodeignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/package.json -------------------------------------------------------------------------------- /resources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/.DS_Store -------------------------------------------------------------------------------- /resources/demo/create-snipp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/demo/create-snipp.gif -------------------------------------------------------------------------------- /resources/demo/insert-snipp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/demo/insert-snipp.gif -------------------------------------------------------------------------------- /resources/dependency.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/dependency.svg -------------------------------------------------------------------------------- /resources/icons/3d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/3d.svg -------------------------------------------------------------------------------- /resources/icons/actionscript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/actionscript.svg -------------------------------------------------------------------------------- /resources/icons/add-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/add-icon.svg -------------------------------------------------------------------------------- /resources/icons/advpl_include.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/advpl_include.svg -------------------------------------------------------------------------------- /resources/icons/advpl_prw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/advpl_prw.svg -------------------------------------------------------------------------------- /resources/icons/advpl_ptm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/advpl_ptm.svg -------------------------------------------------------------------------------- /resources/icons/advpl_tlpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/advpl_tlpp.svg -------------------------------------------------------------------------------- /resources/icons/android.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/android.svg -------------------------------------------------------------------------------- /resources/icons/angular-component.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/angular-component.svg -------------------------------------------------------------------------------- /resources/icons/angular-directive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/angular-directive.svg -------------------------------------------------------------------------------- /resources/icons/angular-guard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/angular-guard.svg -------------------------------------------------------------------------------- /resources/icons/angular-pipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/angular-pipe.svg -------------------------------------------------------------------------------- /resources/icons/angular-resolver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/angular-resolver.svg -------------------------------------------------------------------------------- /resources/icons/angular-service.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/angular-service.svg -------------------------------------------------------------------------------- /resources/icons/angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/angular.svg -------------------------------------------------------------------------------- /resources/icons/apiblueprint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/apiblueprint.svg -------------------------------------------------------------------------------- /resources/icons/applescript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/applescript.svg -------------------------------------------------------------------------------- /resources/icons/appveyor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/appveyor.svg -------------------------------------------------------------------------------- /resources/icons/arduino.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/arduino.svg -------------------------------------------------------------------------------- /resources/icons/asciidoc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/asciidoc.svg -------------------------------------------------------------------------------- /resources/icons/assembly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/assembly.svg -------------------------------------------------------------------------------- /resources/icons/audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/audio.svg -------------------------------------------------------------------------------- /resources/icons/aurelia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/aurelia.svg -------------------------------------------------------------------------------- /resources/icons/authors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/authors.svg -------------------------------------------------------------------------------- /resources/icons/autohotkey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/autohotkey.svg -------------------------------------------------------------------------------- /resources/icons/autoit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/autoit.svg -------------------------------------------------------------------------------- /resources/icons/azure-pipelines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/azure-pipelines.svg -------------------------------------------------------------------------------- /resources/icons/azure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/azure.svg -------------------------------------------------------------------------------- /resources/icons/babel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/babel.svg -------------------------------------------------------------------------------- /resources/icons/ballerina.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ballerina.svg -------------------------------------------------------------------------------- /resources/icons/bazel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/bazel.svg -------------------------------------------------------------------------------- /resources/icons/bitbucket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/bitbucket.svg -------------------------------------------------------------------------------- /resources/icons/bithound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/bithound.svg -------------------------------------------------------------------------------- /resources/icons/blink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/blink.svg -------------------------------------------------------------------------------- /resources/icons/blink_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/blink_light.svg -------------------------------------------------------------------------------- /resources/icons/bower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/bower.svg -------------------------------------------------------------------------------- /resources/icons/browserlist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/browserlist.svg -------------------------------------------------------------------------------- /resources/icons/browserlist_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/browserlist_light.svg -------------------------------------------------------------------------------- /resources/icons/bucklescript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/bucklescript.svg -------------------------------------------------------------------------------- /resources/icons/buildkite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/buildkite.svg -------------------------------------------------------------------------------- /resources/icons/c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/c.svg -------------------------------------------------------------------------------- /resources/icons/cabal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/cabal.svg -------------------------------------------------------------------------------- /resources/icons/cake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/cake.svg -------------------------------------------------------------------------------- /resources/icons/certificate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/certificate.svg -------------------------------------------------------------------------------- /resources/icons/changelog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/changelog.svg -------------------------------------------------------------------------------- /resources/icons/circleci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/circleci.svg -------------------------------------------------------------------------------- /resources/icons/circleci_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/circleci_light.svg -------------------------------------------------------------------------------- /resources/icons/clojure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/clojure.svg -------------------------------------------------------------------------------- /resources/icons/cloudfoundry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/cloudfoundry.svg -------------------------------------------------------------------------------- /resources/icons/cmake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/cmake.svg -------------------------------------------------------------------------------- /resources/icons/coconut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/coconut.svg -------------------------------------------------------------------------------- /resources/icons/code-climate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/code-climate.svg -------------------------------------------------------------------------------- /resources/icons/code-climate_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/code-climate_light.svg -------------------------------------------------------------------------------- /resources/icons/codecov.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/codecov.svg -------------------------------------------------------------------------------- /resources/icons/codeowners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/codeowners.svg -------------------------------------------------------------------------------- /resources/icons/coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/coffee.svg -------------------------------------------------------------------------------- /resources/icons/coldfusion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/coldfusion.svg -------------------------------------------------------------------------------- /resources/icons/conduct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/conduct.svg -------------------------------------------------------------------------------- /resources/icons/console.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/console.svg -------------------------------------------------------------------------------- /resources/icons/contributing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/contributing.svg -------------------------------------------------------------------------------- /resources/icons/cpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/cpp.svg -------------------------------------------------------------------------------- /resources/icons/credits.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/credits.svg -------------------------------------------------------------------------------- /resources/icons/crystal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/crystal.svg -------------------------------------------------------------------------------- /resources/icons/crystal_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/crystal_light.svg -------------------------------------------------------------------------------- /resources/icons/csharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/csharp.svg -------------------------------------------------------------------------------- /resources/icons/css-map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/css-map.svg -------------------------------------------------------------------------------- /resources/icons/css.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/css.svg -------------------------------------------------------------------------------- /resources/icons/cucumber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/cucumber.svg -------------------------------------------------------------------------------- /resources/icons/cuda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/cuda.svg -------------------------------------------------------------------------------- /resources/icons/d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/d.svg -------------------------------------------------------------------------------- /resources/icons/dart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/dart.svg -------------------------------------------------------------------------------- /resources/icons/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/database.svg -------------------------------------------------------------------------------- /resources/icons/diff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/diff.svg -------------------------------------------------------------------------------- /resources/icons/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/disc.svg -------------------------------------------------------------------------------- /resources/icons/django.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/django.svg -------------------------------------------------------------------------------- /resources/icons/docker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/docker.svg -------------------------------------------------------------------------------- /resources/icons/dockerfile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/dockerfile.svg -------------------------------------------------------------------------------- /resources/icons/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/document.svg -------------------------------------------------------------------------------- /resources/icons/dotjs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/dotjs.svg -------------------------------------------------------------------------------- /resources/icons/drone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/drone.svg -------------------------------------------------------------------------------- /resources/icons/drone_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/drone_light.svg -------------------------------------------------------------------------------- /resources/icons/edge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/edge.svg -------------------------------------------------------------------------------- /resources/icons/editorconfig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/editorconfig.svg -------------------------------------------------------------------------------- /resources/icons/ejs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ejs.svg -------------------------------------------------------------------------------- /resources/icons/elixir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/elixir.svg -------------------------------------------------------------------------------- /resources/icons/elm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/elm.svg -------------------------------------------------------------------------------- /resources/icons/email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/email.svg -------------------------------------------------------------------------------- /resources/icons/erlang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/erlang.svg -------------------------------------------------------------------------------- /resources/icons/eslint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/eslint.svg -------------------------------------------------------------------------------- /resources/icons/exe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/exe.svg -------------------------------------------------------------------------------- /resources/icons/fastlane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/fastlane.svg -------------------------------------------------------------------------------- /resources/icons/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/favicon.svg -------------------------------------------------------------------------------- /resources/icons/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/file.svg -------------------------------------------------------------------------------- /resources/icons/firebase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/firebase.svg -------------------------------------------------------------------------------- /resources/icons/flash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/flash.svg -------------------------------------------------------------------------------- /resources/icons/flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/flow.svg -------------------------------------------------------------------------------- /resources/icons/folder-android-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-android-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-android.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-android.svg -------------------------------------------------------------------------------- /resources/icons/folder-animation-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-animation-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-animation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-animation.svg -------------------------------------------------------------------------------- /resources/icons/folder-ansible-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ansible-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ansible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ansible.svg -------------------------------------------------------------------------------- /resources/icons/folder-api-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-api-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-api.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-api.svg -------------------------------------------------------------------------------- /resources/icons/folder-app-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-app-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-app.svg -------------------------------------------------------------------------------- /resources/icons/folder-archive-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-archive-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-archive.svg -------------------------------------------------------------------------------- /resources/icons/folder-audio-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-audio-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-audio.svg -------------------------------------------------------------------------------- /resources/icons/folder-aurelia-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-aurelia-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-aurelia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-aurelia.svg -------------------------------------------------------------------------------- /resources/icons/folder-aws-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-aws-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-aws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-aws.svg -------------------------------------------------------------------------------- /resources/icons/folder-batch-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-batch-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-batch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-batch.svg -------------------------------------------------------------------------------- /resources/icons/folder-benchmark-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-benchmark-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-benchmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-benchmark.svg -------------------------------------------------------------------------------- /resources/icons/folder-bower-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-bower-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-bower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-bower.svg -------------------------------------------------------------------------------- /resources/icons/folder-ci-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ci-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ci.svg -------------------------------------------------------------------------------- /resources/icons/folder-circleci-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-circleci-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-circleci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-circleci.svg -------------------------------------------------------------------------------- /resources/icons/folder-class-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-class-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-class.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-class.svg -------------------------------------------------------------------------------- /resources/icons/folder-client-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-client-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-client.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-client.svg -------------------------------------------------------------------------------- /resources/icons/folder-cluster-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-cluster-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-cluster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-cluster.svg -------------------------------------------------------------------------------- /resources/icons/folder-command-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-command-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-command.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-command.svg -------------------------------------------------------------------------------- /resources/icons/folder-components-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-components-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-components.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-components.svg -------------------------------------------------------------------------------- /resources/icons/folder-config-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-config-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-config.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-config.svg -------------------------------------------------------------------------------- /resources/icons/folder-constant-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-constant-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-constant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-constant.svg -------------------------------------------------------------------------------- /resources/icons/folder-container-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-container-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-container.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-container.svg -------------------------------------------------------------------------------- /resources/icons/folder-content-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-content-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-content.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-content.svg -------------------------------------------------------------------------------- /resources/icons/folder-controller-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-controller-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-controller.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-controller.svg -------------------------------------------------------------------------------- /resources/icons/folder-core-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-core-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-core.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-core.svg -------------------------------------------------------------------------------- /resources/icons/folder-coverage-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-coverage-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-coverage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-coverage.svg -------------------------------------------------------------------------------- /resources/icons/folder-css-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-css-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-css.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-css.svg -------------------------------------------------------------------------------- /resources/icons/folder-custom-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-custom-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-dart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-dart.svg -------------------------------------------------------------------------------- /resources/icons/folder-database-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-database-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-database.svg -------------------------------------------------------------------------------- /resources/icons/folder-debug-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-debug-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-debug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-debug.svg -------------------------------------------------------------------------------- /resources/icons/folder-delta-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-delta-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-delta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-delta.svg -------------------------------------------------------------------------------- /resources/icons/folder-dist-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-dist-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-dist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-dist.svg -------------------------------------------------------------------------------- /resources/icons/folder-docker-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-docker-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-docker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-docker.svg -------------------------------------------------------------------------------- /resources/icons/folder-dockerfile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-dockerfile.svg -------------------------------------------------------------------------------- /resources/icons/folder-docs-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-docs-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-docs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-docs.svg -------------------------------------------------------------------------------- /resources/icons/folder-download-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-download-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-download.svg -------------------------------------------------------------------------------- /resources/icons/folder-dump-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-dump-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-dump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-dump.svg -------------------------------------------------------------------------------- /resources/icons/folder-environment-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-environment-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-environment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-environment.svg -------------------------------------------------------------------------------- /resources/icons/folder-error-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-error-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-error.svg -------------------------------------------------------------------------------- /resources/icons/folder-event-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-event-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-event.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-event.svg -------------------------------------------------------------------------------- /resources/icons/folder-examples-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-examples-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-examples.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-examples.svg -------------------------------------------------------------------------------- /resources/icons/folder-expo-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-expo-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-expo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-expo.svg -------------------------------------------------------------------------------- /resources/icons/folder-export-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-export-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-export.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-export.svg -------------------------------------------------------------------------------- /resources/icons/folder-fastlane-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-fastlane-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-fastlane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-fastlane.svg -------------------------------------------------------------------------------- /resources/icons/folder-flow-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-flow-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-flow.svg -------------------------------------------------------------------------------- /resources/icons/folder-font-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-font-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-font.svg -------------------------------------------------------------------------------- /resources/icons/folder-functions-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-functions-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-functions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-functions.svg -------------------------------------------------------------------------------- /resources/icons/folder-generator-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-generator-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-generator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-generator.svg -------------------------------------------------------------------------------- /resources/icons/folder-git-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-git-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-git.svg -------------------------------------------------------------------------------- /resources/icons/folder-github-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-github-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-github.svg -------------------------------------------------------------------------------- /resources/icons/folder-gitlab-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-gitlab-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-gitlab.svg -------------------------------------------------------------------------------- /resources/icons/folder-global-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-global-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-global.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-global.svg -------------------------------------------------------------------------------- /resources/icons/folder-gradle-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-gradle-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-gradle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-gradle.svg -------------------------------------------------------------------------------- /resources/icons/folder-graphql-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-graphql-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-graphql.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-graphql.svg -------------------------------------------------------------------------------- /resources/icons/folder-guard-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-guard-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-guard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-guard.svg -------------------------------------------------------------------------------- /resources/icons/folder-helper-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-helper-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-helper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-helper.svg -------------------------------------------------------------------------------- /resources/icons/folder-hook-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-hook-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-hook.svg -------------------------------------------------------------------------------- /resources/icons/folder-i18n-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-i18n-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-i18n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-i18n.svg -------------------------------------------------------------------------------- /resources/icons/folder-images-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-images-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-images.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-images.svg -------------------------------------------------------------------------------- /resources/icons/folder-import-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-import-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-import.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-import.svg -------------------------------------------------------------------------------- /resources/icons/folder-include-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-include-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-include.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-include.svg -------------------------------------------------------------------------------- /resources/icons/folder-ios-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ios-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ios.svg -------------------------------------------------------------------------------- /resources/icons/folder-javascript-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-javascript-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-javascript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-javascript.svg -------------------------------------------------------------------------------- /resources/icons/folder-jinja-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-jinja-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-jinja-open_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-jinja-open_light.svg -------------------------------------------------------------------------------- /resources/icons/folder-jinja.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-jinja.svg -------------------------------------------------------------------------------- /resources/icons/folder-jinja_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-jinja_light.svg -------------------------------------------------------------------------------- /resources/icons/folder-job-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-job-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-job.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-job.svg -------------------------------------------------------------------------------- /resources/icons/folder-json-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-json-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-json.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-json.svg -------------------------------------------------------------------------------- /resources/icons/folder-keys-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-keys-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-keys.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-keys.svg -------------------------------------------------------------------------------- /resources/icons/folder-kubernetes-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-kubernetes-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-kubernetes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-kubernetes.svg -------------------------------------------------------------------------------- /resources/icons/folder-layout-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-layout-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-layout.svg -------------------------------------------------------------------------------- /resources/icons/folder-less-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-less-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-less.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-less.svg -------------------------------------------------------------------------------- /resources/icons/folder-lib-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-lib-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-lib.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-lib.svg -------------------------------------------------------------------------------- /resources/icons/folder-log-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-log-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-log.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-log.svg -------------------------------------------------------------------------------- /resources/icons/folder-mail-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mail-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mail.svg -------------------------------------------------------------------------------- /resources/icons/folder-mappings-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mappings-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-mappings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mappings.svg -------------------------------------------------------------------------------- /resources/icons/folder-markdown-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-markdown-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-markdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-markdown.svg -------------------------------------------------------------------------------- /resources/icons/folder-messages-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-messages-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-messages.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-messages.svg -------------------------------------------------------------------------------- /resources/icons/folder-meta-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-meta-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-meta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-meta.svg -------------------------------------------------------------------------------- /resources/icons/folder-middleware-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-middleware-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-middleware.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-middleware.svg -------------------------------------------------------------------------------- /resources/icons/folder-mobile-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mobile-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-mobile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mobile.svg -------------------------------------------------------------------------------- /resources/icons/folder-mock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mock-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-mock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-mock.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-actions-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-actions-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-actions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-actions.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-effects-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-effects-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-effects.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-effects.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-entities-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-entities-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-entities.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-entities.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-reducer-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-reducer-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-reducer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-reducer.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-state-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-state-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-state.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-state.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-store-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-store-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-ngrx-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-ngrx-store.svg -------------------------------------------------------------------------------- /resources/icons/folder-node-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-node-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-node.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-node.svg -------------------------------------------------------------------------------- /resources/icons/folder-nuxt-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-nuxt-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-nuxt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-nuxt.svg -------------------------------------------------------------------------------- /resources/icons/folder-other-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-other-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-other.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-other.svg -------------------------------------------------------------------------------- /resources/icons/folder-packages-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-packages-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-packages.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-packages.svg -------------------------------------------------------------------------------- /resources/icons/folder-php-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-php-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-php.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-php.svg -------------------------------------------------------------------------------- /resources/icons/folder-phpmailer-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-phpmailer-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-phpmailer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-phpmailer.svg -------------------------------------------------------------------------------- /resources/icons/folder-pipe-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-pipe-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-pipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-pipe.svg -------------------------------------------------------------------------------- /resources/icons/folder-plaintext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-plaintext.svg -------------------------------------------------------------------------------- /resources/icons/folder-plugin-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-plugin-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-plugin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-plugin.svg -------------------------------------------------------------------------------- /resources/icons/folder-prisma-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-prisma-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-prisma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-prisma.svg -------------------------------------------------------------------------------- /resources/icons/folder-private-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-private-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-private.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-private.svg -------------------------------------------------------------------------------- /resources/icons/folder-public-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-public-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-public.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-public.svg -------------------------------------------------------------------------------- /resources/icons/folder-python-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-python-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-python.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-python.svg -------------------------------------------------------------------------------- /resources/icons/folder-react-components-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-react-components-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-react-components.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-react-components.svg -------------------------------------------------------------------------------- /resources/icons/folder-redux-actions-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-redux-actions-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-redux-actions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-redux-actions.svg -------------------------------------------------------------------------------- /resources/icons/folder-redux-reducer-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-redux-reducer-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-redux-reducer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-redux-reducer.svg -------------------------------------------------------------------------------- /resources/icons/folder-redux-store-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-redux-store-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-redux-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-redux-store.svg -------------------------------------------------------------------------------- /resources/icons/folder-resource-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-resource-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-resource.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-resource.svg -------------------------------------------------------------------------------- /resources/icons/folder-review-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-review-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-review.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-review.svg -------------------------------------------------------------------------------- /resources/icons/folder-routes-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-routes-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-routes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-routes.svg -------------------------------------------------------------------------------- /resources/icons/folder-rules-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-rules-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-rules.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-rules.svg -------------------------------------------------------------------------------- /resources/icons/folder-sass-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-sass-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-sass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-sass.svg -------------------------------------------------------------------------------- /resources/icons/folder-scripts-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-scripts-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-scripts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-scripts.svg -------------------------------------------------------------------------------- /resources/icons/folder-scss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-scss.svg -------------------------------------------------------------------------------- /resources/icons/folder-secure-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-secure-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-secure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-secure.svg -------------------------------------------------------------------------------- /resources/icons/folder-server-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-server-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-server.svg -------------------------------------------------------------------------------- /resources/icons/folder-serverless-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-serverless-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-serverless.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-serverless.svg -------------------------------------------------------------------------------- /resources/icons/folder-shared-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-shared-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-shared.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-shared.svg -------------------------------------------------------------------------------- /resources/icons/folder-src-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-src-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-src.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-src.svg -------------------------------------------------------------------------------- /resources/icons/folder-stack-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-stack-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-stack.svg -------------------------------------------------------------------------------- /resources/icons/folder-stylus-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-stylus-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-stylus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-stylus.svg -------------------------------------------------------------------------------- /resources/icons/folder-sublime-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-sublime-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-sublime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-sublime.svg -------------------------------------------------------------------------------- /resources/icons/folder-svg-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-svg-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-svg.svg -------------------------------------------------------------------------------- /resources/icons/folder-syntax-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-syntax-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-syntax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-syntax.svg -------------------------------------------------------------------------------- /resources/icons/folder-tasks-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-tasks-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-tasks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-tasks.svg -------------------------------------------------------------------------------- /resources/icons/folder-temp-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-temp-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-temp.svg -------------------------------------------------------------------------------- /resources/icons/folder-template-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-template-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-template.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-template.svg -------------------------------------------------------------------------------- /resources/icons/folder-test-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-test-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-test.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-test.svg -------------------------------------------------------------------------------- /resources/icons/folder-theme-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-theme-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-theme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-theme.svg -------------------------------------------------------------------------------- /resources/icons/folder-tools-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-tools-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-tools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-tools.svg -------------------------------------------------------------------------------- /resources/icons/folder-typescript-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-typescript-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-typescript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-typescript.svg -------------------------------------------------------------------------------- /resources/icons/folder-upload-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-upload-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-upload.svg -------------------------------------------------------------------------------- /resources/icons/folder-utils-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-utils-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-utils.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-utils.svg -------------------------------------------------------------------------------- /resources/icons/folder-video-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-video-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-video.svg -------------------------------------------------------------------------------- /resources/icons/folder-views-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-views-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-views.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-views.svg -------------------------------------------------------------------------------- /resources/icons/folder-vm-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vm-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-vm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vm.svg -------------------------------------------------------------------------------- /resources/icons/folder-vscode-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vscode-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-vscode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vscode.svg -------------------------------------------------------------------------------- /resources/icons/folder-vue-directives-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vue-directives-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-vue-directives.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vue-directives.svg -------------------------------------------------------------------------------- /resources/icons/folder-vue-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vue-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-vue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vue.svg -------------------------------------------------------------------------------- /resources/icons/folder-vuex-store-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vuex-store-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-vuex-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-vuex-store.svg -------------------------------------------------------------------------------- /resources/icons/folder-wakatime-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-wakatime-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-wakatime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-wakatime.svg -------------------------------------------------------------------------------- /resources/icons/folder-webpack-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-webpack-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-webpack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-webpack.svg -------------------------------------------------------------------------------- /resources/icons/folder-wordpress-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-wordpress-open.svg -------------------------------------------------------------------------------- /resources/icons/folder-wordpress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-wordpress.svg -------------------------------------------------------------------------------- /resources/icons/folder-yaml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/folder-yaml.svg -------------------------------------------------------------------------------- /resources/icons/font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/font.svg -------------------------------------------------------------------------------- /resources/icons/fortran.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/fortran.svg -------------------------------------------------------------------------------- /resources/icons/foxpro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/foxpro.svg -------------------------------------------------------------------------------- /resources/icons/fsharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/fsharp.svg -------------------------------------------------------------------------------- /resources/icons/fusebox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/fusebox.svg -------------------------------------------------------------------------------- /resources/icons/gatsby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/gatsby.svg -------------------------------------------------------------------------------- /resources/icons/gcp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/gcp.svg -------------------------------------------------------------------------------- /resources/icons/gemfile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/gemfile.svg -------------------------------------------------------------------------------- /resources/icons/git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/git.svg -------------------------------------------------------------------------------- /resources/icons/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/gitlab.svg -------------------------------------------------------------------------------- /resources/icons/gitpod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/gitpod.svg -------------------------------------------------------------------------------- /resources/icons/go-mod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/go-mod.svg -------------------------------------------------------------------------------- /resources/icons/go.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/go.svg -------------------------------------------------------------------------------- /resources/icons/go_gopher.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/go_gopher.svg -------------------------------------------------------------------------------- /resources/icons/godot-assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/godot-assets.svg -------------------------------------------------------------------------------- /resources/icons/godot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/godot.svg -------------------------------------------------------------------------------- /resources/icons/gradle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/gradle.svg -------------------------------------------------------------------------------- /resources/icons/graphcool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/graphcool.svg -------------------------------------------------------------------------------- /resources/icons/graphql.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/graphql.svg -------------------------------------------------------------------------------- /resources/icons/groovy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/groovy.svg -------------------------------------------------------------------------------- /resources/icons/grunt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/grunt.svg -------------------------------------------------------------------------------- /resources/icons/gulp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/gulp.svg -------------------------------------------------------------------------------- /resources/icons/h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/h.svg -------------------------------------------------------------------------------- /resources/icons/hack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/hack.svg -------------------------------------------------------------------------------- /resources/icons/haml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/haml.svg -------------------------------------------------------------------------------- /resources/icons/handlebars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/handlebars.svg -------------------------------------------------------------------------------- /resources/icons/haskell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/haskell.svg -------------------------------------------------------------------------------- /resources/icons/haxe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/haxe.svg -------------------------------------------------------------------------------- /resources/icons/hcl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/hcl.svg -------------------------------------------------------------------------------- /resources/icons/hcl_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/hcl_light.svg -------------------------------------------------------------------------------- /resources/icons/helm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/helm.svg -------------------------------------------------------------------------------- /resources/icons/heroku.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/heroku.svg -------------------------------------------------------------------------------- /resources/icons/hpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/hpp.svg -------------------------------------------------------------------------------- /resources/icons/html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/html.svg -------------------------------------------------------------------------------- /resources/icons/http.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/http.svg -------------------------------------------------------------------------------- /resources/icons/husky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/husky.svg -------------------------------------------------------------------------------- /resources/icons/i18n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/i18n.svg -------------------------------------------------------------------------------- /resources/icons/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/image.svg -------------------------------------------------------------------------------- /resources/icons/import-snipps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/import-snipps.svg -------------------------------------------------------------------------------- /resources/icons/ionic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ionic.svg -------------------------------------------------------------------------------- /resources/icons/istanbul.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/istanbul.svg -------------------------------------------------------------------------------- /resources/icons/java.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/java.svg -------------------------------------------------------------------------------- /resources/icons/javascript-map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/javascript-map.svg -------------------------------------------------------------------------------- /resources/icons/javascript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/javascript.svg -------------------------------------------------------------------------------- /resources/icons/jenkins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/jenkins.svg -------------------------------------------------------------------------------- /resources/icons/jest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/jest.svg -------------------------------------------------------------------------------- /resources/icons/jinja.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/jinja.svg -------------------------------------------------------------------------------- /resources/icons/jinja_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/jinja_light.svg -------------------------------------------------------------------------------- /resources/icons/json.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/json.svg -------------------------------------------------------------------------------- /resources/icons/julia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/julia.svg -------------------------------------------------------------------------------- /resources/icons/jupyter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/jupyter.svg -------------------------------------------------------------------------------- /resources/icons/karma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/karma.svg -------------------------------------------------------------------------------- /resources/icons/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/key.svg -------------------------------------------------------------------------------- /resources/icons/kivy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/kivy.svg -------------------------------------------------------------------------------- /resources/icons/kl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/kl.svg -------------------------------------------------------------------------------- /resources/icons/kotlin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/kotlin.svg -------------------------------------------------------------------------------- /resources/icons/laravel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/laravel.svg -------------------------------------------------------------------------------- /resources/icons/less.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/less.svg -------------------------------------------------------------------------------- /resources/icons/lib.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/lib.svg -------------------------------------------------------------------------------- /resources/icons/liquid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/liquid.svg -------------------------------------------------------------------------------- /resources/icons/livescript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/livescript.svg -------------------------------------------------------------------------------- /resources/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/lock.svg -------------------------------------------------------------------------------- /resources/icons/log.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/log.svg -------------------------------------------------------------------------------- /resources/icons/logo-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/logo-dark.svg -------------------------------------------------------------------------------- /resources/icons/logo-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/logo-light.svg -------------------------------------------------------------------------------- /resources/icons/lua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/lua.svg -------------------------------------------------------------------------------- /resources/icons/makefile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/makefile.svg -------------------------------------------------------------------------------- /resources/icons/markdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/markdown.svg -------------------------------------------------------------------------------- /resources/icons/markojs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/markojs.svg -------------------------------------------------------------------------------- /resources/icons/mathematica.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/mathematica.svg -------------------------------------------------------------------------------- /resources/icons/matlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/matlab.svg -------------------------------------------------------------------------------- /resources/icons/mdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/mdx.svg -------------------------------------------------------------------------------- /resources/icons/merlin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/merlin.svg -------------------------------------------------------------------------------- /resources/icons/mint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/mint.svg -------------------------------------------------------------------------------- /resources/icons/mjml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/mjml.svg -------------------------------------------------------------------------------- /resources/icons/mocha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/mocha.svg -------------------------------------------------------------------------------- /resources/icons/moonscript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/moonscript.svg -------------------------------------------------------------------------------- /resources/icons/mxml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/mxml.svg -------------------------------------------------------------------------------- /resources/icons/nest-controller.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-controller.svg -------------------------------------------------------------------------------- /resources/icons/nest-decorator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-decorator.svg -------------------------------------------------------------------------------- /resources/icons/nest-filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-filter.svg -------------------------------------------------------------------------------- /resources/icons/nest-gateway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-gateway.svg -------------------------------------------------------------------------------- /resources/icons/nest-guard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-guard.svg -------------------------------------------------------------------------------- /resources/icons/nest-middleware.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-middleware.svg -------------------------------------------------------------------------------- /resources/icons/nest-module.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-module.svg -------------------------------------------------------------------------------- /resources/icons/nest-pipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-pipe.svg -------------------------------------------------------------------------------- /resources/icons/nest-service.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest-service.svg -------------------------------------------------------------------------------- /resources/icons/nest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nest.svg -------------------------------------------------------------------------------- /resources/icons/netlify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/netlify.svg -------------------------------------------------------------------------------- /resources/icons/ngrx-actions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ngrx-actions.svg -------------------------------------------------------------------------------- /resources/icons/ngrx-effects.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ngrx-effects.svg -------------------------------------------------------------------------------- /resources/icons/ngrx-entity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ngrx-entity.svg -------------------------------------------------------------------------------- /resources/icons/ngrx-reducer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ngrx-reducer.svg -------------------------------------------------------------------------------- /resources/icons/ngrx-state.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ngrx-state.svg -------------------------------------------------------------------------------- /resources/icons/nim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nim.svg -------------------------------------------------------------------------------- /resources/icons/nix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nix.svg -------------------------------------------------------------------------------- /resources/icons/nodejs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nodejs.svg -------------------------------------------------------------------------------- /resources/icons/nodejs_alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nodejs_alt.svg -------------------------------------------------------------------------------- /resources/icons/nodemon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nodemon.svg -------------------------------------------------------------------------------- /resources/icons/now.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/now.svg -------------------------------------------------------------------------------- /resources/icons/now_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/now_light.svg -------------------------------------------------------------------------------- /resources/icons/npm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/npm.svg -------------------------------------------------------------------------------- /resources/icons/nunjucks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nunjucks.svg -------------------------------------------------------------------------------- /resources/icons/nuxt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/nuxt.svg -------------------------------------------------------------------------------- /resources/icons/ocaml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ocaml.svg -------------------------------------------------------------------------------- /resources/icons/pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/pdf.svg -------------------------------------------------------------------------------- /resources/icons/percy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/percy.svg -------------------------------------------------------------------------------- /resources/icons/perl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/perl.svg -------------------------------------------------------------------------------- /resources/icons/php.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/php.svg -------------------------------------------------------------------------------- /resources/icons/php_elephant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/php_elephant.svg -------------------------------------------------------------------------------- /resources/icons/plaintext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/plaintext.svg -------------------------------------------------------------------------------- /resources/icons/postcss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/postcss.svg -------------------------------------------------------------------------------- /resources/icons/powerpoint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/powerpoint.svg -------------------------------------------------------------------------------- /resources/icons/powershell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/powershell.svg -------------------------------------------------------------------------------- /resources/icons/prettier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/prettier.svg -------------------------------------------------------------------------------- /resources/icons/prisma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/prisma.svg -------------------------------------------------------------------------------- /resources/icons/processing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/processing.svg -------------------------------------------------------------------------------- /resources/icons/processing_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/processing_light.svg -------------------------------------------------------------------------------- /resources/icons/prolog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/prolog.svg -------------------------------------------------------------------------------- /resources/icons/protractor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/protractor.svg -------------------------------------------------------------------------------- /resources/icons/pug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/pug.svg -------------------------------------------------------------------------------- /resources/icons/puppet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/puppet.svg -------------------------------------------------------------------------------- /resources/icons/purescript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/purescript.svg -------------------------------------------------------------------------------- /resources/icons/python-misc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/python-misc.svg -------------------------------------------------------------------------------- /resources/icons/python.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/python.svg -------------------------------------------------------------------------------- /resources/icons/qsharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/qsharp.svg -------------------------------------------------------------------------------- /resources/icons/r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/r.svg -------------------------------------------------------------------------------- /resources/icons/racket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/racket.svg -------------------------------------------------------------------------------- /resources/icons/raml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/raml.svg -------------------------------------------------------------------------------- /resources/icons/razor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/razor.svg -------------------------------------------------------------------------------- /resources/icons/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/react.svg -------------------------------------------------------------------------------- /resources/icons/react_ts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/react_ts.svg -------------------------------------------------------------------------------- /resources/icons/readme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/readme.svg -------------------------------------------------------------------------------- /resources/icons/reason.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/reason.svg -------------------------------------------------------------------------------- /resources/icons/red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/red.svg -------------------------------------------------------------------------------- /resources/icons/redux-action.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/redux-action.svg -------------------------------------------------------------------------------- /resources/icons/redux-reducer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/redux-reducer.svg -------------------------------------------------------------------------------- /resources/icons/redux-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/redux-store.svg -------------------------------------------------------------------------------- /resources/icons/refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/refresh.svg -------------------------------------------------------------------------------- /resources/icons/restql.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/restql.svg -------------------------------------------------------------------------------- /resources/icons/riot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/riot.svg -------------------------------------------------------------------------------- /resources/icons/robot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/robot.svg -------------------------------------------------------------------------------- /resources/icons/rollup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/rollup.svg -------------------------------------------------------------------------------- /resources/icons/routing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/routing.svg -------------------------------------------------------------------------------- /resources/icons/ruby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/ruby.svg -------------------------------------------------------------------------------- /resources/icons/rust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/rust.svg -------------------------------------------------------------------------------- /resources/icons/san.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/san.svg -------------------------------------------------------------------------------- /resources/icons/sass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/sass.svg -------------------------------------------------------------------------------- /resources/icons/sbt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/sbt.svg -------------------------------------------------------------------------------- /resources/icons/scala.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/scala.svg -------------------------------------------------------------------------------- /resources/icons/scheme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/scheme.svg -------------------------------------------------------------------------------- /resources/icons/scss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/scss.svg -------------------------------------------------------------------------------- /resources/icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/search.svg -------------------------------------------------------------------------------- /resources/icons/semantic-release.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/semantic-release.svg -------------------------------------------------------------------------------- /resources/icons/semantic-release_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/semantic-release_light.svg -------------------------------------------------------------------------------- /resources/icons/sequelize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/sequelize.svg -------------------------------------------------------------------------------- /resources/icons/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/settings.svg -------------------------------------------------------------------------------- /resources/icons/shaderlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/shaderlab.svg -------------------------------------------------------------------------------- /resources/icons/silverstripe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/silverstripe.svg -------------------------------------------------------------------------------- /resources/icons/slim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/slim.svg -------------------------------------------------------------------------------- /resources/icons/smarty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/smarty.svg -------------------------------------------------------------------------------- /resources/icons/snyk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/snyk.svg -------------------------------------------------------------------------------- /resources/icons/solidity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/solidity.svg -------------------------------------------------------------------------------- /resources/icons/stencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/stencil.svg -------------------------------------------------------------------------------- /resources/icons/stencil_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/stencil_light.svg -------------------------------------------------------------------------------- /resources/icons/storybook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/storybook.svg -------------------------------------------------------------------------------- /resources/icons/stylelint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/stylelint.svg -------------------------------------------------------------------------------- /resources/icons/stylelint_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/stylelint_light.svg -------------------------------------------------------------------------------- /resources/icons/stylus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/stylus.svg -------------------------------------------------------------------------------- /resources/icons/sublime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/sublime.svg -------------------------------------------------------------------------------- /resources/icons/svelte.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/svelte.svg -------------------------------------------------------------------------------- /resources/icons/svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/svg.svg -------------------------------------------------------------------------------- /resources/icons/swc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/swc.svg -------------------------------------------------------------------------------- /resources/icons/swift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/swift.svg -------------------------------------------------------------------------------- /resources/icons/table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/table.svg -------------------------------------------------------------------------------- /resources/icons/tailwindcss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/tailwindcss.svg -------------------------------------------------------------------------------- /resources/icons/terraform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/terraform.svg -------------------------------------------------------------------------------- /resources/icons/test-js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/test-js.svg -------------------------------------------------------------------------------- /resources/icons/test-jsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/test-jsx.svg -------------------------------------------------------------------------------- /resources/icons/test-ts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/test-ts.svg -------------------------------------------------------------------------------- /resources/icons/tex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/tex.svg -------------------------------------------------------------------------------- /resources/icons/todo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/todo.svg -------------------------------------------------------------------------------- /resources/icons/travis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/travis.svg -------------------------------------------------------------------------------- /resources/icons/tune.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/tune.svg -------------------------------------------------------------------------------- /resources/icons/twig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/twig.svg -------------------------------------------------------------------------------- /resources/icons/typescript-def.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/typescript-def.svg -------------------------------------------------------------------------------- /resources/icons/typescript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/typescript.svg -------------------------------------------------------------------------------- /resources/icons/url.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/url.svg -------------------------------------------------------------------------------- /resources/icons/vagrant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/vagrant.svg -------------------------------------------------------------------------------- /resources/icons/velocity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/velocity.svg -------------------------------------------------------------------------------- /resources/icons/verilog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/verilog.svg -------------------------------------------------------------------------------- /resources/icons/vfl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/vfl.svg -------------------------------------------------------------------------------- /resources/icons/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/video.svg -------------------------------------------------------------------------------- /resources/icons/vim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/vim.svg -------------------------------------------------------------------------------- /resources/icons/virtual.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/virtual.svg -------------------------------------------------------------------------------- /resources/icons/visualstudio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/visualstudio.svg -------------------------------------------------------------------------------- /resources/icons/vscode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/vscode.svg -------------------------------------------------------------------------------- /resources/icons/vue-config.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/vue-config.svg -------------------------------------------------------------------------------- /resources/icons/vue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/vue.svg -------------------------------------------------------------------------------- /resources/icons/vuex-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/vuex-store.svg -------------------------------------------------------------------------------- /resources/icons/wakatime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/wakatime.svg -------------------------------------------------------------------------------- /resources/icons/wakatime_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/wakatime_light.svg -------------------------------------------------------------------------------- /resources/icons/wallaby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/wallaby.svg -------------------------------------------------------------------------------- /resources/icons/watchman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/watchman.svg -------------------------------------------------------------------------------- /resources/icons/webassembly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/webassembly.svg -------------------------------------------------------------------------------- /resources/icons/webhint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/webhint.svg -------------------------------------------------------------------------------- /resources/icons/webpack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/webpack.svg -------------------------------------------------------------------------------- /resources/icons/wepy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/wepy.svg -------------------------------------------------------------------------------- /resources/icons/wolframlanguage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/wolframlanguage.svg -------------------------------------------------------------------------------- /resources/icons/word.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/word.svg -------------------------------------------------------------------------------- /resources/icons/xaml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/xaml.svg -------------------------------------------------------------------------------- /resources/icons/xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/xml.svg -------------------------------------------------------------------------------- /resources/icons/yaml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/yaml.svg -------------------------------------------------------------------------------- /resources/icons/yang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/yang.svg -------------------------------------------------------------------------------- /resources/icons/yarn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/yarn.svg -------------------------------------------------------------------------------- /resources/icons/zig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/zig.svg -------------------------------------------------------------------------------- /resources/icons/zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/icons/zip.svg -------------------------------------------------------------------------------- /resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/logo.png -------------------------------------------------------------------------------- /resources/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/resources/logo.svg -------------------------------------------------------------------------------- /src/components/add_snipp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/components/add_snipp.ts -------------------------------------------------------------------------------- /src/components/add_terminal_snipp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/components/add_terminal_snipp.ts -------------------------------------------------------------------------------- /src/components/edit_snipp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/components/edit_snipp.ts -------------------------------------------------------------------------------- /src/components/edit_terminal_snipp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/components/edit_terminal_snipp.ts -------------------------------------------------------------------------------- /src/components/search_snipps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/components/search_snipps.ts -------------------------------------------------------------------------------- /src/components/search_terminal_snipps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/components/search_terminal_snipps.ts -------------------------------------------------------------------------------- /src/extension.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/extension.ts -------------------------------------------------------------------------------- /src/functions/multistep.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/functions/multistep.ts -------------------------------------------------------------------------------- /src/interfaces/snipp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/interfaces/snipp.ts -------------------------------------------------------------------------------- /src/providers/CompletionProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/providers/CompletionProvider.ts -------------------------------------------------------------------------------- /src/providers/SnippExportProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/providers/SnippExportProvider.ts -------------------------------------------------------------------------------- /src/providers/SnippProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/providers/SnippProvider.ts -------------------------------------------------------------------------------- /src/providers/TerminalSnippProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/providers/TerminalSnippProvider.ts -------------------------------------------------------------------------------- /src/test/extension.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/src/test/extension.test.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/tsconfig.json -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devon2018/snippet/HEAD/yarn.lock --------------------------------------------------------------------------------