├── .github ├── FUNDING.yml └── renovate.json ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── SECURITY.md ├── packages ├── acode-eruda │ ├── .acode │ │ ├── build.js │ │ └── publish.js │ ├── .babelrc │ ├── .gitignore │ ├── LICENSE │ ├── SECURITY.md │ ├── biome.json │ ├── changelogs.md │ ├── icon.png │ ├── package.json │ ├── plugin.json │ ├── readme.md │ ├── src │ │ ├── eruda.js │ │ └── main.js │ └── webpack.config.js ├── bulma-intellisense │ ├── .acode │ │ ├── build.js │ │ └── publish.js │ ├── .babelrc │ ├── .gitignore │ ├── CODE_OF_CONDUCT.md │ ├── LICENSE │ ├── SECURITY.md │ ├── biome.json │ ├── icon.png │ ├── package.json │ ├── plugin.json │ ├── postcss.config.js │ ├── readme.md │ ├── src │ │ ├── main.js │ │ └── styles │ │ │ ├── bulma.min.css │ │ │ └── style.scss │ └── webpack.config.js ├── material-icons │ ├── .acode │ │ ├── build.js │ │ └── publish.js │ ├── .babelrc │ ├── .gitignore │ ├── LICENSE │ ├── biome.json │ ├── icon.png │ ├── icons │ │ ├── 3d.svg │ │ ├── abc.svg │ │ ├── actionscript.svg │ │ ├── ada.svg │ │ ├── adonis.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 │ │ ├── antlr.svg │ │ ├── apiblueprint.svg │ │ ├── apollo.svg │ │ ├── applescript.svg │ │ ├── appveyor.svg │ │ ├── architecture.svg │ │ ├── arduino.svg │ │ ├── asciidoc.svg │ │ ├── assembly.svg │ │ ├── astro.svg │ │ ├── astyle.svg │ │ ├── audio.svg │ │ ├── aurelia.svg │ │ ├── authors.svg │ │ ├── auto.svg │ │ ├── auto_light.svg │ │ ├── autohotkey.svg │ │ ├── autoit.svg │ │ ├── azure-pipelines.svg │ │ ├── azure.svg │ │ ├── babel.svg │ │ ├── ballerina.svg │ │ ├── bazel.svg │ │ ├── bicep.svg │ │ ├── bitbucket.svg │ │ ├── bithound.svg │ │ ├── blink.svg │ │ ├── blink_light.svg │ │ ├── blitz.svg │ │ ├── bower.svg │ │ ├── brainfuck.svg │ │ ├── browserlist.svg │ │ ├── browserlist_light.svg │ │ ├── buck.svg │ │ ├── bucklescript.svg │ │ ├── buildkite.svg │ │ ├── bun.svg │ │ ├── bun_light.svg │ │ ├── c.svg │ │ ├── cabal.svg │ │ ├── caddy.svg │ │ ├── cadence.svg │ │ ├── cake.svg │ │ ├── capacitor.svg │ │ ├── certificate.svg │ │ ├── changelog.svg │ │ ├── chess.svg │ │ ├── chess_light.svg │ │ ├── circleci.svg │ │ ├── circleci_light.svg │ │ ├── clojure.svg │ │ ├── cloudfoundry.svg │ │ ├── cmake.svg │ │ ├── coala.svg │ │ ├── cobol.svg │ │ ├── coconut.svg │ │ ├── code-climate.svg │ │ ├── code-climate_light.svg │ │ ├── codecov.svg │ │ ├── codeowners.svg │ │ ├── coffee.svg │ │ ├── coldfusion.svg │ │ ├── command.svg │ │ ├── commitlint.svg │ │ ├── conduct.svg │ │ ├── console.svg │ │ ├── contributing.svg │ │ ├── cpp.svg │ │ ├── craco.svg │ │ ├── credits.svg │ │ ├── crystal.svg │ │ ├── crystal_light.svg │ │ ├── csharp.svg │ │ ├── css-map.svg │ │ ├── css.svg │ │ ├── cucumber.svg │ │ ├── cuda.svg │ │ ├── cypress.svg │ │ ├── d.svg │ │ ├── dart.svg │ │ ├── dart_generated.svg │ │ ├── database.svg │ │ ├── denizenscript.svg │ │ ├── deno.svg │ │ ├── deno_light.svg │ │ ├── dependabot.svg │ │ ├── dhall.svg │ │ ├── diff.svg │ │ ├── dinophp.svg │ │ ├── disc.svg │ │ ├── django.svg │ │ ├── docker.svg │ │ ├── document.svg │ │ ├── dotjs.svg │ │ ├── drawio.svg │ │ ├── drone.svg │ │ ├── drone_light.svg │ │ ├── dune.svg │ │ ├── edge.svg │ │ ├── editorconfig.svg │ │ ├── ejs.svg │ │ ├── elixir.svg │ │ ├── elm.svg │ │ ├── email.svg │ │ ├── ember.svg │ │ ├── erlang.svg │ │ ├── eslint.svg │ │ ├── exe.svg │ │ ├── fastlane.svg │ │ ├── favicon.svg │ │ ├── figma.svg │ │ ├── firebase.svg │ │ ├── flash.svg │ │ ├── flow.svg │ │ ├── folder-admin-open.svg │ │ ├── folder-admin.svg │ │ ├── folder-android-open.svg │ │ ├── folder-android.svg │ │ ├── folder-angular-open.svg │ │ ├── folder-angular.svg │ │ ├── folder-animation-open.svg │ │ ├── folder-animation.svg │ │ ├── folder-ansible-open.svg │ │ ├── folder-ansible.svg │ │ ├── folder-api-open.svg │ │ ├── folder-api.svg │ │ ├── folder-apollo-open.svg │ │ ├── folder-apollo.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-azure-pipelines-open.svg │ │ ├── folder-azure-pipelines.svg │ │ ├── folder-base-open.svg │ │ ├── folder-base.svg │ │ ├── folder-batch-open.svg │ │ ├── folder-batch.svg │ │ ├── folder-benchmark-open.svg │ │ ├── folder-benchmark.svg │ │ ├── folder-bower-open.svg │ │ ├── folder-bower.svg │ │ ├── folder-buildkite-open.svg │ │ ├── folder-buildkite.svg │ │ ├── folder-cart-open.svg │ │ ├── folder-cart.svg │ │ ├── folder-changesets-open.svg │ │ ├── folder-changesets.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-cobol-open.svg │ │ ├── folder-cobol.svg │ │ ├── folder-command-open.svg │ │ ├── folder-command.svg │ │ ├── folder-components-open.svg │ │ ├── folder-components.svg │ │ ├── folder-config-open.svg │ │ ├── folder-config.svg │ │ ├── folder-connection-open.svg │ │ ├── folder-connection.svg │ │ ├── folder-constant-open.svg │ │ ├── folder-constant.svg │ │ ├── folder-container-open.svg │ │ ├── folder-container.svg │ │ ├── folder-content-open.svg │ │ ├── folder-content.svg │ │ ├── folder-context-open.svg │ │ ├── folder-context.svg │ │ ├── folder-contract-open.svg │ │ ├── folder-contract.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-custom.svg │ │ ├── folder-cypress-open.svg │ │ ├── folder-cypress.svg │ │ ├── folder-database-open.svg │ │ ├── folder-database.svg │ │ ├── folder-debug-open.svg │ │ ├── folder-debug.svg │ │ ├── folder-decorators-open.svg │ │ ├── folder-decorators.svg │ │ ├── folder-delta-open.svg │ │ ├── folder-delta.svg │ │ ├── folder-dist-open.svg │ │ ├── folder-dist.svg │ │ ├── folder-docker-open.svg │ │ ├── folder-docker.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-firebase-open.svg │ │ ├── folder-firebase.svg │ │ ├── folder-flow-open.svg │ │ ├── folder-flow.svg │ │ ├── folder-font-open.svg │ │ ├── folder-font.svg │ │ ├── folder-functions-open.svg │ │ ├── folder-functions.svg │ │ ├── folder-gamemaker-open.svg │ │ ├── folder-gamemaker.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-godot-open.svg │ │ ├── folder-godot.svg │ │ ├── folder-gradle-open.svg │ │ ├── folder-gradle.svg │ │ ├── folder-graphql-open.svg │ │ ├── folder-graphql.svg │ │ ├── folder-guard-open.svg │ │ ├── folder-guard.svg │ │ ├── folder-gulp-open.svg │ │ ├── folder-gulp.svg │ │ ├── folder-helper-open.svg │ │ ├── folder-helper.svg │ │ ├── folder-home-open.svg │ │ ├── folder-home.svg │ │ ├── folder-hook-open.svg │ │ ├── folder-hook.svg │ │ ├── folder-husky-open.svg │ │ ├── folder-husky.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-intellij-open.svg │ │ ├── folder-intellij-open_light.svg │ │ ├── folder-intellij.svg │ │ ├── folder-intellij_light.svg │ │ ├── folder-interface-open.svg │ │ ├── folder-interface.svg │ │ ├── folder-ios-open.svg │ │ ├── folder-ios.svg │ │ ├── folder-java-open.svg │ │ ├── folder-java.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-lua-open.svg │ │ ├── folder-lua.svg │ │ ├── folder-mail-open.svg │ │ ├── folder-mail.svg │ │ ├── folder-mappings-open.svg │ │ ├── folder-mappings.svg │ │ ├── folder-markdown-open.svg │ │ ├── folder-markdown.svg │ │ ├── folder-mercurial-open.svg │ │ ├── folder-mercurial.svg │ │ ├── folder-messages-open.svg │ │ ├── folder-messages.svg │ │ ├── folder-meta-open.svg │ │ ├── folder-meta.svg │ │ ├── folder-middleware-open.svg │ │ ├── folder-middleware.svg │ │ ├── folder-mjml-open.svg │ │ ├── folder-mjml.svg │ │ ├── folder-mobile-open.svg │ │ ├── folder-mobile.svg │ │ ├── folder-mock-open.svg │ │ ├── folder-mock.svg │ │ ├── folder-mojo-open.svg │ │ ├── folder-mojo.svg │ │ ├── folder-netlify-open.svg │ │ ├── folder-netlify.svg │ │ ├── folder-next-open.svg │ │ ├── folder-next.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-selectors-open.svg │ │ ├── folder-ngrx-selectors.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-open.svg │ │ ├── folder-other-open.svg │ │ ├── folder-other.svg │ │ ├── folder-packages-open.svg │ │ ├── folder-packages.svg │ │ ├── folder-pdf-open.svg │ │ ├── folder-pdf.svg │ │ ├── folder-php-open.svg │ │ ├── folder-php.svg │ │ ├── folder-phpmailer-open.svg │ │ ├── folder-phpmailer.svg │ │ ├── folder-pipe-open.svg │ │ ├── folder-pipe.svg │ │ ├── folder-plastic-open.svg │ │ ├── folder-plastic.svg │ │ ├── folder-plugin-open.svg │ │ ├── folder-plugin.svg │ │ ├── folder-prisma-open.svg │ │ ├── folder-prisma.svg │ │ ├── folder-private-open.svg │ │ ├── folder-private.svg │ │ ├── folder-project-open.svg │ │ ├── folder-project.svg │ │ ├── folder-proto-open.svg │ │ ├── folder-proto.svg │ │ ├── folder-public-open.svg │ │ ├── folder-public.svg │ │ ├── folder-python-open.svg │ │ ├── folder-python.svg │ │ ├── folder-quasar-open.svg │ │ ├── folder-quasar.svg │ │ ├── folder-queue-open.svg │ │ ├── folder-queue.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-selector-open.svg │ │ ├── folder-redux-selector.svg │ │ ├── folder-redux-store-open.svg │ │ ├── folder-redux-store.svg │ │ ├── folder-resolver-open.svg │ │ ├── folder-resolver.svg │ │ ├── folder-resource-open.svg │ │ ├── folder-resource.svg │ │ ├── folder-review-open.svg │ │ ├── folder-review.svg │ │ ├── folder-root-open.svg │ │ ├── folder-root.svg │ │ ├── folder-routes-open.svg │ │ ├── folder-routes.svg │ │ ├── folder-rules-open.svg │ │ ├── folder-rules.svg │ │ ├── folder-sass-open.svg │ │ ├── folder-sass.svg │ │ ├── folder-scala-open.svg │ │ ├── folder-scala.svg │ │ ├── folder-scripts-open.svg │ │ ├── folder-scripts.svg │ │ ├── folder-secure-open.svg │ │ ├── folder-secure.svg │ │ ├── folder-server-open.svg │ │ ├── folder-server.svg │ │ ├── folder-serverless-open.svg │ │ ├── folder-serverless.svg │ │ ├── folder-shader-open.svg │ │ ├── folder-shader.svg │ │ ├── folder-shared-open.svg │ │ ├── folder-shared.svg │ │ ├── folder-src-open.svg │ │ ├── folder-src.svg │ │ ├── folder-stack-open.svg │ │ ├── folder-stack.svg │ │ ├── folder-stencil-open.svg │ │ ├── folder-stencil.svg │ │ ├── folder-storybook-open.svg │ │ ├── folder-storybook.svg │ │ ├── folder-stylus-open.svg │ │ ├── folder-stylus.svg │ │ ├── folder-sublime-open.svg │ │ ├── folder-sublime.svg │ │ ├── folder-supabase-open.svg │ │ ├── folder-supabase.svg │ │ ├── folder-svelte-open.svg │ │ ├── folder-svelte.svg │ │ ├── folder-svg-open.svg │ │ ├── folder-svg.svg │ │ ├── folder-syntax-open.svg │ │ ├── folder-syntax.svg │ │ ├── folder-target-open.svg │ │ ├── folder-target.svg │ │ ├── folder-tasks-open.svg │ │ ├── folder-tasks.svg │ │ ├── folder-temp-open.svg │ │ ├── folder-temp.svg │ │ ├── folder-template-open.svg │ │ ├── folder-template.svg │ │ ├── folder-terraform-open.svg │ │ ├── folder-terraform.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-unity-open.svg │ │ ├── folder-unity.svg │ │ ├── folder-update-open.svg │ │ ├── folder-update.svg │ │ ├── folder-upload-open.svg │ │ ├── folder-upload.svg │ │ ├── folder-utils-open.svg │ │ ├── folder-utils.svg │ │ ├── folder-vercel-open.svg │ │ ├── folder-vercel.svg │ │ ├── folder-verdaccio-open.svg │ │ ├── folder-verdaccio.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-vuepress-open.svg │ │ ├── folder-vuepress.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-xml-open.svg │ │ ├── folder-xml.svg │ │ ├── folder-yarn-open.svg │ │ ├── folder-yarn.svg │ │ ├── folder.svg │ │ ├── font.svg │ │ ├── forth.svg │ │ ├── fortran.svg │ │ ├── foxpro.svg │ │ ├── fsharp.svg │ │ ├── fusebox.svg │ │ ├── gamemaker.svg │ │ ├── gatsby.svg │ │ ├── gcp.svg │ │ ├── gemfile.svg │ │ ├── gemini.svg │ │ ├── git.svg │ │ ├── gitlab.svg │ │ ├── gitpod.svg │ │ ├── gleam.svg │ │ ├── go-mod.svg │ │ ├── go.svg │ │ ├── go_gopher.svg │ │ ├── godot-assets.svg │ │ ├── godot.svg │ │ ├── gradle.svg │ │ ├── grain.svg │ │ ├── graphcool.svg │ │ ├── graphql.svg │ │ ├── gridsome.svg │ │ ├── groovy.svg │ │ ├── grunt.svg │ │ ├── gulp.svg │ │ ├── h.svg │ │ ├── hack.svg │ │ ├── haml.svg │ │ ├── handlebars.svg │ │ ├── hardhat.svg │ │ ├── haskell.svg │ │ ├── haxe.svg │ │ ├── hcl.svg │ │ ├── hcl_light.svg │ │ ├── helm.svg │ │ ├── heroku.svg │ │ ├── hex.svg │ │ ├── horusec.svg │ │ ├── hpp.svg │ │ ├── html.svg │ │ ├── http.svg │ │ ├── husky.svg │ │ ├── i18n.svg │ │ ├── idris.svg │ │ ├── ifanr-cloud.svg │ │ ├── image.svg │ │ ├── imba.svg │ │ ├── ionic.svg │ │ ├── istanbul.svg │ │ ├── jar.svg │ │ ├── java.svg │ │ ├── javaclass.svg │ │ ├── javascript-map.svg │ │ ├── javascript.svg │ │ ├── jenkins.svg │ │ ├── jest.svg │ │ ├── jinja.svg │ │ ├── jinja_light.svg │ │ ├── jsconfig.svg │ │ ├── json.svg │ │ ├── jsx.svg │ │ ├── julia.svg │ │ ├── jupyter.svg │ │ ├── karma.svg │ │ ├── key.svg │ │ ├── kivy.svg │ │ ├── kl.svg │ │ ├── kotlin.svg │ │ ├── kusto.svg │ │ ├── laravel.svg │ │ ├── lerna.svg │ │ ├── less.svg │ │ ├── lib.svg │ │ ├── license.svg │ │ ├── lighthouse.svg │ │ ├── lilypond.svg │ │ ├── liquid.svg │ │ ├── lisp.svg │ │ ├── livescript.svg │ │ ├── lock.svg │ │ ├── log.svg │ │ ├── lolcode.svg │ │ ├── lua.svg │ │ ├── makefile.svg │ │ ├── markdown.svg │ │ ├── markojs.svg │ │ ├── mathematica.svg │ │ ├── matlab.svg │ │ ├── maven.svg │ │ ├── mdsvex.svg │ │ ├── mdx.svg │ │ ├── mercurial.svg │ │ ├── merlin.svg │ │ ├── mermaid.svg │ │ ├── meson.svg │ │ ├── minecraft.svg │ │ ├── mint.svg │ │ ├── mjml.svg │ │ ├── mocha.svg │ │ ├── modernizr.svg │ │ ├── mojo.svg │ │ ├── moonscript.svg │ │ ├── mxml.svg │ │ ├── nano-staged.svg │ │ ├── nano-staged_light.svg │ │ ├── ndst.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-resolver.svg │ │ ├── nest-service.svg │ │ ├── nest.svg │ │ ├── netlify.svg │ │ ├── netlify_light.svg │ │ ├── next.svg │ │ ├── next_light.svg │ │ ├── nginx.svg │ │ ├── ngrx-actions.svg │ │ ├── ngrx-effects.svg │ │ ├── ngrx-entity.svg │ │ ├── ngrx-reducer.svg │ │ ├── ngrx-selectors.svg │ │ ├── ngrx-state.svg │ │ ├── nim.svg │ │ ├── nix.svg │ │ ├── nodejs.svg │ │ ├── nodejs_alt.svg │ │ ├── nodemon.svg │ │ ├── npm.svg │ │ ├── nrwl.svg │ │ ├── nuget.svg │ │ ├── nunjucks.svg │ │ ├── nuxt.svg │ │ ├── objective-c.svg │ │ ├── objective-cpp.svg │ │ ├── ocaml.svg │ │ ├── odin.svg │ │ ├── opa.svg │ │ ├── opam.svg │ │ ├── otne.svg │ │ ├── panda.svg │ │ ├── parcel.svg │ │ ├── pascal.svg │ │ ├── pawn.svg │ │ ├── pdf.svg │ │ ├── percy.svg │ │ ├── perl.svg │ │ ├── php-cs-fixer.svg │ │ ├── php.svg │ │ ├── php_elephant.svg │ │ ├── php_elephant_pink.svg │ │ ├── phpunit.svg │ │ ├── pinejs.svg │ │ ├── pipeline.svg │ │ ├── plastic.svg │ │ ├── playwright.svg │ │ ├── plop.svg │ │ ├── pnpm.svg │ │ ├── pnpm_light.svg │ │ ├── poetry.svg │ │ ├── postcss.svg │ │ ├── posthtml.svg │ │ ├── powerpoint.svg │ │ ├── powershell.svg │ │ ├── prettier.svg │ │ ├── prisma.svg │ │ ├── processing.svg │ │ ├── prolog.svg │ │ ├── proto.svg │ │ ├── protractor.svg │ │ ├── pug.svg │ │ ├── puppet.svg │ │ ├── purescript.svg │ │ ├── python-misc.svg │ │ ├── python.svg │ │ ├── qsharp.svg │ │ ├── quasar.svg │ │ ├── qwik.svg │ │ ├── r.svg │ │ ├── racket.svg │ │ ├── raml.svg │ │ ├── razor.svg │ │ ├── rc.svg │ │ ├── react.svg │ │ ├── react_ts.svg │ │ ├── readme.svg │ │ ├── reason.svg │ │ ├── red.svg │ │ ├── redux-action.svg │ │ ├── redux-reducer.svg │ │ ├── redux-selector.svg │ │ ├── redux-store.svg │ │ ├── remix.svg │ │ ├── remix_light.svg │ │ ├── renovate.svg │ │ ├── replit.svg │ │ ├── rescript-interface.svg │ │ ├── rescript.svg │ │ ├── restql.svg │ │ ├── riot.svg │ │ ├── roadmap.svg │ │ ├── roblox.svg │ │ ├── robot.svg │ │ ├── robots.svg │ │ ├── rollup.svg │ │ ├── rome.svg │ │ ├── routing.svg │ │ ├── rubocop.svg │ │ ├── rubocop_light.svg │ │ ├── ruby.svg │ │ ├── rust.svg │ │ ├── salesforce.svg │ │ ├── san.svg │ │ ├── sas.svg │ │ ├── sass.svg │ │ ├── sbt.svg │ │ ├── scala.svg │ │ ├── scheme.svg │ │ ├── search.svg │ │ ├── semantic-release.svg │ │ ├── semantic-release_light.svg │ │ ├── semgrep.svg │ │ ├── sentry.svg │ │ ├── sequelize.svg │ │ ├── serverless.svg │ │ ├── settings.svg │ │ ├── shader.svg │ │ ├── shaderlab.svg │ │ ├── silverstripe.svg │ │ ├── siyuan.svg │ │ ├── sketch.svg │ │ ├── slim.svg │ │ ├── slug.svg │ │ ├── smarty.svg │ │ ├── sml.svg │ │ ├── snowpack.svg │ │ ├── snowpack_light.svg │ │ ├── snyk.svg │ │ ├── solidity.svg │ │ ├── sonarcloud.svg │ │ ├── spwn.svg │ │ ├── stan.svg │ │ ├── steadybit.svg │ │ ├── stencil.svg │ │ ├── stitches.svg │ │ ├── stitches_light.svg │ │ ├── storybook.svg │ │ ├── stryker.svg │ │ ├── stylable.svg │ │ ├── stylelint.svg │ │ ├── stylelint_light.svg │ │ ├── stylus.svg │ │ ├── sublime.svg │ │ ├── supabase.svg │ │ ├── svelte.svg │ │ ├── svg.svg │ │ ├── svgo.svg │ │ ├── svgr.svg │ │ ├── swc.svg │ │ ├── swift.svg │ │ ├── table.svg │ │ ├── tailwindcss.svg │ │ ├── tauri.svg │ │ ├── tcl.svg │ │ ├── teal.svg │ │ ├── templ.svg │ │ ├── template.svg │ │ ├── terraform.svg │ │ ├── test-js.svg │ │ ├── test-jsx.svg │ │ ├── test-ts.svg │ │ ├── tex.svg │ │ ├── textlint.svg │ │ ├── tilt.svg │ │ ├── tldraw.svg │ │ ├── tldraw_light.svg │ │ ├── tobi.svg │ │ ├── tobimake.svg │ │ ├── todo.svg │ │ ├── travis.svg │ │ ├── tree.svg │ │ ├── tsconfig.svg │ │ ├── tsx.svg │ │ ├── tune.svg │ │ ├── turborepo.svg │ │ ├── turborepo_light.svg │ │ ├── twig.svg │ │ ├── twine.svg │ │ ├── typescript-def.svg │ │ ├── typescript.svg │ │ ├── typst.svg │ │ ├── uml.svg │ │ ├── uml_light.svg │ │ ├── unocss.svg │ │ ├── url.svg │ │ ├── vagrant.svg │ │ ├── vala.svg │ │ ├── velocity.svg │ │ ├── vercel.svg │ │ ├── vercel_light.svg │ │ ├── verdaccio.svg │ │ ├── verilog.svg │ │ ├── vfl.svg │ │ ├── video.svg │ │ ├── vim.svg │ │ ├── virtual.svg │ │ ├── visualstudio.svg │ │ ├── vite.svg │ │ ├── vitest.svg │ │ ├── vlang.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 │ │ ├── windicss.svg │ │ ├── wolframlanguage.svg │ │ ├── word.svg │ │ ├── xaml.svg │ │ ├── xml.svg │ │ ├── yaml.svg │ │ ├── yang.svg │ │ ├── yarn.svg │ │ ├── zig.svg │ │ └── zip.svg │ ├── package.json │ ├── plugin.json │ ├── readme.md │ ├── src │ │ ├── file_icons.json │ │ ├── folder_icons.json │ │ └── main.js │ └── webpack.config.js ├── materialize-intellisense │ ├── .acode │ │ ├── build.js │ │ └── publish.js │ ├── .babelrc │ ├── .gitignore │ ├── LICENSE │ ├── biome.json │ ├── icon.png │ ├── package.json │ ├── plugin.json │ ├── postcss.config.js │ ├── readme.md │ ├── src │ │ ├── main.js │ │ └── modules │ │ │ ├── materialize.min.css │ │ │ └── style.scss │ └── webpack.config.js ├── symbols-icons │ ├── .acode │ │ ├── build.js │ │ └── publish.js │ ├── .babelrc │ ├── .gitignore │ ├── LICENSE │ ├── biome.json │ ├── icon.png │ ├── icons │ │ ├── files │ │ │ ├── astro.svg │ │ │ ├── babel.svg │ │ │ ├── biome.svg │ │ │ ├── bun.svg │ │ │ ├── code-orange.svg │ │ │ ├── dts.svg │ │ │ ├── font.svg │ │ │ ├── git.svg │ │ │ ├── image.svg │ │ │ ├── js-test.svg │ │ │ ├── js.svg │ │ │ ├── license.svg │ │ │ ├── markdown.svg │ │ │ ├── node.svg │ │ │ ├── npm.svg │ │ │ ├── postcss.svg │ │ │ ├── prettier.svg │ │ │ ├── robot.svg │ │ │ ├── sass.svg │ │ │ ├── svelte.svg │ │ │ ├── svg.svg │ │ │ ├── ts-test.svg │ │ │ ├── ts.svg │ │ │ ├── tsconfig.svg │ │ │ ├── webpack.svg │ │ │ └── zig.svg │ │ └── folders │ │ │ ├── folder-open.svg │ │ │ └── folder.svg │ ├── package.json │ ├── plugin.json │ ├── postcss.config.js │ ├── readme.md │ ├── src │ │ ├── @types │ │ │ ├── files.d.ts │ │ │ └── folders.d.ts │ │ ├── lib │ │ │ ├── files.ts │ │ │ └── folders.ts │ │ ├── main.js │ │ └── styles │ │ │ └── global.css │ ├── tsconfig.json │ └── webpack.config.js └── theme-purple │ ├── .acode │ ├── build.js │ └── publish.js │ ├── .babelrc │ ├── .gitignore │ ├── LICENSE │ ├── biome.json │ ├── icon.png │ ├── package.json │ ├── plugin.json │ ├── readme.md │ ├── src │ └── main.js │ └── webpack.config.js └── readme.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: sebastianjnuwu 4 | patreon: sebastianjnuwu 5 | ko_fi: sebastianjnuwu 6 | -------------------------------------------------------------------------------- /.github/renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 | "extends": ["config:base"], 4 | "assignees": ["sebastianjnuwu"], 5 | "schedule": ["after 10pm and before 5am every weekday", "every weekend"], 6 | "dependencyDashboard": false, 7 | "fetchReleaseNotes": true, 8 | "packageRules": [{ 9 | "matchPackagePatterns": ["*"], 10 | "labels": ["dependencies"], 11 | "automerge": true 12 | }] 13 | } 14 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | test/ -------------------------------------------------------------------------------- /packages/acode-eruda/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["@babel/preset-env"], 3 | "env": { 4 | "test": { 5 | "presets": ["@babel/env"] 6 | } 7 | }, 8 | "plugins": [ 9 | "html-tag-js/jsx/jsx-to-tag.js", 10 | "html-tag-js/jsx/syntax-parser.js", 11 | ["@babel/plugin-transform-runtime"] 12 | ], 13 | "compact": true 14 | } 15 | -------------------------------------------------------------------------------- /packages/acode-eruda/.gitignore: -------------------------------------------------------------------------------- 1 | # Skipping junk files to repository 2 | node_modules/ 3 | package-lock.json 4 | .acode/build/ 5 | .acode/*.zip -------------------------------------------------------------------------------- /packages/acode-eruda/biome.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", 3 | "formatter": { 4 | "enabled": true, 5 | "indentStyle": "space", 6 | "indentWidth": 2, 7 | "lineWidth": 80 8 | }, 9 | "linter": { 10 | "enabled": true, 11 | "rules": { 12 | "suspicious": { 13 | "noExplicitAny": "off" 14 | }, 15 | "recommended": true 16 | } 17 | }, 18 | "organizeImports": { 19 | "enabled": true 20 | }, 21 | "files": { 22 | "ignore": ["node_modules", "src/eruda.js", "build"] 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /packages/acode-eruda/changelogs.md: -------------------------------------------------------------------------------- 1 | # Change Logs 2 | 3 | ## Update Version `v1.0.6` 4 | 5 | - Added `changelog.md` to document changes. 6 | - Updated `README.md` and `plugin.json` for better clarity and accuracy. 7 | - Incremented version to `1.0.6` to reflect the latest updates. -------------------------------------------------------------------------------- /packages/acode-eruda/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianjnuwu/acode-plugins/6d54dd6d2f26221dcb6a5375417f4b7caa4a3887/packages/acode-eruda/icon.png -------------------------------------------------------------------------------- /packages/acode-eruda/plugin.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "sebastianjnuwu.acode.eruda", 3 | "name": "Eruda", 4 | "main": "main.js", 5 | "version": "1.0.6", 6 | "license": "Apache-2.0", 7 | "readme": "readme.md", 8 | "minVersionCode": 260, 9 | "icon": "icon.png", 10 | "files": [], 11 | "keywords": ["eruda", "console", "browser"], 12 | "changelogs": "changelogs.md", 13 | "contributors": [], 14 | "author": { 15 | "name": "sebastianjnuwu", 16 | "email": "sebastianjnuwu@gmail.com", 17 | "github": "sebastianjnuwu" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /packages/bulma-intellisense/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | "@babel/preset-env" 4 | ], 5 | "env": { 6 | "test": { 7 | "presets": [ 8 | "@babel/env" 9 | ] 10 | } 11 | }, 12 | "plugins": [ 13 | "html-tag-js/jsx/jsx-to-tag.js", 14 | "html-tag-js/jsx/syntax-parser.js", 15 | [ 16 | "@babel/plugin-transform-runtime" 17 | ] 18 | ], 19 | "compact": false 20 | } -------------------------------------------------------------------------------- /packages/bulma-intellisense/.gitignore: -------------------------------------------------------------------------------- 1 | # Skipping junk files to repository 2 | node_modules/ 3 | package-lock.json 4 | .acode/build/ 5 | .acode/*.zip -------------------------------------------------------------------------------- /packages/bulma-intellisense/biome.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", 3 | "formatter": { 4 | "enabled": true, 5 | "indentStyle": "space", 6 | "indentWidth": 2, 7 | "lineWidth": 80 8 | }, 9 | "linter": { 10 | "enabled": true, 11 | "rules": { 12 | "suspicious": { 13 | "noExplicitAny": "off" 14 | }, 15 | "recommended": true 16 | } 17 | }, 18 | "organizeImports": { 19 | "enabled": true 20 | }, 21 | "files": { 22 | "ignore": ["node_modules", "src/eruda.js", "build"] 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /packages/bulma-intellisense/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianjnuwu/acode-plugins/6d54dd6d2f26221dcb6a5375417f4b7caa4a3887/packages/bulma-intellisense/icon.png -------------------------------------------------------------------------------- /packages/bulma-intellisense/plugin.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "sebastianjnuwu.bulma.intellisense", 3 | "name": "Bulma IntelliSense", 4 | "main": "main.js", 5 | "version": "1.0.5", 6 | "readme": "readme.md", 7 | "minVersionCode": 289, 8 | "icon": "icon.png", 9 | "files": [], 10 | "keywords": ["bulma", "css", "intellisense"], 11 | "contributors": [], 12 | "author": { 13 | "name": "sebastianjnuwu", 14 | "email": "sebastianjnuwu@gmail.com", 15 | "github": "sebastianjnuwu" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /packages/bulma-intellisense/postcss.config.js: -------------------------------------------------------------------------------- 1 | import autoprefixer from 'autoprefixer'; 2 | 3 | export default { 4 | plugins: [ 5 | autoprefixer(), 6 | ], 7 | }; 8 | -------------------------------------------------------------------------------- /packages/bulma-intellisense/src/styles/style.scss: -------------------------------------------------------------------------------- 1 | .ace_autocomplete .ace_completion-icon.ace_bulma { 2 | background-size: contain; 3 | background-repeat: no-repeat; 4 | height: 1em; 5 | width: 1em; 6 | background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA0MiA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDQ0TDMuODE4MTggMTZMMTkuMDkwOSAwTDM4LjE4MTggMjBMMjYuNzI3MyAzMkw0MiA0OEwxOS4wOTA5IDY0TDAgNDRaIiBmaWxsPSIjMDBEMUIyIi8+Cjwvc3ZnPgo='); 7 | } -------------------------------------------------------------------------------- /packages/material-icons/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["@babel/preset-env"], 3 | "env": { 4 | "test": { 5 | "presets": ["@babel/env"] 6 | } 7 | }, 8 | "plugins": [ 9 | "html-tag-js/jsx/jsx-to-tag.js", 10 | "html-tag-js/jsx/syntax-parser.js", 11 | ["@babel/plugin-transform-runtime"] 12 | ], 13 | "compact": true 14 | } 15 | -------------------------------------------------------------------------------- /packages/material-icons/.gitignore: -------------------------------------------------------------------------------- 1 | # Skipping junk files to repository 2 | node_modules/ 3 | package-lock.json 4 | .acode/build/ 5 | .acode/*.zip -------------------------------------------------------------------------------- /packages/material-icons/biome.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", 3 | "formatter": { 4 | "enabled": true, 5 | "indentStyle": "space", 6 | "indentWidth": 2, 7 | "lineWidth": 80 8 | }, 9 | "linter": { 10 | "enabled": true, 11 | "rules": { 12 | "suspicious": { 13 | "noExplicitAny": "off" 14 | }, 15 | "recommended": true 16 | } 17 | }, 18 | "organizeImports": { 19 | "enabled": true 20 | }, 21 | "files": { 22 | "ignore": ["node_modules", "src/eruda.js", "build"] 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /packages/material-icons/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianjnuwu/acode-plugins/6d54dd6d2f26221dcb6a5375417f4b7caa4a3887/packages/material-icons/icon.png -------------------------------------------------------------------------------- /packages/material-icons/icons/3d.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/ada.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/adonis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/angular-component.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/angular-directive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/angular-guard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/angular-pipe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/angular-resolver.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/angular-service.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/angular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/applescript.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/astyle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/audio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/authors.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/autoit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/azure.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/ballerina.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/bicep.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/blitz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/buildkite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/cadence.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/capacitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/certificate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/changelog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/chess.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/chess_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/cmake.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/code-climate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/code-climate_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/codeowners.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/coffee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/commitlint.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/conduct.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/console.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/contributing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/cpp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/material-icons/icons/credits.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/crystal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/crystal_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/css-map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/css.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/denizenscript.svg: -------------------------------------------------------------------------------- 1 | D -------------------------------------------------------------------------------- /packages/material-icons/icons/dhall.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/diff.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/document.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/dotjs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/drawio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/dune.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/ejs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/elixir.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/elm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/ember.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/erlang.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/exe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/favicon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/firebase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/flash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/flow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-angular-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-angular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-api-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-api.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-app-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-app.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-audio-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-audio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-aws-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-aws.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-base-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-base.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-batch-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-batch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-buildkite-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-buildkite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-circleci-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-circleci.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-class-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-class.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-cluster-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-cluster.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-command-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-command.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-components-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-components.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-content-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-content.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-coverage-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-coverage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-css-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-css.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-custom-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-custom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-delta-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-delta.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-dist-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-dist.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-docs-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-docs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-download-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-environment-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-environment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-error-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-error.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-event-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-event.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-flow-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-flow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-font-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-font.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-gulp-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-home-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-import-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-import.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-include-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-include.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-interface-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-interface.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-java-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-java.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-jinja.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-layout-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-lib-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-lib.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-log-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-log.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-mail-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-markdown-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-markdown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-mock-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-mock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-next-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-node-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-node.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-nuxt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-pipe-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-pipe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-proto-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-proto.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-resolver-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-resolver.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-root-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-root.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-routes-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-routes.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-serverless-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-serverless.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-shader-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-shader.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-shared-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-shared.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-stencil-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-stencil.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-storybook-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-storybook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-supabase-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-supabase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-syntax-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-syntax.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-template-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-template.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-terraform-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-terraform.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-test-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-test.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-unity-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-unity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-upload-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vercel-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vercel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-verdaccio-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-verdaccio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-video-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-views.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vm-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vscode-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vscode.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vue-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vuex-store-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/folder-vuex-store.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/font.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/fsharp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/gamemaker.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/material-icons/icons/gemfile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/git.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/grain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/gulp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/hack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/hardhat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/haskell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/hex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/hpp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/html.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/i18n.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/jar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/java.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/javaclass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/javascript.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/jinja.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/jinja_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/julia.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/karma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/kivy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/lib.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/lighthouse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/lilypond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/liquid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/livescript.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/log.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/lua.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/markdown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/mdsvex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/mdx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/merlin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/mermaid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/material-icons/icons/meson.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/minecraft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/modernizr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/moonscript.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/mxml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/nano-staged.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/nano-staged_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/next_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/nim.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/npm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/nuget.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/nunjucks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/nuxt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/objective-cpp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/otne.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/parcel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/pascal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /packages/material-icons/icons/pawn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/perl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/phpunit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/pipeline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/pnpm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/pnpm_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/poetry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/powerpoint.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/powershell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/prisma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/processing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/proto.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/puppet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/raml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/readme.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/reason.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/renovate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/replit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/roadmap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/roblox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/material-icons/icons/routing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/ruby.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/salesforce.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/san.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/sbt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/scala.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/scheme.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/serverless.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/shader.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/shaderlab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/siyuan.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/sketch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/slim.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/smarty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/sml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/snowpack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/snowpack_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/solidity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/spwn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /packages/material-icons/icons/stencil.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/stylus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/sublime.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/supabase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/material-icons/icons/swc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/swift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/tailwindcss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/tcl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/teal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/templ.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /packages/material-icons/icons/template.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/terraform.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/test-js.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/test-jsx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/test-ts.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/tex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/textlint.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/tobi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/tobimake.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/todo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/tune.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/twine.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/typst.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /packages/material-icons/icons/url.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vercel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vercel_light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/verdaccio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/verilog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vim.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/virtual.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/visualstudio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vite.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vlang.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vscode.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vue-config.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/vuex-store.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/wallaby.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/wepy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/word.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/xaml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/xml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/yaml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/yang.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/zig.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/icons/zip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/material-icons/plugin.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "sebastianjnuwu.material.icons", 3 | "name": "Material Icons", 4 | "main": "main.js", 5 | "version": "1.2.4", 6 | "license": "Apache-2.0", 7 | "readme": "readme.md", 8 | "minVersionCode": 289, 9 | "url": "https://localhost/__cdvfile_files-external__/plugins/sebastianjnuwu.material.icons/icons/", 10 | "icon": "icon.png", 11 | "files": [], 12 | "keywords": ["icons"], 13 | "contributors": [], 14 | "author": { 15 | "name": "sebastianjnuwu", 16 | "email": "sebastianjnuwu@gmail.com", 17 | "github": "sebastianjnuwu" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /packages/materialize-intellisense/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | "@babel/preset-env" 4 | ], 5 | "env": { 6 | "test": { 7 | "presets": [ 8 | "@babel/env" 9 | ] 10 | } 11 | }, 12 | "plugins": [ 13 | "html-tag-js/jsx/jsx-to-tag.js", 14 | "html-tag-js/jsx/syntax-parser.js", 15 | [ 16 | "@babel/plugin-transform-runtime" 17 | ] 18 | ], 19 | "compact": false 20 | } -------------------------------------------------------------------------------- /packages/materialize-intellisense/.gitignore: -------------------------------------------------------------------------------- 1 | # Skipping junk files to repository 2 | node_modules/ 3 | package-lock.json 4 | .acode/build/ 5 | .acode/*.zip -------------------------------------------------------------------------------- /packages/materialize-intellisense/biome.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", 3 | "formatter": { 4 | "enabled": true, 5 | "indentStyle": "space", 6 | "indentWidth": 2, 7 | "lineWidth": 80 8 | }, 9 | "linter": { 10 | "enabled": true, 11 | "rules": { 12 | "suspicious": { 13 | "noExplicitAny": "off" 14 | }, 15 | "recommended": true 16 | } 17 | }, 18 | "organizeImports": { 19 | "enabled": true 20 | }, 21 | "files": { 22 | "ignore": ["node_modules", "src/eruda.js", "build"] 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /packages/materialize-intellisense/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianjnuwu/acode-plugins/6d54dd6d2f26221dcb6a5375417f4b7caa4a3887/packages/materialize-intellisense/icon.png -------------------------------------------------------------------------------- /packages/materialize-intellisense/plugin.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "sebastianjnuwu.materializecss.intellisense", 3 | "name": "Materialize IntelliSense", 4 | "main": "main.js", 5 | "version": "1.0.3", 6 | "license": "Apache-2.0", 7 | "readme": "readme.md", 8 | "minVersionCode": 289, 9 | "icon": "icon.png", 10 | "files": [], 11 | "keywords": ["IntelliSense"], 12 | "contributors": [], 13 | "author": { 14 | "name": "sebastianjnuwu", 15 | "email": "sebastianjnuwu@gmail.com", 16 | "github": "sebastianjnuwu" 17 | } 18 | } -------------------------------------------------------------------------------- /packages/materialize-intellisense/postcss.config.js: -------------------------------------------------------------------------------- 1 | import autoprefixer from 'autoprefixer'; 2 | 3 | export default { 4 | plugins: [ 5 | autoprefixer({ 6 | // best setup for you? 7 | }), 8 | ], 9 | }; 10 | -------------------------------------------------------------------------------- /packages/symbols-icons/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["@babel/preset-env"], 3 | "env": { 4 | "test": { 5 | "presets": ["@babel/env"] 6 | } 7 | }, 8 | "plugins": [ 9 | "html-tag-js/jsx/jsx-to-tag.js", 10 | "html-tag-js/jsx/syntax-parser.js", 11 | ["@babel/plugin-transform-runtime"] 12 | ], 13 | "compact": true 14 | } 15 | -------------------------------------------------------------------------------- /packages/symbols-icons/.gitignore: -------------------------------------------------------------------------------- 1 | # Skipping junk files to repository 2 | package-lock.json 3 | pnpm-lock.yaml 4 | yarn-error.log 5 | node_modules 6 | yarn.lock 7 | build 8 | *.zip -------------------------------------------------------------------------------- /packages/symbols-icons/biome.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", 3 | "formatter": { 4 | "enabled": true, 5 | "indentStyle": "space", 6 | "indentWidth": 2, 7 | "lineWidth": 80 8 | }, 9 | "linter": { 10 | "enabled": true, 11 | "rules": { 12 | "suspicious": { 13 | "noExplicitAny": "off" 14 | }, 15 | "recommended": true 16 | } 17 | }, 18 | "organizeImports": { 19 | "enabled": true 20 | }, 21 | "files": { 22 | "ignore": ["node_modules", "src/eruda.js", "build"] 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /packages/symbols-icons/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianjnuwu/acode-plugins/6d54dd6d2f26221dcb6a5375417f4b7caa4a3887/packages/symbols-icons/icon.png -------------------------------------------------------------------------------- /packages/symbols-icons/icons/files/biome.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/files/code-orange.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/files/image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/files/markdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/files/npm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/files/svg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/files/zig.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/folders/folder-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /packages/symbols-icons/icons/folders/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /packages/symbols-icons/plugin.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "sebastianjnuwu.symbols.icons", 3 | "name": "Symbols Icons", 4 | "main": "main.js", 5 | "version": "1.0.4", 6 | "license": "Apache-2.0", 7 | "readme": "readme.md", 8 | "minVersionCode": 289, 9 | "icon": "icon.png", 10 | "files": [], 11 | "price": "159", 12 | "keywords": ["icons"], 13 | "contributors": [], 14 | "author": { 15 | "name": "sebastianjnuwu", 16 | "email": "sebastianjnuwu@gmail.com", 17 | "github": "sebastianjnuwu" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /packages/symbols-icons/postcss.config.js: -------------------------------------------------------------------------------- 1 | export default { 2 | plugins: [ 3 | ["postcss-preset-env"], 4 | ], 5 | }; -------------------------------------------------------------------------------- /packages/symbols-icons/src/@types/files.d.ts: -------------------------------------------------------------------------------- 1 | declare global { 2 | type FileType = { 3 | name: string; 4 | icon: string; 5 | file_name?: string[]; 6 | extension?: string[]; 7 | }; 8 | } 9 | 10 | export {}; -------------------------------------------------------------------------------- /packages/symbols-icons/src/@types/folders.d.ts: -------------------------------------------------------------------------------- 1 | 2 | declare global { 3 | type FolderType = { 4 | name: string; 5 | icon: string; 6 | folder_name: string[]; 7 | }; 8 | } 9 | 10 | export {}; -------------------------------------------------------------------------------- /packages/symbols-icons/src/lib/folders.ts: -------------------------------------------------------------------------------- 1 | export default []; -------------------------------------------------------------------------------- /packages/symbols-icons/src/styles/global.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianjnuwu/acode-plugins/6d54dd6d2f26221dcb6a5375417f4b7caa4a3887/packages/symbols-icons/src/styles/global.css -------------------------------------------------------------------------------- /packages/symbols-icons/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "target": "ESNext", 4 | "allowJs": true, 5 | "outDir": "./build", 6 | "removeComments": true, 7 | "esModuleInterop": true, 8 | "forceConsistentCasingInFileNames": true, 9 | "strict": true 10 | }, 11 | } -------------------------------------------------------------------------------- /packages/theme-purple/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | "@babel/preset-env" 4 | ], 5 | "env": { 6 | "test": { 7 | "presets": [ 8 | "@babel/env" 9 | ] 10 | } 11 | }, 12 | "plugins": [ 13 | "html-tag-js/jsx/jsx-to-tag.js", 14 | "html-tag-js/jsx/syntax-parser.js", 15 | [ 16 | "@babel/plugin-transform-runtime" 17 | ] 18 | ], 19 | "compact": true 20 | } -------------------------------------------------------------------------------- /packages/theme-purple/.gitignore: -------------------------------------------------------------------------------- 1 | # Skipping junk files to repository 2 | node_modules/ 3 | package-lock.json 4 | .acode/build/ 5 | .acode/*.zip -------------------------------------------------------------------------------- /packages/theme-purple/biome.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", 3 | "formatter": { 4 | "enabled": true, 5 | "indentStyle": "space", 6 | "indentWidth": 2, 7 | "lineWidth": 80 8 | }, 9 | "linter": { 10 | "enabled": true, 11 | "rules": { 12 | "suspicious": { 13 | "noExplicitAny": "off" 14 | }, 15 | "recommended": true 16 | } 17 | }, 18 | "organizeImports": { 19 | "enabled": true 20 | }, 21 | "files": { 22 | "ignore": ["node_modules", "src/eruda.js", "build"] 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /packages/theme-purple/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianjnuwu/acode-plugins/6d54dd6d2f26221dcb6a5375417f4b7caa4a3887/packages/theme-purple/icon.png -------------------------------------------------------------------------------- /packages/theme-purple/plugin.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "sebastianjnuwu.theme.vscode", 3 | "name": "Acode Purple (theme)", 4 | "main": "main.js", 5 | "license": "Apache-2.0", 6 | "version": "1.1.6", 7 | "readme": "readme.md", 8 | "minVersionCode": 280, 9 | "icon": "icon.png", 10 | "files": [], 11 | "keywords": ["theme", "editor", "app"], 12 | "contributors": [], 13 | "author": { 14 | "name": "sebastianjnuwu", 15 | "email": "sebastianjnuwu@gmail.com", 16 | "github": "sebastianjnuwu" 17 | } 18 | } -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 |
2 |

Acode Plugins

3 |
4 | 5 |
6 | profile 7 |
8 | License 9 | 10 | Acode Editor - Collection of some open source plugins used in the main [play story](https://play.google.com/store/apps/details?id=com.foxdebug.acodefree) code editing application 11 | 12 | • Documentation: [https://acode.app/](https://acode.app/plugin-docs) 13 | 14 |
--------------------------------------------------------------------------------