rn-shiki 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/eslint.config.mjs +1 -4
- package/lib/commonjs/components/syntax/SyntaxHighlighter.js +9 -3
- package/lib/commonjs/components/syntax/SyntaxHighlighter.js.map +1 -1
- package/lib/commonjs/hooks/useSyntaxHighlighter.js +6 -4
- package/lib/commonjs/hooks/useSyntaxHighlighter.js.map +1 -1
- package/lib/commonjs/index.js +10 -3
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/langs.js +28 -0
- package/lib/commonjs/langs.js.map +1 -0
- package/lib/commonjs/syntax/highlighter/index.js +5 -97
- package/lib/commonjs/syntax/highlighter/index.js.map +1 -1
- package/lib/commonjs/syntax/index.js +0 -7
- package/lib/commonjs/syntax/index.js.map +1 -1
- package/lib/commonjs/themes.js +28 -0
- package/lib/commonjs/themes.js.map +1 -0
- package/lib/module/components/syntax/SyntaxHighlighter.js +74 -0
- package/lib/module/components/syntax/SyntaxHighlighter.js.map +1 -0
- package/lib/module/components/syntax/SyntaxLine.js +31 -0
- package/lib/module/components/syntax/SyntaxLine.js.map +1 -0
- package/lib/module/components/syntax/index.js +5 -0
- package/lib/module/components/syntax/index.js.map +1 -0
- package/lib/module/hooks/useSyntaxHighlighter.js +60 -0
- package/lib/module/hooks/useSyntaxHighlighter.js.map +1 -0
- package/lib/module/index.js +6 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/langs.js +20 -0
- package/lib/module/langs.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/module/syntax/highlighter/index.js +33 -0
- package/lib/module/syntax/highlighter/index.js.map +1 -0
- package/lib/module/syntax/index.js +4 -0
- package/lib/module/syntax/index.js.map +1 -0
- package/lib/module/themes.js +20 -0
- package/lib/module/themes.js.map +1 -0
- package/lib/module/types/index.js +2 -0
- package/lib/module/types/index.js.map +1 -0
- package/lib/module/utils/index.js +4 -0
- package/lib/module/utils/index.js.map +1 -0
- package/lib/module/utils/string.js +22 -0
- package/lib/module/utils/string.js.map +1 -0
- package/lib/typescript/src/components/syntax/SyntaxHighlighter.d.ts +13 -0
- package/lib/typescript/src/components/syntax/SyntaxHighlighter.d.ts.map +1 -0
- package/lib/typescript/src/components/syntax/SyntaxLine.d.ts.map +1 -0
- package/lib/typescript/src/components/syntax/index.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useSyntaxHighlighter.d.ts +15 -0
- package/lib/typescript/src/hooks/useSyntaxHighlighter.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +4 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/langs.d.ts +6 -0
- package/lib/typescript/src/langs.d.ts.map +1 -0
- package/lib/typescript/src/syntax/highlighter/index.d.ts +9 -0
- package/lib/typescript/src/syntax/highlighter/index.d.ts.map +1 -0
- package/lib/typescript/src/syntax/index.d.ts +2 -0
- package/lib/typescript/src/syntax/index.d.ts.map +1 -0
- package/lib/typescript/src/themes.d.ts +6 -0
- package/lib/typescript/src/themes.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/string.d.ts.map +1 -0
- package/package.json +4 -2
- package/scripts/build.js +98 -19
- package/src/components/syntax/SyntaxHighlighter.tsx +17 -4
- package/src/hooks/useSyntaxHighlighter.ts +15 -8
- package/src/index.ts +2 -2
- package/src/langs.ts +20 -0
- package/src/syntax/highlighter/index.ts +5 -127
- package/src/syntax/index.ts +0 -2
- package/src/themes.ts +20 -0
- package/vendor/shiki/langs/abap.d.ts +6 -0
- package/vendor/shiki/langs/actionscript-3.d.ts +6 -0
- package/vendor/shiki/langs/ada.d.ts +6 -0
- package/vendor/shiki/langs/adoc.d.ts +6 -0
- package/vendor/shiki/langs/angular-expression.d.ts +6 -0
- package/vendor/shiki/langs/angular-html.d.ts +6 -0
- package/vendor/shiki/langs/angular-inline-style.d.ts +6 -0
- package/vendor/shiki/langs/angular-inline-template.d.ts +6 -0
- package/vendor/shiki/langs/angular-let-declaration.d.ts +6 -0
- package/vendor/shiki/langs/angular-template-blocks.d.ts +6 -0
- package/vendor/shiki/langs/angular-template.d.ts +6 -0
- package/vendor/shiki/langs/angular-ts.d.ts +6 -0
- package/vendor/shiki/langs/apache.d.ts +6 -0
- package/vendor/shiki/langs/apex.d.ts +6 -0
- package/vendor/shiki/langs/apl.d.ts +6 -0
- package/vendor/shiki/langs/applescript.d.ts +6 -0
- package/vendor/shiki/langs/ara.d.ts +6 -0
- package/vendor/shiki/langs/asciidoc.d.ts +6 -0
- package/vendor/shiki/langs/asm.d.ts +6 -0
- package/vendor/shiki/langs/astro.d.ts +6 -0
- package/vendor/shiki/langs/awk.d.ts +6 -0
- package/vendor/shiki/langs/ballerina.d.ts +6 -0
- package/vendor/shiki/langs/bash.d.ts +6 -0
- package/vendor/shiki/langs/bat.d.ts +6 -0
- package/vendor/shiki/langs/batch.d.ts +6 -0
- package/vendor/shiki/langs/be.d.ts +6 -0
- package/vendor/shiki/langs/beancount.d.ts +6 -0
- package/vendor/shiki/langs/berry.d.ts +6 -0
- package/vendor/shiki/langs/bibtex.d.ts +6 -0
- package/vendor/shiki/langs/bicep.d.ts +6 -0
- package/vendor/shiki/langs/blade.d.ts +6 -0
- package/vendor/shiki/langs/c.d.ts +6 -0
- package/vendor/shiki/langs/cadence.d.ts +6 -0
- package/vendor/shiki/langs/cdc.d.ts +6 -0
- package/vendor/shiki/langs/clarity.d.ts +6 -0
- package/vendor/shiki/langs/clj.d.ts +6 -0
- package/vendor/shiki/langs/clojure.d.ts +6 -0
- package/vendor/shiki/langs/closure-templates.d.ts +6 -0
- package/vendor/shiki/langs/cmake.d.ts +6 -0
- package/vendor/shiki/langs/cmd.d.ts +6 -0
- package/vendor/shiki/langs/cobol.d.ts +6 -0
- package/vendor/shiki/langs/codeowners.d.ts +6 -0
- package/vendor/shiki/langs/codeql.d.ts +6 -0
- package/vendor/shiki/langs/coffee.d.ts +6 -0
- package/vendor/shiki/langs/coffeescript.d.ts +6 -0
- package/vendor/shiki/langs/common-lisp.d.ts +6 -0
- package/vendor/shiki/langs/console.d.ts +6 -0
- package/vendor/shiki/langs/coq.d.ts +6 -0
- package/vendor/shiki/langs/cpp-macro.d.ts +6 -0
- package/vendor/shiki/langs/cpp.d.ts +6 -0
- package/vendor/shiki/langs/cql.d.ts +6 -0
- package/vendor/shiki/langs/crystal.d.ts +6 -0
- package/vendor/shiki/langs/cs.d.ts +6 -0
- package/vendor/shiki/langs/csharp.d.ts +6 -0
- package/vendor/shiki/langs/css.d.ts +6 -0
- package/vendor/shiki/langs/csv.d.ts +6 -0
- package/vendor/shiki/langs/cue.d.ts +6 -0
- package/vendor/shiki/langs/cypher.d.ts +6 -0
- package/vendor/shiki/langs/d.d.ts +6 -0
- package/vendor/shiki/langs/dart.d.ts +6 -0
- package/vendor/shiki/langs/dax.d.ts +6 -0
- package/vendor/shiki/langs/desktop.d.ts +6 -0
- package/vendor/shiki/langs/diff.d.ts +6 -0
- package/vendor/shiki/langs/docker.d.ts +6 -0
- package/vendor/shiki/langs/dockerfile.d.ts +6 -0
- package/vendor/shiki/langs/dotenv.d.ts +6 -0
- package/vendor/shiki/langs/dream-maker.d.ts +6 -0
- package/vendor/shiki/langs/edge.d.ts +6 -0
- package/vendor/shiki/langs/elisp.d.ts +6 -0
- package/vendor/shiki/langs/elixir.d.ts +6 -0
- package/vendor/shiki/langs/elm.d.ts +6 -0
- package/vendor/shiki/langs/emacs-lisp.d.ts +6 -0
- package/vendor/shiki/langs/erb.d.ts +6 -0
- package/vendor/shiki/langs/erl.d.ts +6 -0
- package/vendor/shiki/langs/erlang.d.ts +6 -0
- package/vendor/shiki/langs/es-tag-css.d.ts +6 -0
- package/vendor/shiki/langs/es-tag-glsl.d.ts +6 -0
- package/vendor/shiki/langs/es-tag-html.d.ts +6 -0
- package/vendor/shiki/langs/es-tag-sql.d.ts +6 -0
- package/vendor/shiki/langs/es-tag-xml.d.ts +6 -0
- package/vendor/shiki/langs/f.d.ts +6 -0
- package/vendor/shiki/langs/f03.d.ts +6 -0
- package/vendor/shiki/langs/f08.d.ts +6 -0
- package/vendor/shiki/langs/f18.d.ts +6 -0
- package/vendor/shiki/langs/f77.d.ts +6 -0
- package/vendor/shiki/langs/f90.d.ts +6 -0
- package/vendor/shiki/langs/f95.d.ts +6 -0
- package/vendor/shiki/langs/fennel.d.ts +6 -0
- package/vendor/shiki/langs/fish.d.ts +6 -0
- package/vendor/shiki/langs/fluent.d.ts +6 -0
- package/vendor/shiki/langs/for.d.ts +6 -0
- package/vendor/shiki/langs/fortran-fixed-form.d.ts +6 -0
- package/vendor/shiki/langs/fortran-free-form.d.ts +6 -0
- package/vendor/shiki/langs/fs.d.ts +6 -0
- package/vendor/shiki/langs/fsharp.d.ts +6 -0
- package/vendor/shiki/langs/fsl.d.ts +6 -0
- package/vendor/shiki/langs/ftl.d.ts +6 -0
- package/vendor/shiki/langs/gdresource.d.ts +6 -0
- package/vendor/shiki/langs/gdscript.d.ts +6 -0
- package/vendor/shiki/langs/gdshader.d.ts +6 -0
- package/vendor/shiki/langs/genie.d.ts +6 -0
- package/vendor/shiki/langs/gherkin.d.ts +6 -0
- package/vendor/shiki/langs/git-commit.d.ts +6 -0
- package/vendor/shiki/langs/git-rebase.d.ts +6 -0
- package/vendor/shiki/langs/gjs.d.ts +6 -0
- package/vendor/shiki/langs/gleam.d.ts +6 -0
- package/vendor/shiki/langs/glimmer-js.d.ts +6 -0
- package/vendor/shiki/langs/glimmer-ts.d.ts +6 -0
- package/vendor/shiki/langs/glsl.d.ts +6 -0
- package/vendor/shiki/langs/gnuplot.d.ts +6 -0
- package/vendor/shiki/langs/go.d.ts +6 -0
- package/vendor/shiki/langs/gql.d.ts +6 -0
- package/vendor/shiki/langs/graphql.d.ts +6 -0
- package/vendor/shiki/langs/groovy.d.ts +6 -0
- package/vendor/shiki/langs/gts.d.ts +6 -0
- package/vendor/shiki/langs/hack.d.ts +6 -0
- package/vendor/shiki/langs/haml.d.ts +6 -0
- package/vendor/shiki/langs/handlebars.d.ts +6 -0
- package/vendor/shiki/langs/haskell.d.ts +6 -0
- package/vendor/shiki/langs/haxe.d.ts +6 -0
- package/vendor/shiki/langs/hbs.d.ts +6 -0
- package/vendor/shiki/langs/hcl.d.ts +6 -0
- package/vendor/shiki/langs/hjson.d.ts +6 -0
- package/vendor/shiki/langs/hlsl.d.ts +6 -0
- package/vendor/shiki/langs/hs.d.ts +6 -0
- package/vendor/shiki/langs/html-derivative.d.ts +6 -0
- package/vendor/shiki/langs/html.d.ts +6 -0
- package/vendor/shiki/langs/http.d.ts +6 -0
- package/vendor/shiki/langs/hxml.d.ts +6 -0
- package/vendor/shiki/langs/hy.d.ts +6 -0
- package/vendor/shiki/langs/imba.d.ts +6 -0
- package/vendor/shiki/langs/ini.d.ts +6 -0
- package/vendor/shiki/langs/jade.d.ts +6 -0
- package/vendor/shiki/langs/java.d.ts +6 -0
- package/vendor/shiki/langs/javascript.d.ts +6 -0
- package/vendor/shiki/langs/jinja-html.d.ts +6 -0
- package/vendor/shiki/langs/jinja.d.ts +6 -0
- package/vendor/shiki/langs/jison.d.ts +6 -0
- package/vendor/shiki/langs/jl.d.ts +6 -0
- package/vendor/shiki/langs/js.d.ts +6 -0
- package/vendor/shiki/langs/json.d.ts +6 -0
- package/vendor/shiki/langs/json5.d.ts +6 -0
- package/vendor/shiki/langs/jsonc.d.ts +6 -0
- package/vendor/shiki/langs/jsonl.d.ts +6 -0
- package/vendor/shiki/langs/jsonnet.d.ts +6 -0
- package/vendor/shiki/langs/jssm.d.ts +6 -0
- package/vendor/shiki/langs/jsx.d.ts +6 -0
- package/vendor/shiki/langs/julia.d.ts +6 -0
- package/vendor/shiki/langs/kotlin.d.ts +6 -0
- package/vendor/shiki/langs/kql.d.ts +6 -0
- package/vendor/shiki/langs/kt.d.ts +6 -0
- package/vendor/shiki/langs/kts.d.ts +6 -0
- package/vendor/shiki/langs/kusto.d.ts +6 -0
- package/vendor/shiki/langs/latex.d.ts +6 -0
- package/vendor/shiki/langs/lean.d.ts +6 -0
- package/vendor/shiki/langs/lean4.d.ts +6 -0
- package/vendor/shiki/langs/less.d.ts +6 -0
- package/vendor/shiki/langs/liquid.d.ts +6 -0
- package/vendor/shiki/langs/lisp.d.ts +6 -0
- package/vendor/shiki/langs/lit.d.ts +6 -0
- package/vendor/shiki/langs/log.d.ts +6 -0
- package/vendor/shiki/langs/logo.d.ts +6 -0
- package/vendor/shiki/langs/lua.d.ts +6 -0
- package/vendor/shiki/langs/luau.d.ts +6 -0
- package/vendor/shiki/langs/make.d.ts +6 -0
- package/vendor/shiki/langs/makefile.d.ts +6 -0
- package/vendor/shiki/langs/markdown-vue.d.ts +6 -0
- package/vendor/shiki/langs/markdown.d.ts +6 -0
- package/vendor/shiki/langs/marko.d.ts +6 -0
- package/vendor/shiki/langs/matlab.d.ts +6 -0
- package/vendor/shiki/langs/md.d.ts +6 -0
- package/vendor/shiki/langs/mdc.d.ts +6 -0
- package/vendor/shiki/langs/mdx.d.ts +6 -0
- package/vendor/shiki/langs/mediawiki.d.ts +6 -0
- package/vendor/shiki/langs/mermaid.d.ts +6 -0
- package/vendor/shiki/langs/mips.d.ts +6 -0
- package/vendor/shiki/langs/mipsasm.d.ts +6 -0
- package/vendor/shiki/langs/mmd.d.ts +6 -0
- package/vendor/shiki/langs/mojo.d.ts +6 -0
- package/vendor/shiki/langs/move.d.ts +6 -0
- package/vendor/shiki/langs/nar.d.ts +6 -0
- package/vendor/shiki/langs/narrat.d.ts +6 -0
- package/vendor/shiki/langs/nextflow.d.ts +6 -0
- package/vendor/shiki/langs/nf.d.ts +6 -0
- package/vendor/shiki/langs/nginx.d.ts +6 -0
- package/vendor/shiki/langs/nim.d.ts +6 -0
- package/vendor/shiki/langs/nix.d.ts +6 -0
- package/vendor/shiki/langs/nu.d.ts +6 -0
- package/vendor/shiki/langs/nushell.d.ts +6 -0
- package/vendor/shiki/langs/objc.d.ts +6 -0
- package/vendor/shiki/langs/objective-c.d.ts +6 -0
- package/vendor/shiki/langs/objective-cpp.d.ts +6 -0
- package/vendor/shiki/langs/ocaml.d.ts +6 -0
- package/vendor/shiki/langs/pascal.d.ts +6 -0
- package/vendor/shiki/langs/perl.d.ts +6 -0
- package/vendor/shiki/langs/perl6.d.ts +6 -0
- package/vendor/shiki/langs/php.d.ts +6 -0
- package/vendor/shiki/langs/plsql.d.ts +6 -0
- package/vendor/shiki/langs/po.d.ts +6 -0
- package/vendor/shiki/langs/postcss.d.ts +6 -0
- package/vendor/shiki/langs/pot.d.ts +6 -0
- package/vendor/shiki/langs/potx.d.ts +6 -0
- package/vendor/shiki/langs/powerquery.d.ts +6 -0
- package/vendor/shiki/langs/powershell.d.ts +6 -0
- package/vendor/shiki/langs/prisma.d.ts +6 -0
- package/vendor/shiki/langs/prolog.d.ts +6 -0
- package/vendor/shiki/langs/properties.d.ts +6 -0
- package/vendor/shiki/langs/proto.d.ts +6 -0
- package/vendor/shiki/langs/protobuf.d.ts +6 -0
- package/vendor/shiki/langs/ps.d.ts +6 -0
- package/vendor/shiki/langs/ps1.d.ts +6 -0
- package/vendor/shiki/langs/pug.d.ts +6 -0
- package/vendor/shiki/langs/puppet.d.ts +6 -0
- package/vendor/shiki/langs/purescript.d.ts +6 -0
- package/vendor/shiki/langs/py.d.ts +6 -0
- package/vendor/shiki/langs/python.d.ts +6 -0
- package/vendor/shiki/langs/ql.d.ts +6 -0
- package/vendor/shiki/langs/qml.d.ts +6 -0
- package/vendor/shiki/langs/qmldir.d.ts +6 -0
- package/vendor/shiki/langs/qss.d.ts +6 -0
- package/vendor/shiki/langs/r.d.ts +6 -0
- package/vendor/shiki/langs/racket.d.ts +6 -0
- package/vendor/shiki/langs/raku.d.ts +6 -0
- package/vendor/shiki/langs/razor.d.ts +6 -0
- package/vendor/shiki/langs/rb.d.ts +6 -0
- package/vendor/shiki/langs/reg.d.ts +6 -0
- package/vendor/shiki/langs/regex.d.ts +6 -0
- package/vendor/shiki/langs/regexp.d.ts +6 -0
- package/vendor/shiki/langs/rel.d.ts +6 -0
- package/vendor/shiki/langs/riscv.d.ts +6 -0
- package/vendor/shiki/langs/rs.d.ts +6 -0
- package/vendor/shiki/langs/rst.d.ts +6 -0
- package/vendor/shiki/langs/ruby.d.ts +6 -0
- package/vendor/shiki/langs/rust.d.ts +6 -0
- package/vendor/shiki/langs/sas.d.ts +6 -0
- package/vendor/shiki/langs/sass.d.ts +6 -0
- package/vendor/shiki/langs/scala.d.ts +6 -0
- package/vendor/shiki/langs/scheme.d.ts +6 -0
- package/vendor/shiki/langs/scss.d.ts +6 -0
- package/vendor/shiki/langs/sh.d.ts +6 -0
- package/vendor/shiki/langs/shader.d.ts +6 -0
- package/vendor/shiki/langs/shaderlab.d.ts +6 -0
- package/vendor/shiki/langs/shell.d.ts +6 -0
- package/vendor/shiki/langs/shellscript.d.ts +6 -0
- package/vendor/shiki/langs/shellsession.d.ts +6 -0
- package/vendor/shiki/langs/smalltalk.d.ts +6 -0
- package/vendor/shiki/langs/solidity.d.ts +6 -0
- package/vendor/shiki/langs/soy.d.ts +6 -0
- package/vendor/shiki/langs/sparql.d.ts +6 -0
- package/vendor/shiki/langs/spl.d.ts +6 -0
- package/vendor/shiki/langs/splunk.d.ts +6 -0
- package/vendor/shiki/langs/sql.d.ts +6 -0
- package/vendor/shiki/langs/ssh-config.d.ts +6 -0
- package/vendor/shiki/langs/stata.d.ts +6 -0
- package/vendor/shiki/langs/styl.d.ts +6 -0
- package/vendor/shiki/langs/stylus.d.ts +6 -0
- package/vendor/shiki/langs/svelte.d.ts +6 -0
- package/vendor/shiki/langs/swift.d.ts +6 -0
- package/vendor/shiki/langs/system-verilog.d.ts +6 -0
- package/vendor/shiki/langs/systemd.d.ts +6 -0
- package/vendor/shiki/langs/tasl.d.ts +6 -0
- package/vendor/shiki/langs/tcl.d.ts +6 -0
- package/vendor/shiki/langs/templ.d.ts +6 -0
- package/vendor/shiki/langs/terraform.d.ts +6 -0
- package/vendor/shiki/langs/tex.d.ts +6 -0
- package/vendor/shiki/langs/tf.d.ts +6 -0
- package/vendor/shiki/langs/tfvars.d.ts +6 -0
- package/vendor/shiki/langs/toml.d.ts +6 -0
- package/vendor/shiki/langs/ts-tags.d.ts +6 -0
- package/vendor/shiki/langs/ts.d.ts +6 -0
- package/vendor/shiki/langs/tsp.d.ts +6 -0
- package/vendor/shiki/langs/tsv.d.ts +6 -0
- package/vendor/shiki/langs/tsx.d.ts +6 -0
- package/vendor/shiki/langs/turtle.d.ts +6 -0
- package/vendor/shiki/langs/twig.d.ts +6 -0
- package/vendor/shiki/langs/typ.d.ts +6 -0
- package/vendor/shiki/langs/typescript.d.ts +6 -0
- package/vendor/shiki/langs/typespec.d.ts +6 -0
- package/vendor/shiki/langs/typst.d.ts +6 -0
- package/vendor/shiki/langs/v.d.ts +6 -0
- package/vendor/shiki/langs/vala.d.ts +6 -0
- package/vendor/shiki/langs/vb.d.ts +6 -0
- package/vendor/shiki/langs/verilog.d.ts +6 -0
- package/vendor/shiki/langs/vhdl.d.ts +6 -0
- package/vendor/shiki/langs/vim.d.ts +6 -0
- package/vendor/shiki/langs/viml.d.ts +6 -0
- package/vendor/shiki/langs/vimscript.d.ts +6 -0
- package/vendor/shiki/langs/vue-directives.d.ts +6 -0
- package/vendor/shiki/langs/vue-html.d.ts +6 -0
- package/vendor/shiki/langs/vue-interpolations.d.ts +6 -0
- package/vendor/shiki/langs/vue-sfc-style-variable-injection.d.ts +6 -0
- package/vendor/shiki/langs/vue.d.ts +6 -0
- package/vendor/shiki/langs/vy.d.ts +6 -0
- package/vendor/shiki/langs/vyper.d.ts +6 -0
- package/vendor/shiki/langs/wasm.d.ts +6 -0
- package/vendor/shiki/langs/wenyan.d.ts +6 -0
- package/vendor/shiki/langs/wgsl.d.ts +6 -0
- package/vendor/shiki/langs/wiki.d.ts +6 -0
- package/vendor/shiki/langs/wikitext.d.ts +6 -0
- package/vendor/shiki/langs/wl.d.ts +6 -0
- package/vendor/shiki/langs/wolfram.d.ts +6 -0
- package/vendor/shiki/langs/xml.d.ts +6 -0
- package/vendor/shiki/langs/xsl.d.ts +6 -0
- package/vendor/shiki/langs/yaml.d.ts +6 -0
- package/vendor/shiki/langs/yml.d.ts +6 -0
- package/vendor/shiki/langs/zenscript.d.ts +6 -0
- package/vendor/shiki/langs/zig.d.ts +6 -0
- package/vendor/shiki/langs/zsh.d.ts +6 -0
- package/vendor/shiki/manifest.json +1468 -0
- package/vendor/shiki/themes/andromeeda.d.ts +6 -0
- package/vendor/shiki/themes/aurora-x.d.ts +6 -0
- package/vendor/shiki/themes/ayu-dark.d.ts +6 -0
- package/vendor/shiki/themes/catppuccin-frappe.d.ts +6 -0
- package/vendor/shiki/themes/catppuccin-latte.d.ts +6 -0
- package/vendor/shiki/themes/catppuccin-macchiato.d.ts +6 -0
- package/vendor/shiki/themes/catppuccin-mocha.d.ts +6 -0
- package/vendor/shiki/themes/dark-plus.d.ts +6 -0
- package/vendor/shiki/themes/dracula-soft.d.ts +6 -0
- package/vendor/shiki/themes/dracula.d.ts +6 -0
- package/vendor/shiki/themes/everforest-dark.d.ts +6 -0
- package/vendor/shiki/themes/everforest-light.d.ts +6 -0
- package/vendor/shiki/themes/github-dark-default.d.ts +6 -0
- package/vendor/shiki/themes/github-dark-dimmed.d.ts +6 -0
- package/vendor/shiki/themes/github-dark-high-contrast.d.ts +6 -0
- package/vendor/shiki/themes/github-dark.d.ts +6 -0
- package/vendor/shiki/themes/github-light-default.d.ts +6 -0
- package/vendor/shiki/themes/github-light-high-contrast.d.ts +6 -0
- package/vendor/shiki/themes/github-light.d.ts +6 -0
- package/vendor/shiki/themes/houston.d.ts +6 -0
- package/vendor/shiki/themes/kanagawa-dragon.d.ts +6 -0
- package/vendor/shiki/themes/kanagawa-lotus.d.ts +6 -0
- package/vendor/shiki/themes/kanagawa-wave.d.ts +6 -0
- package/vendor/shiki/themes/laserwave.d.ts +6 -0
- package/vendor/shiki/themes/light-plus.d.ts +6 -0
- package/vendor/shiki/themes/material-theme-darker.d.ts +6 -0
- package/vendor/shiki/themes/material-theme-lighter.d.ts +6 -0
- package/vendor/shiki/themes/material-theme-ocean.d.ts +6 -0
- package/vendor/shiki/themes/material-theme-palenight.d.ts +6 -0
- package/vendor/shiki/themes/material-theme.d.ts +6 -0
- package/vendor/shiki/themes/min-dark.d.ts +6 -0
- package/vendor/shiki/themes/min-light.d.ts +6 -0
- package/vendor/shiki/themes/monokai.d.ts +6 -0
- package/vendor/shiki/themes/night-owl.d.ts +6 -0
- package/vendor/shiki/themes/nord.d.ts +6 -0
- package/vendor/shiki/themes/one-dark-pro.d.ts +6 -0
- package/vendor/shiki/themes/one-light.d.ts +6 -0
- package/vendor/shiki/themes/plastic.d.ts +6 -0
- package/vendor/shiki/themes/poimandres.d.ts +6 -0
- package/vendor/shiki/themes/red.d.ts +6 -0
- package/vendor/shiki/themes/rose-pine-dawn.d.ts +6 -0
- package/vendor/shiki/themes/rose-pine-moon.d.ts +6 -0
- package/vendor/shiki/themes/rose-pine.d.ts +6 -0
- package/vendor/shiki/themes/slack-dark.d.ts +6 -0
- package/vendor/shiki/themes/slack-ochin.d.ts +6 -0
- package/vendor/shiki/themes/snazzy-light.d.ts +6 -0
- package/vendor/shiki/themes/solarized-dark.d.ts +6 -0
- package/vendor/shiki/themes/solarized-light.d.ts +6 -0
- package/vendor/shiki/themes/tokyo-night.d.ts +6 -0
- package/vendor/shiki/themes/vesper.d.ts +6 -0
- package/vendor/shiki/themes/vitesse-black.d.ts +6 -0
- package/vendor/shiki/themes/vitesse-dark.d.ts +6 -0
- package/vendor/shiki/themes/vitesse-light.d.ts +6 -0
- package/lib/commonjs/syntax/parser/index.js +0 -26
- package/lib/commonjs/syntax/parser/index.js.map +0 -1
- package/lib/commonjs/types/shiki.d.js +0 -2
- package/lib/commonjs/types/shiki.d.js.map +0 -1
- package/lib/typescript/components/syntax/SyntaxHighlighter.d.ts +0 -11
- package/lib/typescript/components/syntax/SyntaxHighlighter.d.ts.map +0 -1
- package/lib/typescript/components/syntax/SyntaxLine.d.ts.map +0 -1
- package/lib/typescript/components/syntax/index.d.ts.map +0 -1
- package/lib/typescript/hooks/useSyntaxHighlighter.d.ts +0 -11
- package/lib/typescript/hooks/useSyntaxHighlighter.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -4
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/syntax/highlighter/index.d.ts +0 -18
- package/lib/typescript/syntax/highlighter/index.d.ts.map +0 -1
- package/lib/typescript/syntax/index.d.ts +0 -4
- package/lib/typescript/syntax/index.d.ts.map +0 -1
- package/lib/typescript/syntax/parser/index.d.ts +0 -10
- package/lib/typescript/syntax/parser/index.d.ts.map +0 -1
- package/lib/typescript/types/index.d.ts.map +0 -1
- package/lib/typescript/utils/index.d.ts.map +0 -1
- package/lib/typescript/utils/string.d.ts.map +0 -1
- package/src/syntax/parser/index.ts +0 -32
- package/src/types/shiki.d.ts +0 -17
- /package/lib/typescript/{components → src/components}/syntax/SyntaxLine.d.ts +0 -0
- /package/lib/typescript/{components → src/components}/syntax/index.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/index.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/index.d.ts +0 -0
- /package/lib/typescript/{utils → src/utils}/string.d.ts +0 -0
- /package/{dist/cache → vendor/shiki}/core/core.js +0 -0
- /package/{dist/cache → vendor/shiki}/core/engine-javascript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/abap.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/actionscript-3.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ada.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/adoc.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-expression.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-html.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-inline-style.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-inline-template.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-let-declaration.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-template-blocks.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-template.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/angular-ts.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/apache.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/apex.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/apl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/applescript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ara.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/asciidoc.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/asm.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/astro.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/awk.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ballerina.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/bash.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/bat.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/batch.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/be.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/beancount.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/berry.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/bibtex.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/bicep.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/blade.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/c.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cadence.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cdc.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/clarity.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/clj.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/clojure.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/closure-templates.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cmake.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cmd.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cobol.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/codeowners.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/codeql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/coffee.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/coffeescript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/common-lisp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/console.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/coq.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cpp-macro.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cpp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/crystal.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cs.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/csharp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/css.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/csv.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cue.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/cypher.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/d.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/dart.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/dax.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/desktop.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/diff.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/docker.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/dockerfile.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/dotenv.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/dream-maker.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/edge.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/elisp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/elixir.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/elm.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/emacs-lisp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/erb.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/erl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/erlang.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/es-tag-css.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/es-tag-glsl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/es-tag-html.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/es-tag-sql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/es-tag-xml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/f.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/f03.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/f08.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/f18.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/f77.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/f90.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/f95.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fennel.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fish.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fluent.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/for.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fortran-fixed-form.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fortran-free-form.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fs.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fsharp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/fsl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ftl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gdresource.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gdscript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gdshader.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/genie.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gherkin.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/git-commit.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/git-rebase.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gjs.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gleam.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/glimmer-js.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/glimmer-ts.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/glsl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gnuplot.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/go.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/graphql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/groovy.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/gts.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hack.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/haml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/handlebars.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/haskell.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/haxe.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hbs.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hcl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hjson.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hlsl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hs.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/html-derivative.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/html.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/http.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hxml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/hy.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/imba.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ini.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jade.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/java.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/javascript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jinja-html.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jinja.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jison.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/js.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/json.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/json5.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jsonc.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jsonl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jsonnet.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jssm.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/jsx.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/julia.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/kotlin.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/kql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/kt.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/kts.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/kusto.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/latex.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/lean.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/lean4.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/less.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/liquid.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/lisp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/lit.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/log.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/logo.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/lua.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/luau.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/make.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/makefile.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/markdown-vue.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/markdown.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/marko.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/matlab.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/md.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mdc.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mdx.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mediawiki.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mermaid.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mips.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mipsasm.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mmd.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/mojo.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/move.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nar.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/narrat.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nextflow.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nf.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nginx.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nim.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nix.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nu.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/nushell.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/objc.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/objective-c.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/objective-cpp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ocaml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/pascal.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/perl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/perl6.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/php.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/plsql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/po.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/postcss.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/pot.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/potx.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/powerquery.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/powershell.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/prisma.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/prolog.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/properties.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/proto.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/protobuf.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ps.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ps1.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/pug.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/puppet.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/purescript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/py.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/python.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/qml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/qmldir.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/qss.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/r.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/racket.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/raku.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/razor.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/rb.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/reg.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/regex.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/regexp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/rel.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/riscv.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/rs.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/rst.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ruby.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/rust.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/sas.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/sass.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/scala.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/scheme.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/scss.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/sh.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/shader.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/shaderlab.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/shell.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/shellscript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/shellsession.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/smalltalk.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/solidity.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/soy.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/sparql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/spl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/splunk.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/sql.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ssh-config.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/stata.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/styl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/stylus.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/svelte.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/swift.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/system-verilog.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/systemd.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tasl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tcl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/templ.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/terraform.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tex.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tf.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tfvars.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/toml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ts-tags.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/ts.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tsp.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tsv.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/tsx.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/turtle.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/twig.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/typ.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/typescript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/typespec.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/typst.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/v.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vala.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vb.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/verilog.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vhdl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vim.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/viml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vimscript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vue-directives.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vue-html.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vue-interpolations.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vue-sfc-style-variable-injection.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vue.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vy.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/vyper.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/wasm.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/wenyan.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/wgsl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/wiki.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/wikitext.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/wl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/wolfram.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/xml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/xsl.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/yaml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/yml.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/zenscript.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/zig.js +0 -0
- /package/{dist/cache → vendor/shiki}/langs/zsh.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/andromeeda.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/aurora-x.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/ayu-dark.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/catppuccin-frappe.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/catppuccin-latte.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/catppuccin-macchiato.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/catppuccin-mocha.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/dark-plus.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/dracula-soft.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/dracula.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/everforest-dark.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/everforest-light.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/github-dark-default.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/github-dark-dimmed.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/github-dark-high-contrast.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/github-dark.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/github-light-default.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/github-light-high-contrast.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/github-light.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/houston.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/kanagawa-dragon.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/kanagawa-lotus.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/kanagawa-wave.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/laserwave.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/light-plus.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/material-theme-darker.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/material-theme-lighter.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/material-theme-ocean.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/material-theme-palenight.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/material-theme.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/min-dark.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/min-light.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/monokai.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/night-owl.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/nord.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/one-dark-pro.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/one-light.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/plastic.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/poimandres.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/red.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/rose-pine-dawn.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/rose-pine-moon.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/rose-pine.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/slack-dark.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/slack-ochin.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/snazzy-light.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/solarized-dark.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/solarized-light.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/tokyo-night.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/vesper.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/vitesse-black.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/vitesse-dark.js +0 -0
- /package/{dist/cache → vendor/shiki}/themes/vitesse-light.js +0 -0
@@ -0,0 +1,1468 @@
|
|
1
|
+
{
|
2
|
+
"version": "1.22.1",
|
3
|
+
"buildDate": "2024-10-28T18:12:37.730Z",
|
4
|
+
"core": [
|
5
|
+
{
|
6
|
+
"name": "core",
|
7
|
+
"file": "core/core.js",
|
8
|
+
"built": "2024-10-28T18:12:37.803Z"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"name": "engine_javascript",
|
12
|
+
"file": "core/engine-javascript.js",
|
13
|
+
"built": "2024-10-28T18:12:37.808Z"
|
14
|
+
}
|
15
|
+
],
|
16
|
+
"langs": {
|
17
|
+
"abap": {
|
18
|
+
"file": "langs/abap.js",
|
19
|
+
"built": "2024-10-28T18:12:37.811Z"
|
20
|
+
},
|
21
|
+
"actionscript-3": {
|
22
|
+
"file": "langs/actionscript-3.js",
|
23
|
+
"built": "2024-10-28T18:12:37.813Z"
|
24
|
+
},
|
25
|
+
"ada": {
|
26
|
+
"file": "langs/ada.js",
|
27
|
+
"built": "2024-10-28T18:12:37.817Z"
|
28
|
+
},
|
29
|
+
"adoc": {
|
30
|
+
"file": "langs/adoc.js",
|
31
|
+
"built": "2024-10-28T18:12:37.822Z"
|
32
|
+
},
|
33
|
+
"angular-expression": {
|
34
|
+
"file": "langs/angular-expression.js",
|
35
|
+
"built": "2024-10-28T18:12:37.824Z"
|
36
|
+
},
|
37
|
+
"angular-html": {
|
38
|
+
"file": "langs/angular-html.js",
|
39
|
+
"built": "2024-10-28T18:12:37.832Z"
|
40
|
+
},
|
41
|
+
"angular-inline-style": {
|
42
|
+
"file": "langs/angular-inline-style.js",
|
43
|
+
"built": "2024-10-28T18:12:37.836Z"
|
44
|
+
},
|
45
|
+
"angular-inline-template": {
|
46
|
+
"file": "langs/angular-inline-template.js",
|
47
|
+
"built": "2024-10-28T18:12:37.843Z"
|
48
|
+
},
|
49
|
+
"angular-let-declaration": {
|
50
|
+
"file": "langs/angular-let-declaration.js",
|
51
|
+
"built": "2024-10-28T18:12:37.846Z"
|
52
|
+
},
|
53
|
+
"angular-template-blocks": {
|
54
|
+
"file": "langs/angular-template-blocks.js",
|
55
|
+
"built": "2024-10-28T18:12:37.848Z"
|
56
|
+
},
|
57
|
+
"angular-template": {
|
58
|
+
"file": "langs/angular-template.js",
|
59
|
+
"built": "2024-10-28T18:12:37.850Z"
|
60
|
+
},
|
61
|
+
"angular-ts": {
|
62
|
+
"file": "langs/angular-ts.js",
|
63
|
+
"built": "2024-10-28T18:12:37.860Z"
|
64
|
+
},
|
65
|
+
"apache": {
|
66
|
+
"file": "langs/apache.js",
|
67
|
+
"built": "2024-10-28T18:12:37.863Z"
|
68
|
+
},
|
69
|
+
"apex": {
|
70
|
+
"file": "langs/apex.js",
|
71
|
+
"built": "2024-10-28T18:12:37.865Z"
|
72
|
+
},
|
73
|
+
"apl": {
|
74
|
+
"file": "langs/apl.js",
|
75
|
+
"built": "2024-10-28T18:12:37.873Z"
|
76
|
+
},
|
77
|
+
"applescript": {
|
78
|
+
"file": "langs/applescript.js",
|
79
|
+
"built": "2024-10-28T18:12:37.879Z"
|
80
|
+
},
|
81
|
+
"ara": {
|
82
|
+
"file": "langs/ara.js",
|
83
|
+
"built": "2024-10-28T18:12:37.882Z"
|
84
|
+
},
|
85
|
+
"asciidoc": {
|
86
|
+
"file": "langs/asciidoc.js",
|
87
|
+
"built": "2024-10-28T18:12:37.886Z"
|
88
|
+
},
|
89
|
+
"asm": {
|
90
|
+
"file": "langs/asm.js",
|
91
|
+
"built": "2024-10-28T18:12:37.888Z"
|
92
|
+
},
|
93
|
+
"astro": {
|
94
|
+
"file": "langs/astro.js",
|
95
|
+
"built": "2024-10-28T18:12:37.896Z"
|
96
|
+
},
|
97
|
+
"awk": {
|
98
|
+
"file": "langs/awk.js",
|
99
|
+
"built": "2024-10-28T18:12:37.900Z"
|
100
|
+
},
|
101
|
+
"ballerina": {
|
102
|
+
"file": "langs/ballerina.js",
|
103
|
+
"built": "2024-10-28T18:12:37.902Z"
|
104
|
+
},
|
105
|
+
"bash": {
|
106
|
+
"file": "langs/bash.js",
|
107
|
+
"built": "2024-10-28T18:12:37.906Z"
|
108
|
+
},
|
109
|
+
"bat": {
|
110
|
+
"file": "langs/bat.js",
|
111
|
+
"built": "2024-10-28T18:12:37.908Z"
|
112
|
+
},
|
113
|
+
"batch": {
|
114
|
+
"file": "langs/batch.js",
|
115
|
+
"built": "2024-10-28T18:12:37.910Z"
|
116
|
+
},
|
117
|
+
"be": {
|
118
|
+
"file": "langs/be.js",
|
119
|
+
"built": "2024-10-28T18:12:37.912Z"
|
120
|
+
},
|
121
|
+
"beancount": {
|
122
|
+
"file": "langs/beancount.js",
|
123
|
+
"built": "2024-10-28T18:12:37.914Z"
|
124
|
+
},
|
125
|
+
"berry": {
|
126
|
+
"file": "langs/berry.js",
|
127
|
+
"built": "2024-10-28T18:12:37.916Z"
|
128
|
+
},
|
129
|
+
"bibtex": {
|
130
|
+
"file": "langs/bibtex.js",
|
131
|
+
"built": "2024-10-28T18:12:37.919Z"
|
132
|
+
},
|
133
|
+
"bicep": {
|
134
|
+
"file": "langs/bicep.js",
|
135
|
+
"built": "2024-10-28T18:12:37.921Z"
|
136
|
+
},
|
137
|
+
"blade": {
|
138
|
+
"file": "langs/blade.js",
|
139
|
+
"built": "2024-10-28T18:12:37.928Z"
|
140
|
+
},
|
141
|
+
"c": {
|
142
|
+
"file": "langs/c.js",
|
143
|
+
"built": "2024-10-28T18:12:37.931Z"
|
144
|
+
},
|
145
|
+
"cadence": {
|
146
|
+
"file": "langs/cadence.js",
|
147
|
+
"built": "2024-10-28T18:12:37.933Z"
|
148
|
+
},
|
149
|
+
"cdc": {
|
150
|
+
"file": "langs/cdc.js",
|
151
|
+
"built": "2024-10-28T18:12:37.937Z"
|
152
|
+
},
|
153
|
+
"clarity": {
|
154
|
+
"file": "langs/clarity.js",
|
155
|
+
"built": "2024-10-28T18:12:37.939Z"
|
156
|
+
},
|
157
|
+
"clj": {
|
158
|
+
"file": "langs/clj.js",
|
159
|
+
"built": "2024-10-28T18:12:37.941Z"
|
160
|
+
},
|
161
|
+
"clojure": {
|
162
|
+
"file": "langs/clojure.js",
|
163
|
+
"built": "2024-10-28T18:12:37.943Z"
|
164
|
+
},
|
165
|
+
"closure-templates": {
|
166
|
+
"file": "langs/closure-templates.js",
|
167
|
+
"built": "2024-10-28T18:12:37.948Z"
|
168
|
+
},
|
169
|
+
"cmake": {
|
170
|
+
"file": "langs/cmake.js",
|
171
|
+
"built": "2024-10-28T18:12:37.950Z"
|
172
|
+
},
|
173
|
+
"cmd": {
|
174
|
+
"file": "langs/cmd.js",
|
175
|
+
"built": "2024-10-28T18:12:37.953Z"
|
176
|
+
},
|
177
|
+
"cobol": {
|
178
|
+
"file": "langs/cobol.js",
|
179
|
+
"built": "2024-10-28T18:12:37.961Z"
|
180
|
+
},
|
181
|
+
"codeowners": {
|
182
|
+
"file": "langs/codeowners.js",
|
183
|
+
"built": "2024-10-28T18:12:37.963Z"
|
184
|
+
},
|
185
|
+
"codeql": {
|
186
|
+
"file": "langs/codeql.js",
|
187
|
+
"built": "2024-10-28T18:12:37.965Z"
|
188
|
+
},
|
189
|
+
"coffee": {
|
190
|
+
"file": "langs/coffee.js",
|
191
|
+
"built": "2024-10-28T18:12:37.971Z"
|
192
|
+
},
|
193
|
+
"coffeescript": {
|
194
|
+
"file": "langs/coffeescript.js",
|
195
|
+
"built": "2024-10-28T18:12:37.976Z"
|
196
|
+
},
|
197
|
+
"common-lisp": {
|
198
|
+
"file": "langs/common-lisp.js",
|
199
|
+
"built": "2024-10-28T18:12:37.979Z"
|
200
|
+
},
|
201
|
+
"console": {
|
202
|
+
"file": "langs/console.js",
|
203
|
+
"built": "2024-10-28T18:12:37.982Z"
|
204
|
+
},
|
205
|
+
"coq": {
|
206
|
+
"file": "langs/coq.js",
|
207
|
+
"built": "2024-10-28T18:12:37.984Z"
|
208
|
+
},
|
209
|
+
"cpp-macro": {
|
210
|
+
"file": "langs/cpp-macro.js",
|
211
|
+
"built": "2024-10-28T18:12:37.992Z"
|
212
|
+
},
|
213
|
+
"cpp": {
|
214
|
+
"file": "langs/cpp.js",
|
215
|
+
"built": "2024-10-28T18:12:38.010Z"
|
216
|
+
},
|
217
|
+
"cql": {
|
218
|
+
"file": "langs/cql.js",
|
219
|
+
"built": "2024-10-28T18:12:38.013Z"
|
220
|
+
},
|
221
|
+
"crystal": {
|
222
|
+
"file": "langs/crystal.js",
|
223
|
+
"built": "2024-10-28T18:12:38.024Z"
|
224
|
+
},
|
225
|
+
"cs": {
|
226
|
+
"file": "langs/cs.js",
|
227
|
+
"built": "2024-10-28T18:12:38.029Z"
|
228
|
+
},
|
229
|
+
"csharp": {
|
230
|
+
"file": "langs/csharp.js",
|
231
|
+
"built": "2024-10-28T18:12:38.033Z"
|
232
|
+
},
|
233
|
+
"css": {
|
234
|
+
"file": "langs/css.js",
|
235
|
+
"built": "2024-10-28T18:12:38.035Z"
|
236
|
+
},
|
237
|
+
"csv": {
|
238
|
+
"file": "langs/csv.js",
|
239
|
+
"built": "2024-10-28T18:12:38.037Z"
|
240
|
+
},
|
241
|
+
"cue": {
|
242
|
+
"file": "langs/cue.js",
|
243
|
+
"built": "2024-10-28T18:12:38.040Z"
|
244
|
+
},
|
245
|
+
"cypher": {
|
246
|
+
"file": "langs/cypher.js",
|
247
|
+
"built": "2024-10-28T18:12:38.042Z"
|
248
|
+
},
|
249
|
+
"d": {
|
250
|
+
"file": "langs/d.js",
|
251
|
+
"built": "2024-10-28T18:12:38.044Z"
|
252
|
+
},
|
253
|
+
"dart": {
|
254
|
+
"file": "langs/dart.js",
|
255
|
+
"built": "2024-10-28T18:12:38.046Z"
|
256
|
+
},
|
257
|
+
"dax": {
|
258
|
+
"file": "langs/dax.js",
|
259
|
+
"built": "2024-10-28T18:12:38.048Z"
|
260
|
+
},
|
261
|
+
"desktop": {
|
262
|
+
"file": "langs/desktop.js",
|
263
|
+
"built": "2024-10-28T18:12:38.081Z"
|
264
|
+
},
|
265
|
+
"diff": {
|
266
|
+
"file": "langs/diff.js",
|
267
|
+
"built": "2024-10-28T18:12:38.085Z"
|
268
|
+
},
|
269
|
+
"docker": {
|
270
|
+
"file": "langs/docker.js",
|
271
|
+
"built": "2024-10-28T18:12:38.092Z"
|
272
|
+
},
|
273
|
+
"dockerfile": {
|
274
|
+
"file": "langs/dockerfile.js",
|
275
|
+
"built": "2024-10-28T18:12:38.094Z"
|
276
|
+
},
|
277
|
+
"dotenv": {
|
278
|
+
"file": "langs/dotenv.js",
|
279
|
+
"built": "2024-10-28T18:12:38.096Z"
|
280
|
+
},
|
281
|
+
"dream-maker": {
|
282
|
+
"file": "langs/dream-maker.js",
|
283
|
+
"built": "2024-10-28T18:12:38.098Z"
|
284
|
+
},
|
285
|
+
"edge": {
|
286
|
+
"file": "langs/edge.js",
|
287
|
+
"built": "2024-10-28T18:12:38.104Z"
|
288
|
+
},
|
289
|
+
"elisp": {
|
290
|
+
"file": "langs/elisp.js",
|
291
|
+
"built": "2024-10-28T18:12:38.122Z"
|
292
|
+
},
|
293
|
+
"elixir": {
|
294
|
+
"file": "langs/elixir.js",
|
295
|
+
"built": "2024-10-28T18:12:38.133Z"
|
296
|
+
},
|
297
|
+
"elm": {
|
298
|
+
"file": "langs/elm.js",
|
299
|
+
"built": "2024-10-28T18:12:38.137Z"
|
300
|
+
},
|
301
|
+
"emacs-lisp": {
|
302
|
+
"file": "langs/emacs-lisp.js",
|
303
|
+
"built": "2024-10-28T18:12:38.151Z"
|
304
|
+
},
|
305
|
+
"erb": {
|
306
|
+
"file": "langs/erb.js",
|
307
|
+
"built": "2024-10-28T18:12:38.159Z"
|
308
|
+
},
|
309
|
+
"erl": {
|
310
|
+
"file": "langs/erl.js",
|
311
|
+
"built": "2024-10-28T18:12:38.162Z"
|
312
|
+
},
|
313
|
+
"erlang": {
|
314
|
+
"file": "langs/erlang.js",
|
315
|
+
"built": "2024-10-28T18:12:38.164Z"
|
316
|
+
},
|
317
|
+
"es-tag-css": {
|
318
|
+
"file": "langs/es-tag-css.js",
|
319
|
+
"built": "2024-10-28T18:12:38.171Z"
|
320
|
+
},
|
321
|
+
"es-tag-glsl": {
|
322
|
+
"file": "langs/es-tag-glsl.js",
|
323
|
+
"built": "2024-10-28T18:12:38.177Z"
|
324
|
+
},
|
325
|
+
"es-tag-html": {
|
326
|
+
"file": "langs/es-tag-html.js",
|
327
|
+
"built": "2024-10-28T18:12:38.184Z"
|
328
|
+
},
|
329
|
+
"es-tag-sql": {
|
330
|
+
"file": "langs/es-tag-sql.js",
|
331
|
+
"built": "2024-10-28T18:12:38.189Z"
|
332
|
+
},
|
333
|
+
"es-tag-xml": {
|
334
|
+
"file": "langs/es-tag-xml.js",
|
335
|
+
"built": "2024-10-28T18:12:38.191Z"
|
336
|
+
},
|
337
|
+
"f": {
|
338
|
+
"file": "langs/f.js",
|
339
|
+
"built": "2024-10-28T18:12:38.195Z"
|
340
|
+
},
|
341
|
+
"f03": {
|
342
|
+
"file": "langs/f03.js",
|
343
|
+
"built": "2024-10-28T18:12:38.200Z"
|
344
|
+
},
|
345
|
+
"f08": {
|
346
|
+
"file": "langs/f08.js",
|
347
|
+
"built": "2024-10-28T18:12:38.204Z"
|
348
|
+
},
|
349
|
+
"f18": {
|
350
|
+
"file": "langs/f18.js",
|
351
|
+
"built": "2024-10-28T18:12:38.207Z"
|
352
|
+
},
|
353
|
+
"f77": {
|
354
|
+
"file": "langs/f77.js",
|
355
|
+
"built": "2024-10-28T18:12:38.210Z"
|
356
|
+
},
|
357
|
+
"f90": {
|
358
|
+
"file": "langs/f90.js",
|
359
|
+
"built": "2024-10-28T18:12:38.214Z"
|
360
|
+
},
|
361
|
+
"f95": {
|
362
|
+
"file": "langs/f95.js",
|
363
|
+
"built": "2024-10-28T18:12:38.217Z"
|
364
|
+
},
|
365
|
+
"fennel": {
|
366
|
+
"file": "langs/fennel.js",
|
367
|
+
"built": "2024-10-28T18:12:38.219Z"
|
368
|
+
},
|
369
|
+
"fish": {
|
370
|
+
"file": "langs/fish.js",
|
371
|
+
"built": "2024-10-28T18:12:38.221Z"
|
372
|
+
},
|
373
|
+
"fluent": {
|
374
|
+
"file": "langs/fluent.js",
|
375
|
+
"built": "2024-10-28T18:12:38.223Z"
|
376
|
+
},
|
377
|
+
"for": {
|
378
|
+
"file": "langs/for.js",
|
379
|
+
"built": "2024-10-28T18:12:38.227Z"
|
380
|
+
},
|
381
|
+
"fortran-fixed-form": {
|
382
|
+
"file": "langs/fortran-fixed-form.js",
|
383
|
+
"built": "2024-10-28T18:12:38.231Z"
|
384
|
+
},
|
385
|
+
"fortran-free-form": {
|
386
|
+
"file": "langs/fortran-free-form.js",
|
387
|
+
"built": "2024-10-28T18:12:38.234Z"
|
388
|
+
},
|
389
|
+
"fs": {
|
390
|
+
"file": "langs/fs.js",
|
391
|
+
"built": "2024-10-28T18:12:38.238Z"
|
392
|
+
},
|
393
|
+
"fsharp": {
|
394
|
+
"file": "langs/fsharp.js",
|
395
|
+
"built": "2024-10-28T18:12:38.241Z"
|
396
|
+
},
|
397
|
+
"fsl": {
|
398
|
+
"file": "langs/fsl.js",
|
399
|
+
"built": "2024-10-28T18:12:38.243Z"
|
400
|
+
},
|
401
|
+
"ftl": {
|
402
|
+
"file": "langs/ftl.js",
|
403
|
+
"built": "2024-10-28T18:12:38.245Z"
|
404
|
+
},
|
405
|
+
"gdresource": {
|
406
|
+
"file": "langs/gdresource.js",
|
407
|
+
"built": "2024-10-28T18:12:38.247Z"
|
408
|
+
},
|
409
|
+
"gdscript": {
|
410
|
+
"file": "langs/gdscript.js",
|
411
|
+
"built": "2024-10-28T18:12:38.250Z"
|
412
|
+
},
|
413
|
+
"gdshader": {
|
414
|
+
"file": "langs/gdshader.js",
|
415
|
+
"built": "2024-10-28T18:12:38.252Z"
|
416
|
+
},
|
417
|
+
"genie": {
|
418
|
+
"file": "langs/genie.js",
|
419
|
+
"built": "2024-10-28T18:12:38.254Z"
|
420
|
+
},
|
421
|
+
"gherkin": {
|
422
|
+
"file": "langs/gherkin.js",
|
423
|
+
"built": "2024-10-28T18:12:38.256Z"
|
424
|
+
},
|
425
|
+
"git-commit": {
|
426
|
+
"file": "langs/git-commit.js",
|
427
|
+
"built": "2024-10-28T18:12:38.258Z"
|
428
|
+
},
|
429
|
+
"git-rebase": {
|
430
|
+
"file": "langs/git-rebase.js",
|
431
|
+
"built": "2024-10-28T18:12:38.261Z"
|
432
|
+
},
|
433
|
+
"gjs": {
|
434
|
+
"file": "langs/gjs.js",
|
435
|
+
"built": "2024-10-28T18:12:38.267Z"
|
436
|
+
},
|
437
|
+
"gleam": {
|
438
|
+
"file": "langs/gleam.js",
|
439
|
+
"built": "2024-10-28T18:12:38.269Z"
|
440
|
+
},
|
441
|
+
"glimmer-js": {
|
442
|
+
"file": "langs/glimmer-js.js",
|
443
|
+
"built": "2024-10-28T18:12:38.274Z"
|
444
|
+
},
|
445
|
+
"glimmer-ts": {
|
446
|
+
"file": "langs/glimmer-ts.js",
|
447
|
+
"built": "2024-10-28T18:12:38.281Z"
|
448
|
+
},
|
449
|
+
"glsl": {
|
450
|
+
"file": "langs/glsl.js",
|
451
|
+
"built": "2024-10-28T18:12:38.284Z"
|
452
|
+
},
|
453
|
+
"gnuplot": {
|
454
|
+
"file": "langs/gnuplot.js",
|
455
|
+
"built": "2024-10-28T18:12:38.286Z"
|
456
|
+
},
|
457
|
+
"go": {
|
458
|
+
"file": "langs/go.js",
|
459
|
+
"built": "2024-10-28T18:12:38.289Z"
|
460
|
+
},
|
461
|
+
"gql": {
|
462
|
+
"file": "langs/gql.js",
|
463
|
+
"built": "2024-10-28T18:12:38.298Z"
|
464
|
+
},
|
465
|
+
"graphql": {
|
466
|
+
"file": "langs/graphql.js",
|
467
|
+
"built": "2024-10-28T18:12:38.308Z"
|
468
|
+
},
|
469
|
+
"groovy": {
|
470
|
+
"file": "langs/groovy.js",
|
471
|
+
"built": "2024-10-28T18:12:38.312Z"
|
472
|
+
},
|
473
|
+
"gts": {
|
474
|
+
"file": "langs/gts.js",
|
475
|
+
"built": "2024-10-28T18:12:38.321Z"
|
476
|
+
},
|
477
|
+
"hack": {
|
478
|
+
"file": "langs/hack.js",
|
479
|
+
"built": "2024-10-28T18:12:38.328Z"
|
480
|
+
},
|
481
|
+
"haml": {
|
482
|
+
"file": "langs/haml.js",
|
483
|
+
"built": "2024-10-28T18:12:38.333Z"
|
484
|
+
},
|
485
|
+
"handlebars": {
|
486
|
+
"file": "langs/handlebars.js",
|
487
|
+
"built": "2024-10-28T18:12:38.339Z"
|
488
|
+
},
|
489
|
+
"haskell": {
|
490
|
+
"file": "langs/haskell.js",
|
491
|
+
"built": "2024-10-28T18:12:38.342Z"
|
492
|
+
},
|
493
|
+
"haxe": {
|
494
|
+
"file": "langs/haxe.js",
|
495
|
+
"built": "2024-10-28T18:12:38.344Z"
|
496
|
+
},
|
497
|
+
"hbs": {
|
498
|
+
"file": "langs/hbs.js",
|
499
|
+
"built": "2024-10-28T18:12:38.350Z"
|
500
|
+
},
|
501
|
+
"hcl": {
|
502
|
+
"file": "langs/hcl.js",
|
503
|
+
"built": "2024-10-28T18:12:38.352Z"
|
504
|
+
},
|
505
|
+
"hjson": {
|
506
|
+
"file": "langs/hjson.js",
|
507
|
+
"built": "2024-10-28T18:12:38.354Z"
|
508
|
+
},
|
509
|
+
"hlsl": {
|
510
|
+
"file": "langs/hlsl.js",
|
511
|
+
"built": "2024-10-28T18:12:38.356Z"
|
512
|
+
},
|
513
|
+
"hs": {
|
514
|
+
"file": "langs/hs.js",
|
515
|
+
"built": "2024-10-28T18:12:38.359Z"
|
516
|
+
},
|
517
|
+
"html-derivative": {
|
518
|
+
"file": "langs/html-derivative.js",
|
519
|
+
"built": "2024-10-28T18:12:38.364Z"
|
520
|
+
},
|
521
|
+
"html": {
|
522
|
+
"file": "langs/html.js",
|
523
|
+
"built": "2024-10-28T18:12:38.369Z"
|
524
|
+
},
|
525
|
+
"http": {
|
526
|
+
"file": "langs/http.js",
|
527
|
+
"built": "2024-10-28T18:12:38.377Z"
|
528
|
+
},
|
529
|
+
"hxml": {
|
530
|
+
"file": "langs/hxml.js",
|
531
|
+
"built": "2024-10-28T18:12:38.380Z"
|
532
|
+
},
|
533
|
+
"hy": {
|
534
|
+
"file": "langs/hy.js",
|
535
|
+
"built": "2024-10-28T18:12:38.382Z"
|
536
|
+
},
|
537
|
+
"imba": {
|
538
|
+
"file": "langs/imba.js",
|
539
|
+
"built": "2024-10-28T18:12:38.387Z"
|
540
|
+
},
|
541
|
+
"ini": {
|
542
|
+
"file": "langs/ini.js",
|
543
|
+
"built": "2024-10-28T18:12:38.389Z"
|
544
|
+
},
|
545
|
+
"jade": {
|
546
|
+
"file": "langs/jade.js",
|
547
|
+
"built": "2024-10-28T18:12:38.396Z"
|
548
|
+
},
|
549
|
+
"java": {
|
550
|
+
"file": "langs/java.js",
|
551
|
+
"built": "2024-10-28T18:12:38.399Z"
|
552
|
+
},
|
553
|
+
"javascript": {
|
554
|
+
"file": "langs/javascript.js",
|
555
|
+
"built": "2024-10-28T18:12:38.404Z"
|
556
|
+
},
|
557
|
+
"jinja-html": {
|
558
|
+
"file": "langs/jinja-html.js",
|
559
|
+
"built": "2024-10-28T18:12:38.410Z"
|
560
|
+
},
|
561
|
+
"jinja": {
|
562
|
+
"file": "langs/jinja.js",
|
563
|
+
"built": "2024-10-28T18:12:38.416Z"
|
564
|
+
},
|
565
|
+
"jison": {
|
566
|
+
"file": "langs/jison.js",
|
567
|
+
"built": "2024-10-28T18:12:38.422Z"
|
568
|
+
},
|
569
|
+
"jl": {
|
570
|
+
"file": "langs/jl.js",
|
571
|
+
"built": "2024-10-28T18:12:38.435Z"
|
572
|
+
},
|
573
|
+
"js": {
|
574
|
+
"file": "langs/js.js",
|
575
|
+
"built": "2024-10-28T18:12:38.443Z"
|
576
|
+
},
|
577
|
+
"json": {
|
578
|
+
"file": "langs/json.js",
|
579
|
+
"built": "2024-10-28T18:12:38.444Z"
|
580
|
+
},
|
581
|
+
"json5": {
|
582
|
+
"file": "langs/json5.js",
|
583
|
+
"built": "2024-10-28T18:12:38.448Z"
|
584
|
+
},
|
585
|
+
"jsonc": {
|
586
|
+
"file": "langs/jsonc.js",
|
587
|
+
"built": "2024-10-28T18:12:38.451Z"
|
588
|
+
},
|
589
|
+
"jsonl": {
|
590
|
+
"file": "langs/jsonl.js",
|
591
|
+
"built": "2024-10-28T18:12:38.453Z"
|
592
|
+
},
|
593
|
+
"jsonnet": {
|
594
|
+
"file": "langs/jsonnet.js",
|
595
|
+
"built": "2024-10-28T18:12:38.455Z"
|
596
|
+
},
|
597
|
+
"jssm": {
|
598
|
+
"file": "langs/jssm.js",
|
599
|
+
"built": "2024-10-28T18:12:38.457Z"
|
600
|
+
},
|
601
|
+
"jsx": {
|
602
|
+
"file": "langs/jsx.js",
|
603
|
+
"built": "2024-10-28T18:12:38.462Z"
|
604
|
+
},
|
605
|
+
"julia": {
|
606
|
+
"file": "langs/julia.js",
|
607
|
+
"built": "2024-10-28T18:12:38.475Z"
|
608
|
+
},
|
609
|
+
"kotlin": {
|
610
|
+
"file": "langs/kotlin.js",
|
611
|
+
"built": "2024-10-28T18:12:38.478Z"
|
612
|
+
},
|
613
|
+
"kql": {
|
614
|
+
"file": "langs/kql.js",
|
615
|
+
"built": "2024-10-28T18:12:38.480Z"
|
616
|
+
},
|
617
|
+
"kt": {
|
618
|
+
"file": "langs/kt.js",
|
619
|
+
"built": "2024-10-28T18:12:38.482Z"
|
620
|
+
},
|
621
|
+
"kts": {
|
622
|
+
"file": "langs/kts.js",
|
623
|
+
"built": "2024-10-28T18:12:38.484Z"
|
624
|
+
},
|
625
|
+
"kusto": {
|
626
|
+
"file": "langs/kusto.js",
|
627
|
+
"built": "2024-10-28T18:12:38.486Z"
|
628
|
+
},
|
629
|
+
"latex": {
|
630
|
+
"file": "langs/latex.js",
|
631
|
+
"built": "2024-10-28T18:12:38.490Z"
|
632
|
+
},
|
633
|
+
"lean": {
|
634
|
+
"file": "langs/lean.js",
|
635
|
+
"built": "2024-10-28T18:12:38.492Z"
|
636
|
+
},
|
637
|
+
"lean4": {
|
638
|
+
"file": "langs/lean4.js",
|
639
|
+
"built": "2024-10-28T18:12:38.494Z"
|
640
|
+
},
|
641
|
+
"less": {
|
642
|
+
"file": "langs/less.js",
|
643
|
+
"built": "2024-10-28T18:12:38.498Z"
|
644
|
+
},
|
645
|
+
"liquid": {
|
646
|
+
"file": "langs/liquid.js",
|
647
|
+
"built": "2024-10-28T18:12:38.505Z"
|
648
|
+
},
|
649
|
+
"lisp": {
|
650
|
+
"file": "langs/lisp.js",
|
651
|
+
"built": "2024-10-28T18:12:38.507Z"
|
652
|
+
},
|
653
|
+
"lit": {
|
654
|
+
"file": "langs/lit.js",
|
655
|
+
"built": "2024-10-28T18:12:38.513Z"
|
656
|
+
},
|
657
|
+
"log": {
|
658
|
+
"file": "langs/log.js",
|
659
|
+
"built": "2024-10-28T18:12:38.516Z"
|
660
|
+
},
|
661
|
+
"logo": {
|
662
|
+
"file": "langs/logo.js",
|
663
|
+
"built": "2024-10-28T18:12:38.518Z"
|
664
|
+
},
|
665
|
+
"lua": {
|
666
|
+
"file": "langs/lua.js",
|
667
|
+
"built": "2024-10-28T18:12:38.521Z"
|
668
|
+
},
|
669
|
+
"luau": {
|
670
|
+
"file": "langs/luau.js",
|
671
|
+
"built": "2024-10-28T18:12:38.524Z"
|
672
|
+
},
|
673
|
+
"make": {
|
674
|
+
"file": "langs/make.js",
|
675
|
+
"built": "2024-10-28T18:12:38.526Z"
|
676
|
+
},
|
677
|
+
"makefile": {
|
678
|
+
"file": "langs/makefile.js",
|
679
|
+
"built": "2024-10-28T18:12:38.527Z"
|
680
|
+
},
|
681
|
+
"markdown-vue": {
|
682
|
+
"file": "langs/markdown-vue.js",
|
683
|
+
"built": "2024-10-28T18:12:38.529Z"
|
684
|
+
},
|
685
|
+
"markdown": {
|
686
|
+
"file": "langs/markdown.js",
|
687
|
+
"built": "2024-10-28T18:12:38.531Z"
|
688
|
+
},
|
689
|
+
"marko": {
|
690
|
+
"file": "langs/marko.js",
|
691
|
+
"built": "2024-10-28T18:12:38.537Z"
|
692
|
+
},
|
693
|
+
"matlab": {
|
694
|
+
"file": "langs/matlab.js",
|
695
|
+
"built": "2024-10-28T18:12:38.539Z"
|
696
|
+
},
|
697
|
+
"md": {
|
698
|
+
"file": "langs/md.js",
|
699
|
+
"built": "2024-10-28T18:12:38.541Z"
|
700
|
+
},
|
701
|
+
"mdc": {
|
702
|
+
"file": "langs/mdc.js",
|
703
|
+
"built": "2024-10-28T18:12:38.547Z"
|
704
|
+
},
|
705
|
+
"mdx": {
|
706
|
+
"file": "langs/mdx.js",
|
707
|
+
"built": "2024-10-28T18:12:38.553Z"
|
708
|
+
},
|
709
|
+
"mediawiki": {
|
710
|
+
"file": "langs/mediawiki.js",
|
711
|
+
"built": "2024-10-28T18:12:38.555Z"
|
712
|
+
},
|
713
|
+
"mermaid": {
|
714
|
+
"file": "langs/mermaid.js",
|
715
|
+
"built": "2024-10-28T18:12:38.558Z"
|
716
|
+
},
|
717
|
+
"mips": {
|
718
|
+
"file": "langs/mips.js",
|
719
|
+
"built": "2024-10-28T18:12:38.560Z"
|
720
|
+
},
|
721
|
+
"mipsasm": {
|
722
|
+
"file": "langs/mipsasm.js",
|
723
|
+
"built": "2024-10-28T18:12:38.562Z"
|
724
|
+
},
|
725
|
+
"mmd": {
|
726
|
+
"file": "langs/mmd.js",
|
727
|
+
"built": "2024-10-28T18:12:38.564Z"
|
728
|
+
},
|
729
|
+
"mojo": {
|
730
|
+
"file": "langs/mojo.js",
|
731
|
+
"built": "2024-10-28T18:12:38.567Z"
|
732
|
+
},
|
733
|
+
"move": {
|
734
|
+
"file": "langs/move.js",
|
735
|
+
"built": "2024-10-28T18:12:38.569Z"
|
736
|
+
},
|
737
|
+
"nar": {
|
738
|
+
"file": "langs/nar.js",
|
739
|
+
"built": "2024-10-28T18:12:38.571Z"
|
740
|
+
},
|
741
|
+
"narrat": {
|
742
|
+
"file": "langs/narrat.js",
|
743
|
+
"built": "2024-10-28T18:12:38.573Z"
|
744
|
+
},
|
745
|
+
"nextflow": {
|
746
|
+
"file": "langs/nextflow.js",
|
747
|
+
"built": "2024-10-28T18:12:38.575Z"
|
748
|
+
},
|
749
|
+
"nf": {
|
750
|
+
"file": "langs/nf.js",
|
751
|
+
"built": "2024-10-28T18:12:38.577Z"
|
752
|
+
},
|
753
|
+
"nginx": {
|
754
|
+
"file": "langs/nginx.js",
|
755
|
+
"built": "2024-10-28T18:12:38.581Z"
|
756
|
+
},
|
757
|
+
"nim": {
|
758
|
+
"file": "langs/nim.js",
|
759
|
+
"built": "2024-10-28T18:12:38.587Z"
|
760
|
+
},
|
761
|
+
"nix": {
|
762
|
+
"file": "langs/nix.js",
|
763
|
+
"built": "2024-10-28T18:12:38.593Z"
|
764
|
+
},
|
765
|
+
"nu": {
|
766
|
+
"file": "langs/nu.js",
|
767
|
+
"built": "2024-10-28T18:12:38.595Z"
|
768
|
+
},
|
769
|
+
"nushell": {
|
770
|
+
"file": "langs/nushell.js",
|
771
|
+
"built": "2024-10-28T18:12:38.597Z"
|
772
|
+
},
|
773
|
+
"objc": {
|
774
|
+
"file": "langs/objc.js",
|
775
|
+
"built": "2024-10-28T18:12:38.601Z"
|
776
|
+
},
|
777
|
+
"objective-c": {
|
778
|
+
"file": "langs/objective-c.js",
|
779
|
+
"built": "2024-10-28T18:12:38.604Z"
|
780
|
+
},
|
781
|
+
"objective-cpp": {
|
782
|
+
"file": "langs/objective-cpp.js",
|
783
|
+
"built": "2024-10-28T18:12:38.610Z"
|
784
|
+
},
|
785
|
+
"ocaml": {
|
786
|
+
"file": "langs/ocaml.js",
|
787
|
+
"built": "2024-10-28T18:12:38.613Z"
|
788
|
+
},
|
789
|
+
"pascal": {
|
790
|
+
"file": "langs/pascal.js",
|
791
|
+
"built": "2024-10-28T18:12:38.615Z"
|
792
|
+
},
|
793
|
+
"perl": {
|
794
|
+
"file": "langs/perl.js",
|
795
|
+
"built": "2024-10-28T18:12:38.623Z"
|
796
|
+
},
|
797
|
+
"perl6": {
|
798
|
+
"file": "langs/perl6.js",
|
799
|
+
"built": "2024-10-28T18:12:38.625Z"
|
800
|
+
},
|
801
|
+
"php": {
|
802
|
+
"file": "langs/php.js",
|
803
|
+
"built": "2024-10-28T18:12:38.631Z"
|
804
|
+
},
|
805
|
+
"plsql": {
|
806
|
+
"file": "langs/plsql.js",
|
807
|
+
"built": "2024-10-28T18:12:38.635Z"
|
808
|
+
},
|
809
|
+
"po": {
|
810
|
+
"file": "langs/po.js",
|
811
|
+
"built": "2024-10-28T18:12:38.637Z"
|
812
|
+
},
|
813
|
+
"postcss": {
|
814
|
+
"file": "langs/postcss.js",
|
815
|
+
"built": "2024-10-28T18:12:38.639Z"
|
816
|
+
},
|
817
|
+
"pot": {
|
818
|
+
"file": "langs/pot.js",
|
819
|
+
"built": "2024-10-28T18:12:38.641Z"
|
820
|
+
},
|
821
|
+
"potx": {
|
822
|
+
"file": "langs/potx.js",
|
823
|
+
"built": "2024-10-28T18:12:38.643Z"
|
824
|
+
},
|
825
|
+
"powerquery": {
|
826
|
+
"file": "langs/powerquery.js",
|
827
|
+
"built": "2024-10-28T18:12:38.645Z"
|
828
|
+
},
|
829
|
+
"powershell": {
|
830
|
+
"file": "langs/powershell.js",
|
831
|
+
"built": "2024-10-28T18:12:38.647Z"
|
832
|
+
},
|
833
|
+
"prisma": {
|
834
|
+
"file": "langs/prisma.js",
|
835
|
+
"built": "2024-10-28T18:12:38.649Z"
|
836
|
+
},
|
837
|
+
"prolog": {
|
838
|
+
"file": "langs/prolog.js",
|
839
|
+
"built": "2024-10-28T18:12:38.651Z"
|
840
|
+
},
|
841
|
+
"properties": {
|
842
|
+
"file": "langs/properties.js",
|
843
|
+
"built": "2024-10-28T18:12:38.653Z"
|
844
|
+
},
|
845
|
+
"proto": {
|
846
|
+
"file": "langs/proto.js",
|
847
|
+
"built": "2024-10-28T18:12:38.655Z"
|
848
|
+
},
|
849
|
+
"protobuf": {
|
850
|
+
"file": "langs/protobuf.js",
|
851
|
+
"built": "2024-10-28T18:12:38.657Z"
|
852
|
+
},
|
853
|
+
"ps": {
|
854
|
+
"file": "langs/ps.js",
|
855
|
+
"built": "2024-10-28T18:12:38.659Z"
|
856
|
+
},
|
857
|
+
"ps1": {
|
858
|
+
"file": "langs/ps1.js",
|
859
|
+
"built": "2024-10-28T18:12:38.661Z"
|
860
|
+
},
|
861
|
+
"pug": {
|
862
|
+
"file": "langs/pug.js",
|
863
|
+
"built": "2024-10-28T18:12:38.667Z"
|
864
|
+
},
|
865
|
+
"puppet": {
|
866
|
+
"file": "langs/puppet.js",
|
867
|
+
"built": "2024-10-28T18:12:38.669Z"
|
868
|
+
},
|
869
|
+
"purescript": {
|
870
|
+
"file": "langs/purescript.js",
|
871
|
+
"built": "2024-10-28T18:12:38.671Z"
|
872
|
+
},
|
873
|
+
"py": {
|
874
|
+
"file": "langs/py.js",
|
875
|
+
"built": "2024-10-28T18:12:38.674Z"
|
876
|
+
},
|
877
|
+
"python": {
|
878
|
+
"file": "langs/python.js",
|
879
|
+
"built": "2024-10-28T18:12:38.677Z"
|
880
|
+
},
|
881
|
+
"ql": {
|
882
|
+
"file": "langs/ql.js",
|
883
|
+
"built": "2024-10-28T18:12:38.680Z"
|
884
|
+
},
|
885
|
+
"qml": {
|
886
|
+
"file": "langs/qml.js",
|
887
|
+
"built": "2024-10-28T18:12:38.685Z"
|
888
|
+
},
|
889
|
+
"qmldir": {
|
890
|
+
"file": "langs/qmldir.js",
|
891
|
+
"built": "2024-10-28T18:12:38.687Z"
|
892
|
+
},
|
893
|
+
"qss": {
|
894
|
+
"file": "langs/qss.js",
|
895
|
+
"built": "2024-10-28T18:12:38.689Z"
|
896
|
+
},
|
897
|
+
"r": {
|
898
|
+
"file": "langs/r.js",
|
899
|
+
"built": "2024-10-28T18:12:38.691Z"
|
900
|
+
},
|
901
|
+
"racket": {
|
902
|
+
"file": "langs/racket.js",
|
903
|
+
"built": "2024-10-28T18:12:38.694Z"
|
904
|
+
},
|
905
|
+
"raku": {
|
906
|
+
"file": "langs/raku.js",
|
907
|
+
"built": "2024-10-28T18:12:38.696Z"
|
908
|
+
},
|
909
|
+
"razor": {
|
910
|
+
"file": "langs/razor.js",
|
911
|
+
"built": "2024-10-28T18:12:38.702Z"
|
912
|
+
},
|
913
|
+
"rb": {
|
914
|
+
"file": "langs/rb.js",
|
915
|
+
"built": "2024-10-28T18:12:38.709Z"
|
916
|
+
},
|
917
|
+
"reg": {
|
918
|
+
"file": "langs/reg.js",
|
919
|
+
"built": "2024-10-28T18:12:38.711Z"
|
920
|
+
},
|
921
|
+
"regex": {
|
922
|
+
"file": "langs/regex.js",
|
923
|
+
"built": "2024-10-28T18:12:38.712Z"
|
924
|
+
},
|
925
|
+
"regexp": {
|
926
|
+
"file": "langs/regexp.js",
|
927
|
+
"built": "2024-10-28T18:12:38.714Z"
|
928
|
+
},
|
929
|
+
"rel": {
|
930
|
+
"file": "langs/rel.js",
|
931
|
+
"built": "2024-10-28T18:12:38.716Z"
|
932
|
+
},
|
933
|
+
"riscv": {
|
934
|
+
"file": "langs/riscv.js",
|
935
|
+
"built": "2024-10-28T18:12:38.718Z"
|
936
|
+
},
|
937
|
+
"rs": {
|
938
|
+
"file": "langs/rs.js",
|
939
|
+
"built": "2024-10-28T18:12:38.721Z"
|
940
|
+
},
|
941
|
+
"rst": {
|
942
|
+
"file": "langs/rst.js",
|
943
|
+
"built": "2024-10-28T18:12:38.735Z"
|
944
|
+
},
|
945
|
+
"ruby": {
|
946
|
+
"file": "langs/ruby.js",
|
947
|
+
"built": "2024-10-28T18:12:38.741Z"
|
948
|
+
},
|
949
|
+
"rust": {
|
950
|
+
"file": "langs/rust.js",
|
951
|
+
"built": "2024-10-28T18:12:38.743Z"
|
952
|
+
},
|
953
|
+
"sas": {
|
954
|
+
"file": "langs/sas.js",
|
955
|
+
"built": "2024-10-28T18:12:38.745Z"
|
956
|
+
},
|
957
|
+
"sass": {
|
958
|
+
"file": "langs/sass.js",
|
959
|
+
"built": "2024-10-28T18:12:38.747Z"
|
960
|
+
},
|
961
|
+
"scala": {
|
962
|
+
"file": "langs/scala.js",
|
963
|
+
"built": "2024-10-28T18:12:38.750Z"
|
964
|
+
},
|
965
|
+
"scheme": {
|
966
|
+
"file": "langs/scheme.js",
|
967
|
+
"built": "2024-10-28T18:12:38.752Z"
|
968
|
+
},
|
969
|
+
"scss": {
|
970
|
+
"file": "langs/scss.js",
|
971
|
+
"built": "2024-10-28T18:12:38.755Z"
|
972
|
+
},
|
973
|
+
"sh": {
|
974
|
+
"file": "langs/sh.js",
|
975
|
+
"built": "2024-10-28T18:12:38.758Z"
|
976
|
+
},
|
977
|
+
"shader": {
|
978
|
+
"file": "langs/shader.js",
|
979
|
+
"built": "2024-10-28T18:12:38.760Z"
|
980
|
+
},
|
981
|
+
"shaderlab": {
|
982
|
+
"file": "langs/shaderlab.js",
|
983
|
+
"built": "2024-10-28T18:12:38.762Z"
|
984
|
+
},
|
985
|
+
"shell": {
|
986
|
+
"file": "langs/shell.js",
|
987
|
+
"built": "2024-10-28T18:12:38.764Z"
|
988
|
+
},
|
989
|
+
"shellscript": {
|
990
|
+
"file": "langs/shellscript.js",
|
991
|
+
"built": "2024-10-28T18:12:38.767Z"
|
992
|
+
},
|
993
|
+
"shellsession": {
|
994
|
+
"file": "langs/shellsession.js",
|
995
|
+
"built": "2024-10-28T18:12:38.769Z"
|
996
|
+
},
|
997
|
+
"smalltalk": {
|
998
|
+
"file": "langs/smalltalk.js",
|
999
|
+
"built": "2024-10-28T18:12:38.771Z"
|
1000
|
+
},
|
1001
|
+
"solidity": {
|
1002
|
+
"file": "langs/solidity.js",
|
1003
|
+
"built": "2024-10-28T18:12:38.773Z"
|
1004
|
+
},
|
1005
|
+
"soy": {
|
1006
|
+
"file": "langs/soy.js",
|
1007
|
+
"built": "2024-10-28T18:12:38.781Z"
|
1008
|
+
},
|
1009
|
+
"sparql": {
|
1010
|
+
"file": "langs/sparql.js",
|
1011
|
+
"built": "2024-10-28T18:12:38.784Z"
|
1012
|
+
},
|
1013
|
+
"spl": {
|
1014
|
+
"file": "langs/spl.js",
|
1015
|
+
"built": "2024-10-28T18:12:38.786Z"
|
1016
|
+
},
|
1017
|
+
"splunk": {
|
1018
|
+
"file": "langs/splunk.js",
|
1019
|
+
"built": "2024-10-28T18:12:38.788Z"
|
1020
|
+
},
|
1021
|
+
"sql": {
|
1022
|
+
"file": "langs/sql.js",
|
1023
|
+
"built": "2024-10-28T18:12:38.790Z"
|
1024
|
+
},
|
1025
|
+
"ssh-config": {
|
1026
|
+
"file": "langs/ssh-config.js",
|
1027
|
+
"built": "2024-10-28T18:12:38.792Z"
|
1028
|
+
},
|
1029
|
+
"stata": {
|
1030
|
+
"file": "langs/stata.js",
|
1031
|
+
"built": "2024-10-28T18:12:38.794Z"
|
1032
|
+
},
|
1033
|
+
"styl": {
|
1034
|
+
"file": "langs/styl.js",
|
1035
|
+
"built": "2024-10-28T18:12:38.797Z"
|
1036
|
+
},
|
1037
|
+
"stylus": {
|
1038
|
+
"file": "langs/stylus.js",
|
1039
|
+
"built": "2024-10-28T18:12:38.799Z"
|
1040
|
+
},
|
1041
|
+
"svelte": {
|
1042
|
+
"file": "langs/svelte.js",
|
1043
|
+
"built": "2024-10-28T18:12:38.806Z"
|
1044
|
+
},
|
1045
|
+
"swift": {
|
1046
|
+
"file": "langs/swift.js",
|
1047
|
+
"built": "2024-10-28T18:12:38.809Z"
|
1048
|
+
},
|
1049
|
+
"system-verilog": {
|
1050
|
+
"file": "langs/system-verilog.js",
|
1051
|
+
"built": "2024-10-28T18:12:38.811Z"
|
1052
|
+
},
|
1053
|
+
"systemd": {
|
1054
|
+
"file": "langs/systemd.js",
|
1055
|
+
"built": "2024-10-28T18:12:38.813Z"
|
1056
|
+
},
|
1057
|
+
"tasl": {
|
1058
|
+
"file": "langs/tasl.js",
|
1059
|
+
"built": "2024-10-28T18:12:38.815Z"
|
1060
|
+
},
|
1061
|
+
"tcl": {
|
1062
|
+
"file": "langs/tcl.js",
|
1063
|
+
"built": "2024-10-28T18:12:38.817Z"
|
1064
|
+
},
|
1065
|
+
"templ": {
|
1066
|
+
"file": "langs/templ.js",
|
1067
|
+
"built": "2024-10-28T18:12:38.822Z"
|
1068
|
+
},
|
1069
|
+
"terraform": {
|
1070
|
+
"file": "langs/terraform.js",
|
1071
|
+
"built": "2024-10-28T18:12:38.825Z"
|
1072
|
+
},
|
1073
|
+
"tex": {
|
1074
|
+
"file": "langs/tex.js",
|
1075
|
+
"built": "2024-10-28T18:12:38.828Z"
|
1076
|
+
},
|
1077
|
+
"tf": {
|
1078
|
+
"file": "langs/tf.js",
|
1079
|
+
"built": "2024-10-28T18:12:38.830Z"
|
1080
|
+
},
|
1081
|
+
"tfvars": {
|
1082
|
+
"file": "langs/tfvars.js",
|
1083
|
+
"built": "2024-10-28T18:12:38.832Z"
|
1084
|
+
},
|
1085
|
+
"toml": {
|
1086
|
+
"file": "langs/toml.js",
|
1087
|
+
"built": "2024-10-28T18:12:38.834Z"
|
1088
|
+
},
|
1089
|
+
"ts-tags": {
|
1090
|
+
"file": "langs/ts-tags.js",
|
1091
|
+
"built": "2024-10-28T18:12:38.840Z"
|
1092
|
+
},
|
1093
|
+
"ts": {
|
1094
|
+
"file": "langs/ts.js",
|
1095
|
+
"built": "2024-10-28T18:12:38.845Z"
|
1096
|
+
},
|
1097
|
+
"tsp": {
|
1098
|
+
"file": "langs/tsp.js",
|
1099
|
+
"built": "2024-10-28T18:12:38.847Z"
|
1100
|
+
},
|
1101
|
+
"tsv": {
|
1102
|
+
"file": "langs/tsv.js",
|
1103
|
+
"built": "2024-10-28T18:12:38.849Z"
|
1104
|
+
},
|
1105
|
+
"tsx": {
|
1106
|
+
"file": "langs/tsx.js",
|
1107
|
+
"built": "2024-10-28T18:12:38.854Z"
|
1108
|
+
},
|
1109
|
+
"turtle": {
|
1110
|
+
"file": "langs/turtle.js",
|
1111
|
+
"built": "2024-10-28T18:12:38.855Z"
|
1112
|
+
},
|
1113
|
+
"twig": {
|
1114
|
+
"file": "langs/twig.js",
|
1115
|
+
"built": "2024-10-28T18:12:38.861Z"
|
1116
|
+
},
|
1117
|
+
"typ": {
|
1118
|
+
"file": "langs/typ.js",
|
1119
|
+
"built": "2024-10-28T18:12:38.865Z"
|
1120
|
+
},
|
1121
|
+
"typescript": {
|
1122
|
+
"file": "langs/typescript.js",
|
1123
|
+
"built": "2024-10-28T18:12:38.870Z"
|
1124
|
+
},
|
1125
|
+
"typespec": {
|
1126
|
+
"file": "langs/typespec.js",
|
1127
|
+
"built": "2024-10-28T18:12:38.872Z"
|
1128
|
+
},
|
1129
|
+
"typst": {
|
1130
|
+
"file": "langs/typst.js",
|
1131
|
+
"built": "2024-10-28T18:12:38.874Z"
|
1132
|
+
},
|
1133
|
+
"v": {
|
1134
|
+
"file": "langs/v.js",
|
1135
|
+
"built": "2024-10-28T18:12:38.876Z"
|
1136
|
+
},
|
1137
|
+
"vala": {
|
1138
|
+
"file": "langs/vala.js",
|
1139
|
+
"built": "2024-10-28T18:12:38.878Z"
|
1140
|
+
},
|
1141
|
+
"vb": {
|
1142
|
+
"file": "langs/vb.js",
|
1143
|
+
"built": "2024-10-28T18:12:38.880Z"
|
1144
|
+
},
|
1145
|
+
"verilog": {
|
1146
|
+
"file": "langs/verilog.js",
|
1147
|
+
"built": "2024-10-28T18:12:38.882Z"
|
1148
|
+
},
|
1149
|
+
"vhdl": {
|
1150
|
+
"file": "langs/vhdl.js",
|
1151
|
+
"built": "2024-10-28T18:12:38.884Z"
|
1152
|
+
},
|
1153
|
+
"vim": {
|
1154
|
+
"file": "langs/vim.js",
|
1155
|
+
"built": "2024-10-28T18:12:38.886Z"
|
1156
|
+
},
|
1157
|
+
"viml": {
|
1158
|
+
"file": "langs/viml.js",
|
1159
|
+
"built": "2024-10-28T18:12:38.889Z"
|
1160
|
+
},
|
1161
|
+
"vimscript": {
|
1162
|
+
"file": "langs/vimscript.js",
|
1163
|
+
"built": "2024-10-28T18:12:38.890Z"
|
1164
|
+
},
|
1165
|
+
"vue-directives": {
|
1166
|
+
"file": "langs/vue-directives.js",
|
1167
|
+
"built": "2024-10-28T18:12:38.892Z"
|
1168
|
+
},
|
1169
|
+
"vue-html": {
|
1170
|
+
"file": "langs/vue-html.js",
|
1171
|
+
"built": "2024-10-28T18:12:38.899Z"
|
1172
|
+
},
|
1173
|
+
"vue-interpolations": {
|
1174
|
+
"file": "langs/vue-interpolations.js",
|
1175
|
+
"built": "2024-10-28T18:12:38.901Z"
|
1176
|
+
},
|
1177
|
+
"vue-sfc-style-variable-injection": {
|
1178
|
+
"file": "langs/vue-sfc-style-variable-injection.js",
|
1179
|
+
"built": "2024-10-28T18:12:38.905Z"
|
1180
|
+
},
|
1181
|
+
"vue": {
|
1182
|
+
"file": "langs/vue.js",
|
1183
|
+
"built": "2024-10-28T18:12:38.913Z"
|
1184
|
+
},
|
1185
|
+
"vy": {
|
1186
|
+
"file": "langs/vy.js",
|
1187
|
+
"built": "2024-10-28T18:12:38.916Z"
|
1188
|
+
},
|
1189
|
+
"vyper": {
|
1190
|
+
"file": "langs/vyper.js",
|
1191
|
+
"built": "2024-10-28T18:12:38.920Z"
|
1192
|
+
},
|
1193
|
+
"wasm": {
|
1194
|
+
"file": "langs/wasm.js",
|
1195
|
+
"built": "2024-10-28T18:12:38.922Z"
|
1196
|
+
},
|
1197
|
+
"wenyan": {
|
1198
|
+
"file": "langs/wenyan.js",
|
1199
|
+
"built": "2024-10-28T18:12:38.924Z"
|
1200
|
+
},
|
1201
|
+
"wgsl": {
|
1202
|
+
"file": "langs/wgsl.js",
|
1203
|
+
"built": "2024-10-28T18:12:38.928Z"
|
1204
|
+
},
|
1205
|
+
"wiki": {
|
1206
|
+
"file": "langs/wiki.js",
|
1207
|
+
"built": "2024-10-28T18:12:38.933Z"
|
1208
|
+
},
|
1209
|
+
"wikitext": {
|
1210
|
+
"file": "langs/wikitext.js",
|
1211
|
+
"built": "2024-10-28T18:12:38.937Z"
|
1212
|
+
},
|
1213
|
+
"wl": {
|
1214
|
+
"file": "langs/wl.js",
|
1215
|
+
"built": "2024-10-28T18:12:38.945Z"
|
1216
|
+
},
|
1217
|
+
"wolfram": {
|
1218
|
+
"file": "langs/wolfram.js",
|
1219
|
+
"built": "2024-10-28T18:12:38.953Z"
|
1220
|
+
},
|
1221
|
+
"xml": {
|
1222
|
+
"file": "langs/xml.js",
|
1223
|
+
"built": "2024-10-28T18:12:38.956Z"
|
1224
|
+
},
|
1225
|
+
"xsl": {
|
1226
|
+
"file": "langs/xsl.js",
|
1227
|
+
"built": "2024-10-28T18:12:38.960Z"
|
1228
|
+
},
|
1229
|
+
"yaml": {
|
1230
|
+
"file": "langs/yaml.js",
|
1231
|
+
"built": "2024-10-28T18:12:38.962Z"
|
1232
|
+
},
|
1233
|
+
"yml": {
|
1234
|
+
"file": "langs/yml.js",
|
1235
|
+
"built": "2024-10-28T18:12:38.966Z"
|
1236
|
+
},
|
1237
|
+
"zenscript": {
|
1238
|
+
"file": "langs/zenscript.js",
|
1239
|
+
"built": "2024-10-28T18:12:38.968Z"
|
1240
|
+
},
|
1241
|
+
"zig": {
|
1242
|
+
"file": "langs/zig.js",
|
1243
|
+
"built": "2024-10-28T18:12:38.972Z"
|
1244
|
+
},
|
1245
|
+
"zsh": {
|
1246
|
+
"file": "langs/zsh.js",
|
1247
|
+
"built": "2024-10-28T18:12:38.975Z"
|
1248
|
+
}
|
1249
|
+
},
|
1250
|
+
"themes": {
|
1251
|
+
"andromeeda": {
|
1252
|
+
"file": "themes/andromeeda.js",
|
1253
|
+
"built": "2024-10-28T18:12:38.977Z"
|
1254
|
+
},
|
1255
|
+
"aurora-x": {
|
1256
|
+
"file": "themes/aurora-x.js",
|
1257
|
+
"built": "2024-10-28T18:12:38.980Z"
|
1258
|
+
},
|
1259
|
+
"ayu-dark": {
|
1260
|
+
"file": "themes/ayu-dark.js",
|
1261
|
+
"built": "2024-10-28T18:12:38.982Z"
|
1262
|
+
},
|
1263
|
+
"catppuccin-frappe": {
|
1264
|
+
"file": "themes/catppuccin-frappe.js",
|
1265
|
+
"built": "2024-10-28T18:12:38.986Z"
|
1266
|
+
},
|
1267
|
+
"catppuccin-latte": {
|
1268
|
+
"file": "themes/catppuccin-latte.js",
|
1269
|
+
"built": "2024-10-28T18:12:38.989Z"
|
1270
|
+
},
|
1271
|
+
"catppuccin-macchiato": {
|
1272
|
+
"file": "themes/catppuccin-macchiato.js",
|
1273
|
+
"built": "2024-10-28T18:12:38.992Z"
|
1274
|
+
},
|
1275
|
+
"catppuccin-mocha": {
|
1276
|
+
"file": "themes/catppuccin-mocha.js",
|
1277
|
+
"built": "2024-10-28T18:12:38.996Z"
|
1278
|
+
},
|
1279
|
+
"dark-plus": {
|
1280
|
+
"file": "themes/dark-plus.js",
|
1281
|
+
"built": "2024-10-28T18:12:38.999Z"
|
1282
|
+
},
|
1283
|
+
"dracula-soft": {
|
1284
|
+
"file": "themes/dracula-soft.js",
|
1285
|
+
"built": "2024-10-28T18:12:39.002Z"
|
1286
|
+
},
|
1287
|
+
"dracula": {
|
1288
|
+
"file": "themes/dracula.js",
|
1289
|
+
"built": "2024-10-28T18:12:39.004Z"
|
1290
|
+
},
|
1291
|
+
"everforest-dark": {
|
1292
|
+
"file": "themes/everforest-dark.js",
|
1293
|
+
"built": "2024-10-28T18:12:39.008Z"
|
1294
|
+
},
|
1295
|
+
"everforest-light": {
|
1296
|
+
"file": "themes/everforest-light.js",
|
1297
|
+
"built": "2024-10-28T18:12:39.011Z"
|
1298
|
+
},
|
1299
|
+
"github-dark-default": {
|
1300
|
+
"file": "themes/github-dark-default.js",
|
1301
|
+
"built": "2024-10-28T18:12:39.014Z"
|
1302
|
+
},
|
1303
|
+
"github-dark-dimmed": {
|
1304
|
+
"file": "themes/github-dark-dimmed.js",
|
1305
|
+
"built": "2024-10-28T18:12:39.017Z"
|
1306
|
+
},
|
1307
|
+
"github-dark-high-contrast": {
|
1308
|
+
"file": "themes/github-dark-high-contrast.js",
|
1309
|
+
"built": "2024-10-28T18:12:39.019Z"
|
1310
|
+
},
|
1311
|
+
"github-dark": {
|
1312
|
+
"file": "themes/github-dark.js",
|
1313
|
+
"built": "2024-10-28T18:12:39.020Z"
|
1314
|
+
},
|
1315
|
+
"github-light-default": {
|
1316
|
+
"file": "themes/github-light-default.js",
|
1317
|
+
"built": "2024-10-28T18:12:39.022Z"
|
1318
|
+
},
|
1319
|
+
"github-light-high-contrast": {
|
1320
|
+
"file": "themes/github-light-high-contrast.js",
|
1321
|
+
"built": "2024-10-28T18:12:39.024Z"
|
1322
|
+
},
|
1323
|
+
"github-light": {
|
1324
|
+
"file": "themes/github-light.js",
|
1325
|
+
"built": "2024-10-28T18:12:39.025Z"
|
1326
|
+
},
|
1327
|
+
"houston": {
|
1328
|
+
"file": "themes/houston.js",
|
1329
|
+
"built": "2024-10-28T18:12:39.028Z"
|
1330
|
+
},
|
1331
|
+
"kanagawa-dragon": {
|
1332
|
+
"file": "themes/kanagawa-dragon.js",
|
1333
|
+
"built": "2024-10-28T18:12:39.029Z"
|
1334
|
+
},
|
1335
|
+
"kanagawa-lotus": {
|
1336
|
+
"file": "themes/kanagawa-lotus.js",
|
1337
|
+
"built": "2024-10-28T18:12:39.031Z"
|
1338
|
+
},
|
1339
|
+
"kanagawa-wave": {
|
1340
|
+
"file": "themes/kanagawa-wave.js",
|
1341
|
+
"built": "2024-10-28T18:12:39.033Z"
|
1342
|
+
},
|
1343
|
+
"laserwave": {
|
1344
|
+
"file": "themes/laserwave.js",
|
1345
|
+
"built": "2024-10-28T18:12:39.035Z"
|
1346
|
+
},
|
1347
|
+
"light-plus": {
|
1348
|
+
"file": "themes/light-plus.js",
|
1349
|
+
"built": "2024-10-28T18:12:39.036Z"
|
1350
|
+
},
|
1351
|
+
"material-theme-darker": {
|
1352
|
+
"file": "themes/material-theme-darker.js",
|
1353
|
+
"built": "2024-10-28T18:12:39.038Z"
|
1354
|
+
},
|
1355
|
+
"material-theme-lighter": {
|
1356
|
+
"file": "themes/material-theme-lighter.js",
|
1357
|
+
"built": "2024-10-28T18:12:39.040Z"
|
1358
|
+
},
|
1359
|
+
"material-theme-ocean": {
|
1360
|
+
"file": "themes/material-theme-ocean.js",
|
1361
|
+
"built": "2024-10-28T18:12:39.042Z"
|
1362
|
+
},
|
1363
|
+
"material-theme-palenight": {
|
1364
|
+
"file": "themes/material-theme-palenight.js",
|
1365
|
+
"built": "2024-10-28T18:12:39.043Z"
|
1366
|
+
},
|
1367
|
+
"material-theme": {
|
1368
|
+
"file": "themes/material-theme.js",
|
1369
|
+
"built": "2024-10-28T18:12:39.045Z"
|
1370
|
+
},
|
1371
|
+
"min-dark": {
|
1372
|
+
"file": "themes/min-dark.js",
|
1373
|
+
"built": "2024-10-28T18:12:39.047Z"
|
1374
|
+
},
|
1375
|
+
"min-light": {
|
1376
|
+
"file": "themes/min-light.js",
|
1377
|
+
"built": "2024-10-28T18:12:39.049Z"
|
1378
|
+
},
|
1379
|
+
"monokai": {
|
1380
|
+
"file": "themes/monokai.js",
|
1381
|
+
"built": "2024-10-28T18:12:39.051Z"
|
1382
|
+
},
|
1383
|
+
"night-owl": {
|
1384
|
+
"file": "themes/night-owl.js",
|
1385
|
+
"built": "2024-10-28T18:12:39.053Z"
|
1386
|
+
},
|
1387
|
+
"nord": {
|
1388
|
+
"file": "themes/nord.js",
|
1389
|
+
"built": "2024-10-28T18:12:39.055Z"
|
1390
|
+
},
|
1391
|
+
"one-dark-pro": {
|
1392
|
+
"file": "themes/one-dark-pro.js",
|
1393
|
+
"built": "2024-10-28T18:12:39.057Z"
|
1394
|
+
},
|
1395
|
+
"one-light": {
|
1396
|
+
"file": "themes/one-light.js",
|
1397
|
+
"built": "2024-10-28T18:12:39.059Z"
|
1398
|
+
},
|
1399
|
+
"plastic": {
|
1400
|
+
"file": "themes/plastic.js",
|
1401
|
+
"built": "2024-10-28T18:12:39.061Z"
|
1402
|
+
},
|
1403
|
+
"poimandres": {
|
1404
|
+
"file": "themes/poimandres.js",
|
1405
|
+
"built": "2024-10-28T18:12:39.063Z"
|
1406
|
+
},
|
1407
|
+
"red": {
|
1408
|
+
"file": "themes/red.js",
|
1409
|
+
"built": "2024-10-28T18:12:39.065Z"
|
1410
|
+
},
|
1411
|
+
"rose-pine-dawn": {
|
1412
|
+
"file": "themes/rose-pine-dawn.js",
|
1413
|
+
"built": "2024-10-28T18:12:39.067Z"
|
1414
|
+
},
|
1415
|
+
"rose-pine-moon": {
|
1416
|
+
"file": "themes/rose-pine-moon.js",
|
1417
|
+
"built": "2024-10-28T18:12:39.069Z"
|
1418
|
+
},
|
1419
|
+
"rose-pine": {
|
1420
|
+
"file": "themes/rose-pine.js",
|
1421
|
+
"built": "2024-10-28T18:12:39.071Z"
|
1422
|
+
},
|
1423
|
+
"slack-dark": {
|
1424
|
+
"file": "themes/slack-dark.js",
|
1425
|
+
"built": "2024-10-28T18:12:39.073Z"
|
1426
|
+
},
|
1427
|
+
"slack-ochin": {
|
1428
|
+
"file": "themes/slack-ochin.js",
|
1429
|
+
"built": "2024-10-28T18:12:39.074Z"
|
1430
|
+
},
|
1431
|
+
"snazzy-light": {
|
1432
|
+
"file": "themes/snazzy-light.js",
|
1433
|
+
"built": "2024-10-28T18:12:39.076Z"
|
1434
|
+
},
|
1435
|
+
"solarized-dark": {
|
1436
|
+
"file": "themes/solarized-dark.js",
|
1437
|
+
"built": "2024-10-28T18:12:39.078Z"
|
1438
|
+
},
|
1439
|
+
"solarized-light": {
|
1440
|
+
"file": "themes/solarized-light.js",
|
1441
|
+
"built": "2024-10-28T18:12:39.079Z"
|
1442
|
+
},
|
1443
|
+
"synthwave-84": {
|
1444
|
+
"file": "themes/synthwave-84.js",
|
1445
|
+
"built": "2024-10-28T18:12:39.082Z"
|
1446
|
+
},
|
1447
|
+
"tokyo-night": {
|
1448
|
+
"file": "themes/tokyo-night.js",
|
1449
|
+
"built": "2024-10-28T18:12:39.084Z"
|
1450
|
+
},
|
1451
|
+
"vesper": {
|
1452
|
+
"file": "themes/vesper.js",
|
1453
|
+
"built": "2024-10-28T18:12:39.086Z"
|
1454
|
+
},
|
1455
|
+
"vitesse-black": {
|
1456
|
+
"file": "themes/vitesse-black.js",
|
1457
|
+
"built": "2024-10-28T18:12:39.088Z"
|
1458
|
+
},
|
1459
|
+
"vitesse-dark": {
|
1460
|
+
"file": "themes/vitesse-dark.js",
|
1461
|
+
"built": "2024-10-28T18:12:39.089Z"
|
1462
|
+
},
|
1463
|
+
"vitesse-light": {
|
1464
|
+
"file": "themes/vitesse-light.js",
|
1465
|
+
"built": "2024-10-28T18:12:39.091Z"
|
1466
|
+
}
|
1467
|
+
}
|
1468
|
+
}
|