rn-shiki 0.0.21 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/commonjs/components/syntax/SyntaxHighlighter.js +71 -64
- package/lib/commonjs/components/syntax/SyntaxHighlighter.js.map +1 -1
- package/lib/commonjs/components/syntax/SyntaxLine.js +34 -33
- package/lib/commonjs/components/syntax/SyntaxLine.js.map +1 -1
- package/lib/commonjs/components/syntax/index.js +19 -1
- package/lib/commonjs/components/syntax/index.js.map +1 -1
- package/lib/commonjs/hooks/useSyntaxHighlighter.js +53 -48
- package/lib/commonjs/hooks/useSyntaxHighlighter.js.map +1 -1
- package/lib/commonjs/index.js +34 -2
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/syntax/highlighter/index.js +35 -32
- package/lib/commonjs/syntax/highlighter/index.js.map +1 -1
- package/lib/commonjs/syntax/index.js +18 -1
- package/lib/commonjs/syntax/index.js.map +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types/shiki.d.js +5 -1
- package/lib/commonjs/types/shiki.js +5 -1
- package/lib/commonjs/utils/index.js +16 -1
- package/lib/commonjs/utils/index.js.map +1 -1
- package/lib/commonjs/utils/string.js +18 -28
- package/lib/commonjs/utils/string.js.map +1 -1
- package/lib/commonjs/vendor/shiki/core/core.d.js +1 -1
- package/lib/commonjs/vendor/shiki/core/core.js +4423 -5121
- package/lib/commonjs/vendor/shiki/core/core.js.map +1 -1
- package/lib/commonjs/vendor/shiki/core/engine-javascript.d.js +1 -1
- package/lib/commonjs/vendor/shiki/core/engine-javascript.js +630 -557
- package/lib/commonjs/vendor/shiki/core/engine-javascript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/abap.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/abap.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/abap.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/actionscript-3.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/actionscript-3.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/actionscript-3.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ada.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ada.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/ada.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/adoc.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/adoc.js +20 -14
- package/lib/commonjs/vendor/shiki/langs/adoc.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-expression.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-expression.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/angular-expression.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-html.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-html.js +6 -9
- package/lib/commonjs/vendor/shiki/langs/angular-html.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-inline-style.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-inline-style.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/angular-inline-style.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-inline-template.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-inline-template.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/angular-inline-template.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-let-declaration.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-let-declaration.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/angular-let-declaration.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-template-blocks.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-template-blocks.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/angular-template-blocks.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-template.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-template.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/angular-template.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/angular-ts.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/angular-ts.js +6 -10
- package/lib/commonjs/vendor/shiki/langs/angular-ts.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/apache.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/apache.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/apache.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/apex.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/apex.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/apex.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/apl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/apl.js +6 -9
- package/lib/commonjs/vendor/shiki/langs/apl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/applescript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/applescript.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/applescript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ara.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ara.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/ara.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/asciidoc.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/asciidoc.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/asciidoc.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/asm.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/asm.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/asm.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/astro.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/astro.js +6 -9
- package/lib/commonjs/vendor/shiki/langs/astro.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/awk.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/awk.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/awk.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ballerina.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ballerina.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/ballerina.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/bash.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/bash.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/bash.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/bat.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/bat.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/bat.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/batch.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/batch.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/batch.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/be.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/be.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/be.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/beancount.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/beancount.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/beancount.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/berry.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/berry.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/berry.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/bibtex.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/bibtex.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/bibtex.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/bicep.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/bicep.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/bicep.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/blade.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/blade.js +6 -10
- package/lib/commonjs/vendor/shiki/langs/blade.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/c.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/c.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/c.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cadence.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cadence.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/cadence.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cdc.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cdc.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/cdc.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/clarity.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/clarity.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/clarity.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/clj.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/clj.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/clj.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/clojure.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/clojure.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/clojure.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/closure-templates.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/closure-templates.js +23 -26
- package/lib/commonjs/vendor/shiki/langs/closure-templates.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cmake.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cmake.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/cmake.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cmd.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cmd.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/cmd.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cobol.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cobol.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/cobol.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/codeowners.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/codeowners.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/codeowners.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/codeql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/codeql.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/codeql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/coffee.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/coffee.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/coffee.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/coffeescript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/coffeescript.js +20 -17
- package/lib/commonjs/vendor/shiki/langs/coffeescript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/common-lisp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/common-lisp.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/common-lisp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/console.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/console.js +21 -18
- package/lib/commonjs/vendor/shiki/langs/console.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/coq.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/coq.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/coq.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cpp-macro.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cpp-macro.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/cpp-macro.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cpp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cpp.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/cpp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cql.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/cql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/crystal.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/crystal.js +6 -10
- package/lib/commonjs/vendor/shiki/langs/crystal.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cs.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cs.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/cs.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/csharp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/csharp.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/csharp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/css.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/css.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/css.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/csv.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/csv.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/csv.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cue.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cue.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/cue.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/cypher.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/cypher.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/cypher.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/d.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/d.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/d.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/dart.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/dart.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/dart.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/dax.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/dax.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/dax.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/desktop.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/desktop.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/desktop.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/diff.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/diff.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/diff.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/docker.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/docker.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/docker.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/dockerfile.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/dockerfile.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/dockerfile.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/dotenv.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/dotenv.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/dotenv.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/dream-maker.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/dream-maker.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/dream-maker.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/edge.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/edge.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/edge.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/elisp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/elisp.js +3 -32
- package/lib/commonjs/vendor/shiki/langs/elisp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/elixir.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/elixir.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/elixir.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/elm.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/elm.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/elm.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/emacs-lisp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/emacs-lisp.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/emacs-lisp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/erb.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/erb.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/erb.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/erl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/erl.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/erl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/erlang.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/erlang.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/erlang.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-css.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-css.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/es-tag-css.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-glsl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-glsl.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/es-tag-glsl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-html.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-html.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/es-tag-html.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-sql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-sql.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/es-tag-sql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-xml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/es-tag-xml.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/es-tag-xml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/f.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/f.js +20 -17
- package/lib/commonjs/vendor/shiki/langs/f.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/f03.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/f03.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/f03.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/f08.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/f08.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/f08.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/f18.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/f18.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/f18.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/f77.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/f77.js +20 -17
- package/lib/commonjs/vendor/shiki/langs/f77.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/f90.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/f90.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/f90.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/f95.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/f95.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/f95.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fennel.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fennel.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/fennel.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fish.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fish.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/fish.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fluent.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fluent.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/fluent.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/for.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/for.js +20 -17
- package/lib/commonjs/vendor/shiki/langs/for.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fortran-fixed-form.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fortran-fixed-form.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/fortran-fixed-form.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fortran-free-form.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fortran-free-form.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/fortran-free-form.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fs.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fs.js +20 -17
- package/lib/commonjs/vendor/shiki/langs/fs.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fsharp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fsharp.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/fsharp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/fsl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/fsl.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/fsl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ftl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ftl.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/ftl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gdresource.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gdresource.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/gdresource.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gdscript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gdscript.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/gdscript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gdshader.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gdshader.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/gdshader.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/genie.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/genie.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/genie.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gherkin.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gherkin.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/gherkin.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/git-commit.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/git-commit.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/git-commit.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/git-rebase.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/git-rebase.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/git-rebase.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gjs.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gjs.js +7 -62
- package/lib/commonjs/vendor/shiki/langs/gjs.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gleam.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gleam.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/gleam.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/glimmer-js.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/glimmer-js.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/glimmer-js.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/glimmer-ts.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/glimmer-ts.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/glimmer-ts.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/glsl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/glsl.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/glsl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gnuplot.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gnuplot.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/gnuplot.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/go.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/go.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/go.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gql.js +7 -60
- package/lib/commonjs/vendor/shiki/langs/gql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/graphql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/graphql.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/graphql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/groovy.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/groovy.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/groovy.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/gts.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/gts.js +7 -62
- package/lib/commonjs/vendor/shiki/langs/gts.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hack.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hack.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/hack.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/haml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/haml.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/haml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/handlebars.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/handlebars.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/handlebars.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/haskell.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/haskell.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/haskell.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/haxe.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/haxe.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/haxe.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hbs.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hbs.js +24 -32
- package/lib/commonjs/vendor/shiki/langs/hbs.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hcl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hcl.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/hcl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hjson.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hjson.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/hjson.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hlsl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hlsl.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/hlsl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hs.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hs.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/hs.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/html-derivative.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/html-derivative.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/html-derivative.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/html.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/html.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/html.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/http.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/http.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/http.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hxml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hxml.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/hxml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/hy.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/hy.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/hy.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/imba.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/imba.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/imba.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ini.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ini.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/ini.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jade.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jade.js +23 -28
- package/lib/commonjs/vendor/shiki/langs/jade.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/java.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/java.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/java.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/javascript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/javascript.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/javascript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jinja-html.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jinja-html.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/jinja-html.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jinja.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jinja.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/jinja.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jison.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jison.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/jison.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jl.js +12 -99
- package/lib/commonjs/vendor/shiki/langs/jl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/js.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/js.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/js.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/json.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/json.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/json.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/json5.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/json5.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/json5.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jsonc.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jsonc.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/jsonc.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jsonl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jsonl.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/jsonl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jsonnet.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jsonnet.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/jsonnet.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jssm.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jssm.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/jssm.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/jsx.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/jsx.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/jsx.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/julia.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/julia.js +6 -9
- package/lib/commonjs/vendor/shiki/langs/julia.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/kotlin.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/kotlin.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/kotlin.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/kql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/kql.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/kql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/kt.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/kt.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/kt.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/kts.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/kts.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/kts.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/kusto.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/kusto.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/kusto.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/latex.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/latex.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/latex.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/lean.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/lean.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/lean.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/lean4.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/lean4.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/lean4.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/less.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/less.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/less.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/liquid.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/liquid.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/liquid.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/lisp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/lisp.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/lisp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/lit.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/lit.js +17 -138
- package/lib/commonjs/vendor/shiki/langs/lit.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/log.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/log.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/log.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/logo.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/logo.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/logo.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/lua.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/lua.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/lua.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/luau.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/luau.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/luau.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/make.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/make.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/make.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/makefile.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/makefile.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/makefile.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/markdown-vue.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/markdown-vue.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/markdown-vue.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/markdown.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/markdown.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/markdown.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/marko.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/marko.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/marko.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/matlab.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/matlab.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/matlab.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/md.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/md.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/md.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mdc.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mdc.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/mdc.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mdx.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mdx.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/mdx.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mediawiki.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mediawiki.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/mediawiki.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mermaid.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mermaid.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/mermaid.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mips.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mips.js +20 -14
- package/lib/commonjs/vendor/shiki/langs/mips.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mipsasm.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mipsasm.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/mipsasm.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mmd.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mmd.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/mmd.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/mojo.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/mojo.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/mojo.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/move.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/move.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/move.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nar.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nar.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/nar.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/narrat.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/narrat.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/narrat.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nextflow.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nextflow.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/nextflow.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nf.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nf.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/nf.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nginx.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nginx.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/nginx.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nim.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nim.js +6 -11
- package/lib/commonjs/vendor/shiki/langs/nim.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nix.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nix.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/nix.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nu.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nu.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/nu.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/nushell.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/nushell.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/nushell.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/objc.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/objc.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/objc.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/objective-c.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/objective-c.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/objective-c.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/objective-cpp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/objective-cpp.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/objective-cpp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ocaml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ocaml.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/ocaml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/pascal.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/pascal.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/pascal.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/perl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/perl.js +6 -9
- package/lib/commonjs/vendor/shiki/langs/perl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/perl6.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/perl6.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/perl6.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/php.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/php.js +6 -10
- package/lib/commonjs/vendor/shiki/langs/php.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/plsql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/plsql.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/plsql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/po.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/po.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/po.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/postcss.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/postcss.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/postcss.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/pot.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/pot.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/pot.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/potx.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/potx.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/potx.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/powerquery.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/powerquery.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/powerquery.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/powershell.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/powershell.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/powershell.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/prisma.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/prisma.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/prisma.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/prolog.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/prolog.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/prolog.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/properties.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/properties.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/properties.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/proto.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/proto.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/proto.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/protobuf.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/protobuf.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/protobuf.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ps.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ps.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/ps.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ps1.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ps1.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/ps1.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/pug.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/pug.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/pug.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/puppet.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/puppet.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/puppet.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/purescript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/purescript.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/purescript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/py.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/py.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/py.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/python.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/python.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/python.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ql.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/ql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/qml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/qml.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/qml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/qmldir.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/qmldir.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/qmldir.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/qss.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/qss.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/qss.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/r.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/r.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/r.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/racket.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/racket.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/racket.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/raku.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/raku.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/raku.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/razor.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/razor.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/razor.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/rb.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/rb.js +12 -98
- package/lib/commonjs/vendor/shiki/langs/rb.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/reg.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/reg.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/reg.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/regex.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/regex.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/regex.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/regexp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/regexp.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/regexp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/rel.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/rel.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/rel.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/riscv.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/riscv.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/riscv.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/rs.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/rs.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/rs.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/rst.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/rst.js +6 -12
- package/lib/commonjs/vendor/shiki/langs/rst.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ruby.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ruby.js +6 -12
- package/lib/commonjs/vendor/shiki/langs/ruby.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/rust.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/rust.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/rust.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/sas.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/sas.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/sas.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/sass.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/sass.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/sass.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/scala.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/scala.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/scala.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/scheme.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/scheme.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/scheme.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/scss.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/scss.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/scss.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/sh.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/sh.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/sh.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/shader.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/shader.js +20 -17
- package/lib/commonjs/vendor/shiki/langs/shader.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/shaderlab.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/shaderlab.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/shaderlab.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/shell.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/shell.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/shell.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/shellscript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/shellscript.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/shellscript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/shellsession.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/shellsession.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/shellsession.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/smalltalk.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/smalltalk.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/smalltalk.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/solidity.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/solidity.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/solidity.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/soy.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/soy.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/soy.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/sparql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/sparql.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/sparql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/spl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/spl.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/spl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/splunk.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/splunk.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/splunk.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/sql.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/sql.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/sql.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ssh-config.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ssh-config.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/ssh-config.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/stata.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/stata.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/stata.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/styl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/styl.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/styl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/stylus.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/stylus.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/stylus.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/svelte.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/svelte.js +6 -8
- package/lib/commonjs/vendor/shiki/langs/svelte.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/swift.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/swift.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/swift.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/system-verilog.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/system-verilog.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/system-verilog.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/systemd.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/systemd.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/systemd.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tasl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tasl.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/tasl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tcl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tcl.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/tcl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/templ.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/templ.js +6 -7
- package/lib/commonjs/vendor/shiki/langs/templ.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/terraform.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/terraform.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/terraform.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tex.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tex.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/tex.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tf.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tf.js +20 -14
- package/lib/commonjs/vendor/shiki/langs/tf.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tfvars.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tfvars.js +20 -14
- package/lib/commonjs/vendor/shiki/langs/tfvars.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/toml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/toml.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/toml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ts-tags.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ts-tags.js +6 -10
- package/lib/commonjs/vendor/shiki/langs/ts-tags.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/ts.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/ts.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/ts.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tsp.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tsp.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/tsp.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tsv.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tsv.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/tsv.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/tsx.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/tsx.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/tsx.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/turtle.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/turtle.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/turtle.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/twig.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/twig.js +6 -10
- package/lib/commonjs/vendor/shiki/langs/twig.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/typ.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/typ.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/typ.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/typescript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/typescript.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/typescript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/typespec.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/typespec.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/typespec.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/typst.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/typst.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/typst.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/v.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/v.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/v.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vala.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vala.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/vala.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vb.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vb.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/vb.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/verilog.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/verilog.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/verilog.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vhdl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vhdl.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/vhdl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vim.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vim.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/vim.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/viml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/viml.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/viml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vimscript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vimscript.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/vimscript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vue-directives.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vue-directives.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/vue-directives.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vue-html.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vue-html.js +6 -6
- package/lib/commonjs/vendor/shiki/langs/vue-html.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vue-interpolations.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vue-interpolations.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/vue-interpolations.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vue-sfc-style-variable-injection.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vue-sfc-style-variable-injection.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/vue-sfc-style-variable-injection.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vue.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vue.js +6 -14
- package/lib/commonjs/vendor/shiki/langs/vue.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vy.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vy.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/vy.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/vyper.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/vyper.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/vyper.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/wasm.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/wasm.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/wasm.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/wenyan.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/wenyan.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/wenyan.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/wgsl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/wgsl.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/wgsl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/wiki.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/wiki.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/wiki.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/wikitext.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/wikitext.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/wikitext.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/wl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/wl.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/wl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/wolfram.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/wolfram.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/wolfram.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/xml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/xml.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/xml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/xsl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/xsl.js +6 -5
- package/lib/commonjs/vendor/shiki/langs/xsl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/yaml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/yaml.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/yaml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/yml.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/yml.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/yml.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/zenscript.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/zenscript.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/zenscript.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/zig.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/zig.js +5 -3
- package/lib/commonjs/vendor/shiki/langs/zig.js.map +1 -1
- package/lib/commonjs/vendor/shiki/langs/zsh.d.js +5 -1
- package/lib/commonjs/vendor/shiki/langs/zsh.js +19 -13
- package/lib/commonjs/vendor/shiki/langs/zsh.js.map +1 -1
- package/lib/commonjs/vendor/shiki/manifest.json +365 -365
- package/lib/commonjs/vendor/shiki/themes/andromeeda.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/andromeeda.js +221 -2
- package/lib/commonjs/vendor/shiki/themes/andromeeda.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/aurora-x.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/aurora-x.js +428 -2
- package/lib/commonjs/vendor/shiki/themes/aurora-x.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/ayu-dark.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/ayu-dark.js +572 -2
- package/lib/commonjs/vendor/shiki/themes/ayu-dark.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-frappe.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-frappe.js +1551 -2
- package/lib/commonjs/vendor/shiki/themes/catppuccin-frappe.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-latte.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-latte.js +1551 -2
- package/lib/commonjs/vendor/shiki/themes/catppuccin-latte.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-macchiato.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-macchiato.js +1551 -2
- package/lib/commonjs/vendor/shiki/themes/catppuccin-macchiato.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-mocha.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/catppuccin-mocha.js +1551 -2
- package/lib/commonjs/vendor/shiki/themes/catppuccin-mocha.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/dark-plus.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/dark-plus.js +371 -2
- package/lib/commonjs/vendor/shiki/themes/dark-plus.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/dracula-soft.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/dracula-soft.js +657 -2
- package/lib/commonjs/vendor/shiki/themes/dracula-soft.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/dracula.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/dracula.js +657 -2
- package/lib/commonjs/vendor/shiki/themes/dracula.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/everforest-dark.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/everforest-dark.js +1884 -2
- package/lib/commonjs/vendor/shiki/themes/everforest-dark.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/everforest-light.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/everforest-light.js +1884 -2
- package/lib/commonjs/vendor/shiki/themes/everforest-light.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark-default.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark-default.js +516 -2
- package/lib/commonjs/vendor/shiki/themes/github-dark-default.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark-dimmed.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark-dimmed.js +516 -2
- package/lib/commonjs/vendor/shiki/themes/github-dark-dimmed.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark-high-contrast.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark-high-contrast.js +520 -2
- package/lib/commonjs/vendor/shiki/themes/github-dark-high-contrast.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/github-dark.js +439 -2
- package/lib/commonjs/vendor/shiki/themes/github-dark.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/github-light-default.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/github-light-default.js +512 -2
- package/lib/commonjs/vendor/shiki/themes/github-light-default.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/github-light-high-contrast.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/github-light-high-contrast.js +515 -2
- package/lib/commonjs/vendor/shiki/themes/github-light-high-contrast.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/github-light.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/github-light.js +435 -2
- package/lib/commonjs/vendor/shiki/themes/github-light.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/houston.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/houston.js +1501 -2
- package/lib/commonjs/vendor/shiki/themes/houston.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/kanagawa-dragon.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/kanagawa-dragon.js +576 -2
- package/lib/commonjs/vendor/shiki/themes/kanagawa-dragon.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/kanagawa-lotus.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/kanagawa-lotus.js +576 -2
- package/lib/commonjs/vendor/shiki/themes/kanagawa-lotus.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/kanagawa-wave.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/kanagawa-wave.js +576 -2
- package/lib/commonjs/vendor/shiki/themes/kanagawa-wave.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/laserwave.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/laserwave.js +189 -2
- package/lib/commonjs/vendor/shiki/themes/laserwave.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/light-plus.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/light-plus.js +371 -2
- package/lib/commonjs/vendor/shiki/themes/light-plus.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-darker.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-darker.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/material-theme-darker.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-lighter.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-lighter.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/material-theme-lighter.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-ocean.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-ocean.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/material-theme-ocean.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-palenight.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme-palenight.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/material-theme-palenight.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/material-theme.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/material-theme.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/min-dark.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/min-dark.js +213 -2
- package/lib/commonjs/vendor/shiki/themes/min-dark.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/min-light.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/min-light.js +229 -2
- package/lib/commonjs/vendor/shiki/themes/min-light.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/monokai.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/monokai.js +381 -2
- package/lib/commonjs/vendor/shiki/themes/monokai.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/night-owl.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/night-owl.js +1223 -2
- package/lib/commonjs/vendor/shiki/themes/night-owl.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/nord.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/nord.js +1026 -2
- package/lib/commonjs/vendor/shiki/themes/nord.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/one-dark-pro.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/one-dark-pro.js +1563 -2
- package/lib/commonjs/vendor/shiki/themes/one-dark-pro.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/one-light.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/one-light.js +1150 -2
- package/lib/commonjs/vendor/shiki/themes/one-light.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/plastic.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/plastic.js +266 -2
- package/lib/commonjs/vendor/shiki/themes/plastic.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/poimandres.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/poimandres.js +976 -2
- package/lib/commonjs/vendor/shiki/themes/poimandres.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/red.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/red.js +295 -2
- package/lib/commonjs/vendor/shiki/themes/red.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/rose-pine-dawn.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/rose-pine-dawn.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/rose-pine-dawn.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/rose-pine-moon.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/rose-pine-moon.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/rose-pine-moon.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/rose-pine.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/rose-pine.js +647 -2
- package/lib/commonjs/vendor/shiki/themes/rose-pine.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/slack-dark.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/slack-dark.js +393 -2
- package/lib/commonjs/vendor/shiki/themes/slack-dark.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/slack-ochin.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/slack-ochin.js +393 -2
- package/lib/commonjs/vendor/shiki/themes/slack-ochin.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/snazzy-light.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/snazzy-light.js +944 -2
- package/lib/commonjs/vendor/shiki/themes/snazzy-light.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/solarized-dark.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/solarized-dark.js +312 -2
- package/lib/commonjs/vendor/shiki/themes/solarized-dark.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/solarized-light.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/solarized-light.js +304 -2
- package/lib/commonjs/vendor/shiki/themes/solarized-light.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/synthwave-84.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/synthwave-84.js +18 -11
- package/lib/commonjs/vendor/shiki/themes/synthwave-84.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/tokyo-night.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/tokyo-night.js +950 -2
- package/lib/commonjs/vendor/shiki/themes/tokyo-night.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/vesper.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/vesper.js +379 -2
- package/lib/commonjs/vendor/shiki/themes/vesper.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/vitesse-black.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/vitesse-black.js +503 -2
- package/lib/commonjs/vendor/shiki/themes/vitesse-black.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/vitesse-dark.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/vitesse-dark.js +503 -2
- package/lib/commonjs/vendor/shiki/themes/vitesse-dark.js.map +1 -1
- package/lib/commonjs/vendor/shiki/themes/vitesse-light.d.js +5 -1
- package/lib/commonjs/vendor/shiki/themes/vitesse-light.js +501 -2
- package/lib/commonjs/vendor/shiki/themes/vitesse-light.js.map +1 -1
- package/package.json +2 -20
- package/src/index.ts +5 -1
- package/src/vendor/shiki/manifest.json +365 -365
- package/lib/commonjs/vendor/shiki/index.d.js +0 -5
- package/lib/commonjs/vendor/shiki/index.d.js.map +0 -1
- package/lib/commonjs/vendor/shiki/index.js +0 -9
- package/lib/commonjs/vendor/shiki/index.js.map +0 -1
- package/lib/module/components/syntax/SyntaxHighlighter.js +0 -72
- package/lib/module/components/syntax/SyntaxHighlighter.js.map +0 -1
- package/lib/module/components/syntax/SyntaxLine.js +0 -35
- package/lib/module/components/syntax/SyntaxLine.js.map +0 -1
- package/lib/module/components/syntax/index.js +0 -3
- package/lib/module/components/syntax/index.js.map +0 -1
- package/lib/module/hooks/useSyntaxHighlighter.js +0 -59
- package/lib/module/hooks/useSyntaxHighlighter.js.map +0 -1
- package/lib/module/index.js +0 -3
- package/lib/module/index.js.map +0 -1
- package/lib/module/package.json +0 -1
- package/lib/module/syntax/highlighter/index.js +0 -37
- package/lib/module/syntax/highlighter/index.js.map +0 -1
- package/lib/module/syntax/index.js +0 -2
- package/lib/module/syntax/index.js.map +0 -1
- package/lib/module/types/index.js +0 -2
- package/lib/module/types/index.js.map +0 -1
- package/lib/module/types/shiki.d.js +0 -2
- package/lib/module/types/shiki.d.js.map +0 -1
- package/lib/module/types/shiki.js +0 -2
- package/lib/module/types/shiki.js.map +0 -1
- package/lib/module/utils/index.js +0 -2
- package/lib/module/utils/index.js.map +0 -1
- package/lib/module/utils/string.js +0 -38
- package/lib/module/utils/string.js.map +0 -1
- package/lib/module/vendor/shiki/core/core.d.js +0 -2
- package/lib/module/vendor/shiki/core/core.d.js.map +0 -1
- package/lib/module/vendor/shiki/core/core.js +0 -9523
- package/lib/module/vendor/shiki/core/core.js.map +0 -1
- package/lib/module/vendor/shiki/core/engine-javascript.d.js +0 -2
- package/lib/module/vendor/shiki/core/engine-javascript.d.js.map +0 -1
- package/lib/module/vendor/shiki/core/engine-javascript.js +0 -1509
- package/lib/module/vendor/shiki/core/engine-javascript.js.map +0 -1
- package/lib/module/vendor/shiki/index.d.js +0 -5
- package/lib/module/vendor/shiki/index.d.js.map +0 -1
- package/lib/module/vendor/shiki/index.js +0 -9
- package/lib/module/vendor/shiki/index.js.map +0 -1
- package/lib/module/vendor/shiki/langs/abap.d.js +0 -2
- package/lib/module/vendor/shiki/langs/abap.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/abap.js +0 -5
- package/lib/module/vendor/shiki/langs/abap.js.map +0 -1
- package/lib/module/vendor/shiki/langs/actionscript-3.d.js +0 -2
- package/lib/module/vendor/shiki/langs/actionscript-3.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/actionscript-3.js +0 -5
- package/lib/module/vendor/shiki/langs/actionscript-3.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ada.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ada.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ada.js +0 -5
- package/lib/module/vendor/shiki/langs/ada.js.map +0 -1
- package/lib/module/vendor/shiki/langs/adoc.d.js +0 -2
- package/lib/module/vendor/shiki/langs/adoc.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/adoc.js +0 -33
- package/lib/module/vendor/shiki/langs/adoc.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-expression.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-expression.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-expression.js +0 -5
- package/lib/module/vendor/shiki/langs/angular-expression.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-html.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-html.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-html.js +0 -10
- package/lib/module/vendor/shiki/langs/angular-html.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-inline-style.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-inline-style.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-inline-style.js +0 -6
- package/lib/module/vendor/shiki/langs/angular-inline-style.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-inline-template.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-inline-template.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-inline-template.js +0 -7
- package/lib/module/vendor/shiki/langs/angular-inline-template.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-let-declaration.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-let-declaration.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-let-declaration.js +0 -6
- package/lib/module/vendor/shiki/langs/angular-let-declaration.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-template-blocks.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-template-blocks.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-template-blocks.js +0 -7
- package/lib/module/vendor/shiki/langs/angular-template-blocks.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-template.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-template.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-template.js +0 -6
- package/lib/module/vendor/shiki/langs/angular-template.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-ts.d.js +0 -2
- package/lib/module/vendor/shiki/langs/angular-ts.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/angular-ts.js +0 -11
- package/lib/module/vendor/shiki/langs/angular-ts.js.map +0 -1
- package/lib/module/vendor/shiki/langs/apache.d.js +0 -2
- package/lib/module/vendor/shiki/langs/apache.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/apache.js +0 -5
- package/lib/module/vendor/shiki/langs/apache.js.map +0 -1
- package/lib/module/vendor/shiki/langs/apex.d.js +0 -2
- package/lib/module/vendor/shiki/langs/apex.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/apex.js +0 -5
- package/lib/module/vendor/shiki/langs/apex.js.map +0 -1
- package/lib/module/vendor/shiki/langs/apl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/apl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/apl.js +0 -10
- package/lib/module/vendor/shiki/langs/apl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/applescript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/applescript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/applescript.js +0 -5
- package/lib/module/vendor/shiki/langs/applescript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ara.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ara.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ara.js +0 -5
- package/lib/module/vendor/shiki/langs/ara.js.map +0 -1
- package/lib/module/vendor/shiki/langs/asciidoc.d.js +0 -2
- package/lib/module/vendor/shiki/langs/asciidoc.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/asciidoc.js +0 -5
- package/lib/module/vendor/shiki/langs/asciidoc.js.map +0 -1
- package/lib/module/vendor/shiki/langs/asm.d.js +0 -2
- package/lib/module/vendor/shiki/langs/asm.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/asm.js +0 -5
- package/lib/module/vendor/shiki/langs/asm.js.map +0 -1
- package/lib/module/vendor/shiki/langs/astro.d.js +0 -2
- package/lib/module/vendor/shiki/langs/astro.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/astro.js +0 -10
- package/lib/module/vendor/shiki/langs/astro.js.map +0 -1
- package/lib/module/vendor/shiki/langs/awk.d.js +0 -2
- package/lib/module/vendor/shiki/langs/awk.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/awk.js +0 -5
- package/lib/module/vendor/shiki/langs/awk.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ballerina.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ballerina.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ballerina.js +0 -5
- package/lib/module/vendor/shiki/langs/ballerina.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bash.d.js +0 -2
- package/lib/module/vendor/shiki/langs/bash.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bash.js +0 -33
- package/lib/module/vendor/shiki/langs/bash.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bat.d.js +0 -2
- package/lib/module/vendor/shiki/langs/bat.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bat.js +0 -5
- package/lib/module/vendor/shiki/langs/bat.js.map +0 -1
- package/lib/module/vendor/shiki/langs/batch.d.js +0 -2
- package/lib/module/vendor/shiki/langs/batch.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/batch.js +0 -33
- package/lib/module/vendor/shiki/langs/batch.js.map +0 -1
- package/lib/module/vendor/shiki/langs/be.d.js +0 -2
- package/lib/module/vendor/shiki/langs/be.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/be.js +0 -33
- package/lib/module/vendor/shiki/langs/be.js.map +0 -1
- package/lib/module/vendor/shiki/langs/beancount.d.js +0 -2
- package/lib/module/vendor/shiki/langs/beancount.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/beancount.js +0 -5
- package/lib/module/vendor/shiki/langs/beancount.js.map +0 -1
- package/lib/module/vendor/shiki/langs/berry.d.js +0 -2
- package/lib/module/vendor/shiki/langs/berry.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/berry.js +0 -5
- package/lib/module/vendor/shiki/langs/berry.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bibtex.d.js +0 -2
- package/lib/module/vendor/shiki/langs/bibtex.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bibtex.js +0 -5
- package/lib/module/vendor/shiki/langs/bibtex.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bicep.d.js +0 -2
- package/lib/module/vendor/shiki/langs/bicep.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/bicep.js +0 -5
- package/lib/module/vendor/shiki/langs/bicep.js.map +0 -1
- package/lib/module/vendor/shiki/langs/blade.d.js +0 -2
- package/lib/module/vendor/shiki/langs/blade.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/blade.js +0 -11
- package/lib/module/vendor/shiki/langs/blade.js.map +0 -1
- package/lib/module/vendor/shiki/langs/c.d.js +0 -2
- package/lib/module/vendor/shiki/langs/c.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/c.js +0 -5
- package/lib/module/vendor/shiki/langs/c.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cadence.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cadence.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cadence.js +0 -5
- package/lib/module/vendor/shiki/langs/cadence.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cdc.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cdc.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cdc.js +0 -33
- package/lib/module/vendor/shiki/langs/cdc.js.map +0 -1
- package/lib/module/vendor/shiki/langs/clarity.d.js +0 -2
- package/lib/module/vendor/shiki/langs/clarity.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/clarity.js +0 -5
- package/lib/module/vendor/shiki/langs/clarity.js.map +0 -1
- package/lib/module/vendor/shiki/langs/clj.d.js +0 -2
- package/lib/module/vendor/shiki/langs/clj.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/clj.js +0 -33
- package/lib/module/vendor/shiki/langs/clj.js.map +0 -1
- package/lib/module/vendor/shiki/langs/clojure.d.js +0 -2
- package/lib/module/vendor/shiki/langs/clojure.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/clojure.js +0 -5
- package/lib/module/vendor/shiki/langs/clojure.js.map +0 -1
- package/lib/module/vendor/shiki/langs/closure-templates.d.js +0 -2
- package/lib/module/vendor/shiki/langs/closure-templates.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/closure-templates.js +0 -54
- package/lib/module/vendor/shiki/langs/closure-templates.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cmake.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cmake.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cmake.js +0 -5
- package/lib/module/vendor/shiki/langs/cmake.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cmd.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cmd.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cmd.js +0 -33
- package/lib/module/vendor/shiki/langs/cmd.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cobol.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cobol.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cobol.js +0 -7
- package/lib/module/vendor/shiki/langs/cobol.js.map +0 -1
- package/lib/module/vendor/shiki/langs/codeowners.d.js +0 -2
- package/lib/module/vendor/shiki/langs/codeowners.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/codeowners.js +0 -5
- package/lib/module/vendor/shiki/langs/codeowners.js.map +0 -1
- package/lib/module/vendor/shiki/langs/codeql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/codeql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/codeql.js +0 -5
- package/lib/module/vendor/shiki/langs/codeql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/coffee.d.js +0 -2
- package/lib/module/vendor/shiki/langs/coffee.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/coffee.js +0 -6
- package/lib/module/vendor/shiki/langs/coffee.js.map +0 -1
- package/lib/module/vendor/shiki/langs/coffeescript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/coffeescript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/coffeescript.js +0 -40
- package/lib/module/vendor/shiki/langs/coffeescript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/common-lisp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/common-lisp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/common-lisp.js +0 -5
- package/lib/module/vendor/shiki/langs/common-lisp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/console.d.js +0 -2
- package/lib/module/vendor/shiki/langs/console.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/console.js +0 -40
- package/lib/module/vendor/shiki/langs/console.js.map +0 -1
- package/lib/module/vendor/shiki/langs/coq.d.js +0 -2
- package/lib/module/vendor/shiki/langs/coq.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/coq.js +0 -5
- package/lib/module/vendor/shiki/langs/coq.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cpp-macro.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cpp-macro.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cpp-macro.js +0 -8
- package/lib/module/vendor/shiki/langs/cpp-macro.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cpp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cpp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cpp.js +0 -9
- package/lib/module/vendor/shiki/langs/cpp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cql.js +0 -33
- package/lib/module/vendor/shiki/langs/cql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/crystal.d.js +0 -2
- package/lib/module/vendor/shiki/langs/crystal.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/crystal.js +0 -11
- package/lib/module/vendor/shiki/langs/crystal.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cs.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cs.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cs.js +0 -33
- package/lib/module/vendor/shiki/langs/cs.js.map +0 -1
- package/lib/module/vendor/shiki/langs/csharp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/csharp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/csharp.js +0 -5
- package/lib/module/vendor/shiki/langs/csharp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/css.d.js +0 -2
- package/lib/module/vendor/shiki/langs/css.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/css.js +0 -5
- package/lib/module/vendor/shiki/langs/css.js.map +0 -1
- package/lib/module/vendor/shiki/langs/csv.d.js +0 -2
- package/lib/module/vendor/shiki/langs/csv.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/csv.js +0 -5
- package/lib/module/vendor/shiki/langs/csv.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cue.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cue.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cue.js +0 -5
- package/lib/module/vendor/shiki/langs/cue.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cypher.d.js +0 -2
- package/lib/module/vendor/shiki/langs/cypher.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/cypher.js +0 -5
- package/lib/module/vendor/shiki/langs/cypher.js.map +0 -1
- package/lib/module/vendor/shiki/langs/d.d.js +0 -2
- package/lib/module/vendor/shiki/langs/d.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/d.js +0 -5
- package/lib/module/vendor/shiki/langs/d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dart.d.js +0 -2
- package/lib/module/vendor/shiki/langs/dart.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dart.js +0 -5
- package/lib/module/vendor/shiki/langs/dart.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dax.d.js +0 -2
- package/lib/module/vendor/shiki/langs/dax.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dax.js +0 -5
- package/lib/module/vendor/shiki/langs/dax.js.map +0 -1
- package/lib/module/vendor/shiki/langs/desktop.d.js +0 -2
- package/lib/module/vendor/shiki/langs/desktop.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/desktop.js +0 -5
- package/lib/module/vendor/shiki/langs/desktop.js.map +0 -1
- package/lib/module/vendor/shiki/langs/diff.d.js +0 -2
- package/lib/module/vendor/shiki/langs/diff.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/diff.js +0 -5
- package/lib/module/vendor/shiki/langs/diff.js.map +0 -1
- package/lib/module/vendor/shiki/langs/docker.d.js +0 -2
- package/lib/module/vendor/shiki/langs/docker.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/docker.js +0 -5
- package/lib/module/vendor/shiki/langs/docker.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dockerfile.d.js +0 -2
- package/lib/module/vendor/shiki/langs/dockerfile.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dockerfile.js +0 -33
- package/lib/module/vendor/shiki/langs/dockerfile.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dotenv.d.js +0 -2
- package/lib/module/vendor/shiki/langs/dotenv.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dotenv.js +0 -5
- package/lib/module/vendor/shiki/langs/dotenv.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dream-maker.d.js +0 -2
- package/lib/module/vendor/shiki/langs/dream-maker.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/dream-maker.js +0 -5
- package/lib/module/vendor/shiki/langs/dream-maker.js.map +0 -1
- package/lib/module/vendor/shiki/langs/edge.d.js +0 -2
- package/lib/module/vendor/shiki/langs/edge.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/edge.js +0 -8
- package/lib/module/vendor/shiki/langs/edge.js.map +0 -1
- package/lib/module/vendor/shiki/langs/elisp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/elisp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/elisp.js +0 -33
- package/lib/module/vendor/shiki/langs/elisp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/elixir.d.js +0 -2
- package/lib/module/vendor/shiki/langs/elixir.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/elixir.js +0 -6
- package/lib/module/vendor/shiki/langs/elixir.js.map +0 -1
- package/lib/module/vendor/shiki/langs/elm.d.js +0 -2
- package/lib/module/vendor/shiki/langs/elm.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/elm.js +0 -6
- package/lib/module/vendor/shiki/langs/elm.js.map +0 -1
- package/lib/module/vendor/shiki/langs/emacs-lisp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/emacs-lisp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/emacs-lisp.js +0 -5
- package/lib/module/vendor/shiki/langs/emacs-lisp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/erb.d.js +0 -2
- package/lib/module/vendor/shiki/langs/erb.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/erb.js +0 -7
- package/lib/module/vendor/shiki/langs/erb.js.map +0 -1
- package/lib/module/vendor/shiki/langs/erl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/erl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/erl.js +0 -33
- package/lib/module/vendor/shiki/langs/erl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/erlang.d.js +0 -2
- package/lib/module/vendor/shiki/langs/erlang.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/erlang.js +0 -5
- package/lib/module/vendor/shiki/langs/erlang.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-css.d.js +0 -2
- package/lib/module/vendor/shiki/langs/es-tag-css.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-css.js +0 -8
- package/lib/module/vendor/shiki/langs/es-tag-css.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-glsl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/es-tag-glsl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-glsl.js +0 -8
- package/lib/module/vendor/shiki/langs/es-tag-glsl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-html.d.js +0 -2
- package/lib/module/vendor/shiki/langs/es-tag-html.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-html.js +0 -8
- package/lib/module/vendor/shiki/langs/es-tag-html.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-sql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/es-tag-sql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-sql.js +0 -7
- package/lib/module/vendor/shiki/langs/es-tag-sql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-xml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/es-tag-xml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/es-tag-xml.js +0 -6
- package/lib/module/vendor/shiki/langs/es-tag-xml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f.d.js +0 -2
- package/lib/module/vendor/shiki/langs/f.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f.js +0 -40
- package/lib/module/vendor/shiki/langs/f.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f03.d.js +0 -2
- package/lib/module/vendor/shiki/langs/f03.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f03.js +0 -33
- package/lib/module/vendor/shiki/langs/f03.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f08.d.js +0 -2
- package/lib/module/vendor/shiki/langs/f08.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f08.js +0 -33
- package/lib/module/vendor/shiki/langs/f08.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f18.d.js +0 -2
- package/lib/module/vendor/shiki/langs/f18.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f18.js +0 -33
- package/lib/module/vendor/shiki/langs/f18.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f77.d.js +0 -2
- package/lib/module/vendor/shiki/langs/f77.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f77.js +0 -40
- package/lib/module/vendor/shiki/langs/f77.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f90.d.js +0 -2
- package/lib/module/vendor/shiki/langs/f90.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f90.js +0 -33
- package/lib/module/vendor/shiki/langs/f90.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f95.d.js +0 -2
- package/lib/module/vendor/shiki/langs/f95.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/f95.js +0 -33
- package/lib/module/vendor/shiki/langs/f95.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fennel.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fennel.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fennel.js +0 -5
- package/lib/module/vendor/shiki/langs/fennel.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fish.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fish.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fish.js +0 -5
- package/lib/module/vendor/shiki/langs/fish.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fluent.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fluent.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fluent.js +0 -5
- package/lib/module/vendor/shiki/langs/fluent.js.map +0 -1
- package/lib/module/vendor/shiki/langs/for.d.js +0 -2
- package/lib/module/vendor/shiki/langs/for.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/for.js +0 -40
- package/lib/module/vendor/shiki/langs/for.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fortran-fixed-form.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fortran-fixed-form.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fortran-fixed-form.js +0 -6
- package/lib/module/vendor/shiki/langs/fortran-fixed-form.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fortran-free-form.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fortran-free-form.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fortran-free-form.js +0 -5
- package/lib/module/vendor/shiki/langs/fortran-free-form.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fs.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fs.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fs.js +0 -40
- package/lib/module/vendor/shiki/langs/fs.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fsharp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fsharp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fsharp.js +0 -6
- package/lib/module/vendor/shiki/langs/fsharp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fsl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/fsl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/fsl.js +0 -33
- package/lib/module/vendor/shiki/langs/fsl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ftl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ftl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ftl.js +0 -33
- package/lib/module/vendor/shiki/langs/ftl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gdresource.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gdresource.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gdresource.js +0 -7
- package/lib/module/vendor/shiki/langs/gdresource.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gdscript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gdscript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gdscript.js +0 -5
- package/lib/module/vendor/shiki/langs/gdscript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gdshader.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gdshader.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gdshader.js +0 -5
- package/lib/module/vendor/shiki/langs/gdshader.js.map +0 -1
- package/lib/module/vendor/shiki/langs/genie.d.js +0 -2
- package/lib/module/vendor/shiki/langs/genie.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/genie.js +0 -5
- package/lib/module/vendor/shiki/langs/genie.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gherkin.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gherkin.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gherkin.js +0 -5
- package/lib/module/vendor/shiki/langs/gherkin.js.map +0 -1
- package/lib/module/vendor/shiki/langs/git-commit.d.js +0 -2
- package/lib/module/vendor/shiki/langs/git-commit.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/git-commit.js +0 -6
- package/lib/module/vendor/shiki/langs/git-commit.js.map +0 -1
- package/lib/module/vendor/shiki/langs/git-rebase.d.js +0 -2
- package/lib/module/vendor/shiki/langs/git-rebase.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/git-rebase.js +0 -6
- package/lib/module/vendor/shiki/langs/git-rebase.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gjs.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gjs.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gjs.js +0 -63
- package/lib/module/vendor/shiki/langs/gjs.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gleam.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gleam.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gleam.js +0 -5
- package/lib/module/vendor/shiki/langs/gleam.js.map +0 -1
- package/lib/module/vendor/shiki/langs/glimmer-js.d.js +0 -2
- package/lib/module/vendor/shiki/langs/glimmer-js.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/glimmer-js.js +0 -9
- package/lib/module/vendor/shiki/langs/glimmer-js.js.map +0 -1
- package/lib/module/vendor/shiki/langs/glimmer-ts.d.js +0 -2
- package/lib/module/vendor/shiki/langs/glimmer-ts.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/glimmer-ts.js +0 -9
- package/lib/module/vendor/shiki/langs/glimmer-ts.js.map +0 -1
- package/lib/module/vendor/shiki/langs/glsl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/glsl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/glsl.js +0 -6
- package/lib/module/vendor/shiki/langs/glsl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gnuplot.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gnuplot.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gnuplot.js +0 -5
- package/lib/module/vendor/shiki/langs/gnuplot.js.map +0 -1
- package/lib/module/vendor/shiki/langs/go.d.js +0 -2
- package/lib/module/vendor/shiki/langs/go.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/go.js +0 -5
- package/lib/module/vendor/shiki/langs/go.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gql.js +0 -61
- package/lib/module/vendor/shiki/langs/gql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/graphql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/graphql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/graphql.js +0 -9
- package/lib/module/vendor/shiki/langs/graphql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/groovy.d.js +0 -2
- package/lib/module/vendor/shiki/langs/groovy.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/groovy.js +0 -5
- package/lib/module/vendor/shiki/langs/groovy.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gts.d.js +0 -2
- package/lib/module/vendor/shiki/langs/gts.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/gts.js +0 -63
- package/lib/module/vendor/shiki/langs/gts.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hack.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hack.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hack.js +0 -7
- package/lib/module/vendor/shiki/langs/hack.js.map +0 -1
- package/lib/module/vendor/shiki/langs/haml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/haml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/haml.js +0 -7
- package/lib/module/vendor/shiki/langs/haml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/handlebars.d.js +0 -2
- package/lib/module/vendor/shiki/langs/handlebars.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/handlebars.js +0 -9
- package/lib/module/vendor/shiki/langs/handlebars.js.map +0 -1
- package/lib/module/vendor/shiki/langs/haskell.d.js +0 -2
- package/lib/module/vendor/shiki/langs/haskell.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/haskell.js +0 -5
- package/lib/module/vendor/shiki/langs/haskell.js.map +0 -1
- package/lib/module/vendor/shiki/langs/haxe.d.js +0 -2
- package/lib/module/vendor/shiki/langs/haxe.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/haxe.js +0 -5
- package/lib/module/vendor/shiki/langs/haxe.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hbs.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hbs.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hbs.js +0 -63
- package/lib/module/vendor/shiki/langs/hbs.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hcl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hcl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hcl.js +0 -5
- package/lib/module/vendor/shiki/langs/hcl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hjson.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hjson.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hjson.js +0 -5
- package/lib/module/vendor/shiki/langs/hjson.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hlsl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hlsl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hlsl.js +0 -5
- package/lib/module/vendor/shiki/langs/hlsl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hs.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hs.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hs.js +0 -33
- package/lib/module/vendor/shiki/langs/hs.js.map +0 -1
- package/lib/module/vendor/shiki/langs/html-derivative.d.js +0 -2
- package/lib/module/vendor/shiki/langs/html-derivative.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/html-derivative.js +0 -6
- package/lib/module/vendor/shiki/langs/html-derivative.js.map +0 -1
- package/lib/module/vendor/shiki/langs/html.d.js +0 -2
- package/lib/module/vendor/shiki/langs/html.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/html.js +0 -7
- package/lib/module/vendor/shiki/langs/html.js.map +0 -1
- package/lib/module/vendor/shiki/langs/http.d.js +0 -2
- package/lib/module/vendor/shiki/langs/http.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/http.js +0 -9
- package/lib/module/vendor/shiki/langs/http.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hxml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hxml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hxml.js +0 -6
- package/lib/module/vendor/shiki/langs/hxml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hy.d.js +0 -2
- package/lib/module/vendor/shiki/langs/hy.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/hy.js +0 -5
- package/lib/module/vendor/shiki/langs/hy.js.map +0 -1
- package/lib/module/vendor/shiki/langs/imba.d.js +0 -2
- package/lib/module/vendor/shiki/langs/imba.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/imba.js +0 -6
- package/lib/module/vendor/shiki/langs/imba.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ini.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ini.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ini.js +0 -5
- package/lib/module/vendor/shiki/langs/ini.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jade.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jade.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jade.js +0 -56
- package/lib/module/vendor/shiki/langs/jade.js.map +0 -1
- package/lib/module/vendor/shiki/langs/java.d.js +0 -2
- package/lib/module/vendor/shiki/langs/java.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/java.js +0 -5
- package/lib/module/vendor/shiki/langs/java.js.map +0 -1
- package/lib/module/vendor/shiki/langs/javascript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/javascript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/javascript.js +0 -5
- package/lib/module/vendor/shiki/langs/javascript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jinja-html.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jinja-html.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jinja-html.js +0 -6
- package/lib/module/vendor/shiki/langs/jinja-html.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jinja.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jinja.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jinja.js +0 -6
- package/lib/module/vendor/shiki/langs/jinja.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jison.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jison.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jison.js +0 -6
- package/lib/module/vendor/shiki/langs/jison.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jl.js +0 -100
- package/lib/module/vendor/shiki/langs/jl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/js.d.js +0 -2
- package/lib/module/vendor/shiki/langs/js.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/js.js +0 -33
- package/lib/module/vendor/shiki/langs/js.js.map +0 -1
- package/lib/module/vendor/shiki/langs/json.d.js +0 -2
- package/lib/module/vendor/shiki/langs/json.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/json.js +0 -5
- package/lib/module/vendor/shiki/langs/json.js.map +0 -1
- package/lib/module/vendor/shiki/langs/json5.d.js +0 -2
- package/lib/module/vendor/shiki/langs/json5.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/json5.js +0 -5
- package/lib/module/vendor/shiki/langs/json5.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsonc.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jsonc.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsonc.js +0 -5
- package/lib/module/vendor/shiki/langs/jsonc.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsonl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jsonl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsonl.js +0 -5
- package/lib/module/vendor/shiki/langs/jsonl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsonnet.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jsonnet.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsonnet.js +0 -5
- package/lib/module/vendor/shiki/langs/jsonnet.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jssm.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jssm.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jssm.js +0 -5
- package/lib/module/vendor/shiki/langs/jssm.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsx.d.js +0 -2
- package/lib/module/vendor/shiki/langs/jsx.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/jsx.js +0 -5
- package/lib/module/vendor/shiki/langs/jsx.js.map +0 -1
- package/lib/module/vendor/shiki/langs/julia.d.js +0 -2
- package/lib/module/vendor/shiki/langs/julia.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/julia.js +0 -10
- package/lib/module/vendor/shiki/langs/julia.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kotlin.d.js +0 -2
- package/lib/module/vendor/shiki/langs/kotlin.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kotlin.js +0 -5
- package/lib/module/vendor/shiki/langs/kotlin.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/kql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kql.js +0 -33
- package/lib/module/vendor/shiki/langs/kql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kt.d.js +0 -2
- package/lib/module/vendor/shiki/langs/kt.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kt.js +0 -33
- package/lib/module/vendor/shiki/langs/kt.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kts.d.js +0 -2
- package/lib/module/vendor/shiki/langs/kts.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kts.js +0 -33
- package/lib/module/vendor/shiki/langs/kts.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kusto.d.js +0 -2
- package/lib/module/vendor/shiki/langs/kusto.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/kusto.js +0 -5
- package/lib/module/vendor/shiki/langs/kusto.js.map +0 -1
- package/lib/module/vendor/shiki/langs/latex.d.js +0 -2
- package/lib/module/vendor/shiki/langs/latex.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/latex.js +0 -6
- package/lib/module/vendor/shiki/langs/latex.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lean.d.js +0 -2
- package/lib/module/vendor/shiki/langs/lean.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lean.js +0 -5
- package/lib/module/vendor/shiki/langs/lean.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lean4.d.js +0 -2
- package/lib/module/vendor/shiki/langs/lean4.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lean4.js +0 -33
- package/lib/module/vendor/shiki/langs/lean4.js.map +0 -1
- package/lib/module/vendor/shiki/langs/less.d.js +0 -2
- package/lib/module/vendor/shiki/langs/less.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/less.js +0 -5
- package/lib/module/vendor/shiki/langs/less.js.map +0 -1
- package/lib/module/vendor/shiki/langs/liquid.d.js +0 -2
- package/lib/module/vendor/shiki/langs/liquid.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/liquid.js +0 -9
- package/lib/module/vendor/shiki/langs/liquid.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lisp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/lisp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lisp.js +0 -33
- package/lib/module/vendor/shiki/langs/lisp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lit.d.js +0 -2
- package/lib/module/vendor/shiki/langs/lit.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lit.js +0 -139
- package/lib/module/vendor/shiki/langs/lit.js.map +0 -1
- package/lib/module/vendor/shiki/langs/log.d.js +0 -2
- package/lib/module/vendor/shiki/langs/log.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/log.js +0 -5
- package/lib/module/vendor/shiki/langs/log.js.map +0 -1
- package/lib/module/vendor/shiki/langs/logo.d.js +0 -2
- package/lib/module/vendor/shiki/langs/logo.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/logo.js +0 -5
- package/lib/module/vendor/shiki/langs/logo.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lua.d.js +0 -2
- package/lib/module/vendor/shiki/langs/lua.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/lua.js +0 -6
- package/lib/module/vendor/shiki/langs/lua.js.map +0 -1
- package/lib/module/vendor/shiki/langs/luau.d.js +0 -2
- package/lib/module/vendor/shiki/langs/luau.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/luau.js +0 -5
- package/lib/module/vendor/shiki/langs/luau.js.map +0 -1
- package/lib/module/vendor/shiki/langs/make.d.js +0 -2
- package/lib/module/vendor/shiki/langs/make.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/make.js +0 -5
- package/lib/module/vendor/shiki/langs/make.js.map +0 -1
- package/lib/module/vendor/shiki/langs/makefile.d.js +0 -2
- package/lib/module/vendor/shiki/langs/makefile.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/makefile.js +0 -33
- package/lib/module/vendor/shiki/langs/makefile.js.map +0 -1
- package/lib/module/vendor/shiki/langs/markdown-vue.d.js +0 -2
- package/lib/module/vendor/shiki/langs/markdown-vue.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/markdown-vue.js +0 -5
- package/lib/module/vendor/shiki/langs/markdown-vue.js.map +0 -1
- package/lib/module/vendor/shiki/langs/markdown.d.js +0 -2
- package/lib/module/vendor/shiki/langs/markdown.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/markdown.js +0 -5
- package/lib/module/vendor/shiki/langs/markdown.js.map +0 -1
- package/lib/module/vendor/shiki/langs/marko.d.js +0 -2
- package/lib/module/vendor/shiki/langs/marko.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/marko.js +0 -9
- package/lib/module/vendor/shiki/langs/marko.js.map +0 -1
- package/lib/module/vendor/shiki/langs/matlab.d.js +0 -2
- package/lib/module/vendor/shiki/langs/matlab.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/matlab.js +0 -5
- package/lib/module/vendor/shiki/langs/matlab.js.map +0 -1
- package/lib/module/vendor/shiki/langs/md.d.js +0 -2
- package/lib/module/vendor/shiki/langs/md.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/md.js +0 -33
- package/lib/module/vendor/shiki/langs/md.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mdc.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mdc.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mdc.js +0 -8
- package/lib/module/vendor/shiki/langs/mdc.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mdx.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mdx.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mdx.js +0 -5
- package/lib/module/vendor/shiki/langs/mdx.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mediawiki.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mediawiki.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mediawiki.js +0 -33
- package/lib/module/vendor/shiki/langs/mediawiki.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mermaid.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mermaid.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mermaid.js +0 -5
- package/lib/module/vendor/shiki/langs/mermaid.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mips.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mips.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mips.js +0 -33
- package/lib/module/vendor/shiki/langs/mips.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mipsasm.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mipsasm.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mipsasm.js +0 -5
- package/lib/module/vendor/shiki/langs/mipsasm.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mmd.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mmd.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mmd.js +0 -33
- package/lib/module/vendor/shiki/langs/mmd.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mojo.d.js +0 -2
- package/lib/module/vendor/shiki/langs/mojo.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/mojo.js +0 -5
- package/lib/module/vendor/shiki/langs/mojo.js.map +0 -1
- package/lib/module/vendor/shiki/langs/move.d.js +0 -2
- package/lib/module/vendor/shiki/langs/move.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/move.js +0 -5
- package/lib/module/vendor/shiki/langs/move.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nar.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nar.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nar.js +0 -33
- package/lib/module/vendor/shiki/langs/nar.js.map +0 -1
- package/lib/module/vendor/shiki/langs/narrat.d.js +0 -2
- package/lib/module/vendor/shiki/langs/narrat.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/narrat.js +0 -5
- package/lib/module/vendor/shiki/langs/narrat.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nextflow.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nextflow.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nextflow.js +0 -5
- package/lib/module/vendor/shiki/langs/nextflow.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nf.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nf.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nf.js +0 -33
- package/lib/module/vendor/shiki/langs/nf.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nginx.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nginx.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nginx.js +0 -6
- package/lib/module/vendor/shiki/langs/nginx.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nim.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nim.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nim.js +0 -12
- package/lib/module/vendor/shiki/langs/nim.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nix.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nix.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nix.js +0 -5
- package/lib/module/vendor/shiki/langs/nix.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nu.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nu.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nu.js +0 -33
- package/lib/module/vendor/shiki/langs/nu.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nushell.d.js +0 -2
- package/lib/module/vendor/shiki/langs/nushell.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/nushell.js +0 -5
- package/lib/module/vendor/shiki/langs/nushell.js.map +0 -1
- package/lib/module/vendor/shiki/langs/objc.d.js +0 -2
- package/lib/module/vendor/shiki/langs/objc.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/objc.js +0 -33
- package/lib/module/vendor/shiki/langs/objc.js.map +0 -1
- package/lib/module/vendor/shiki/langs/objective-c.d.js +0 -2
- package/lib/module/vendor/shiki/langs/objective-c.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/objective-c.js +0 -5
- package/lib/module/vendor/shiki/langs/objective-c.js.map +0 -1
- package/lib/module/vendor/shiki/langs/objective-cpp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/objective-cpp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/objective-cpp.js +0 -5
- package/lib/module/vendor/shiki/langs/objective-cpp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ocaml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ocaml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ocaml.js +0 -5
- package/lib/module/vendor/shiki/langs/ocaml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/pascal.d.js +0 -2
- package/lib/module/vendor/shiki/langs/pascal.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/pascal.js +0 -5
- package/lib/module/vendor/shiki/langs/pascal.js.map +0 -1
- package/lib/module/vendor/shiki/langs/perl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/perl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/perl.js +0 -10
- package/lib/module/vendor/shiki/langs/perl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/perl6.d.js +0 -2
- package/lib/module/vendor/shiki/langs/perl6.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/perl6.js +0 -33
- package/lib/module/vendor/shiki/langs/perl6.js.map +0 -1
- package/lib/module/vendor/shiki/langs/php.d.js +0 -2
- package/lib/module/vendor/shiki/langs/php.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/php.js +0 -11
- package/lib/module/vendor/shiki/langs/php.js.map +0 -1
- package/lib/module/vendor/shiki/langs/plsql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/plsql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/plsql.js +0 -5
- package/lib/module/vendor/shiki/langs/plsql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/po.d.js +0 -2
- package/lib/module/vendor/shiki/langs/po.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/po.js +0 -5
- package/lib/module/vendor/shiki/langs/po.js.map +0 -1
- package/lib/module/vendor/shiki/langs/postcss.d.js +0 -2
- package/lib/module/vendor/shiki/langs/postcss.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/postcss.js +0 -5
- package/lib/module/vendor/shiki/langs/postcss.js.map +0 -1
- package/lib/module/vendor/shiki/langs/pot.d.js +0 -2
- package/lib/module/vendor/shiki/langs/pot.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/pot.js +0 -33
- package/lib/module/vendor/shiki/langs/pot.js.map +0 -1
- package/lib/module/vendor/shiki/langs/potx.d.js +0 -2
- package/lib/module/vendor/shiki/langs/potx.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/potx.js +0 -33
- package/lib/module/vendor/shiki/langs/potx.js.map +0 -1
- package/lib/module/vendor/shiki/langs/powerquery.d.js +0 -2
- package/lib/module/vendor/shiki/langs/powerquery.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/powerquery.js +0 -5
- package/lib/module/vendor/shiki/langs/powerquery.js.map +0 -1
- package/lib/module/vendor/shiki/langs/powershell.d.js +0 -2
- package/lib/module/vendor/shiki/langs/powershell.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/powershell.js +0 -5
- package/lib/module/vendor/shiki/langs/powershell.js.map +0 -1
- package/lib/module/vendor/shiki/langs/prisma.d.js +0 -2
- package/lib/module/vendor/shiki/langs/prisma.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/prisma.js +0 -5
- package/lib/module/vendor/shiki/langs/prisma.js.map +0 -1
- package/lib/module/vendor/shiki/langs/prolog.d.js +0 -2
- package/lib/module/vendor/shiki/langs/prolog.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/prolog.js +0 -5
- package/lib/module/vendor/shiki/langs/prolog.js.map +0 -1
- package/lib/module/vendor/shiki/langs/properties.d.js +0 -2
- package/lib/module/vendor/shiki/langs/properties.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/properties.js +0 -33
- package/lib/module/vendor/shiki/langs/properties.js.map +0 -1
- package/lib/module/vendor/shiki/langs/proto.d.js +0 -2
- package/lib/module/vendor/shiki/langs/proto.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/proto.js +0 -5
- package/lib/module/vendor/shiki/langs/proto.js.map +0 -1
- package/lib/module/vendor/shiki/langs/protobuf.d.js +0 -2
- package/lib/module/vendor/shiki/langs/protobuf.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/protobuf.js +0 -33
- package/lib/module/vendor/shiki/langs/protobuf.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ps.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ps.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ps.js +0 -33
- package/lib/module/vendor/shiki/langs/ps.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ps1.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ps1.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ps1.js +0 -33
- package/lib/module/vendor/shiki/langs/ps1.js.map +0 -1
- package/lib/module/vendor/shiki/langs/pug.d.js +0 -2
- package/lib/module/vendor/shiki/langs/pug.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/pug.js +0 -8
- package/lib/module/vendor/shiki/langs/pug.js.map +0 -1
- package/lib/module/vendor/shiki/langs/puppet.d.js +0 -2
- package/lib/module/vendor/shiki/langs/puppet.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/puppet.js +0 -5
- package/lib/module/vendor/shiki/langs/puppet.js.map +0 -1
- package/lib/module/vendor/shiki/langs/purescript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/purescript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/purescript.js +0 -5
- package/lib/module/vendor/shiki/langs/purescript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/py.d.js +0 -2
- package/lib/module/vendor/shiki/langs/py.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/py.js +0 -33
- package/lib/module/vendor/shiki/langs/py.js.map +0 -1
- package/lib/module/vendor/shiki/langs/python.d.js +0 -2
- package/lib/module/vendor/shiki/langs/python.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/python.js +0 -5
- package/lib/module/vendor/shiki/langs/python.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ql.js +0 -33
- package/lib/module/vendor/shiki/langs/ql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/qml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/qml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/qml.js +0 -6
- package/lib/module/vendor/shiki/langs/qml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/qmldir.d.js +0 -2
- package/lib/module/vendor/shiki/langs/qmldir.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/qmldir.js +0 -5
- package/lib/module/vendor/shiki/langs/qmldir.js.map +0 -1
- package/lib/module/vendor/shiki/langs/qss.d.js +0 -2
- package/lib/module/vendor/shiki/langs/qss.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/qss.js +0 -5
- package/lib/module/vendor/shiki/langs/qss.js.map +0 -1
- package/lib/module/vendor/shiki/langs/r.d.js +0 -2
- package/lib/module/vendor/shiki/langs/r.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/r.js +0 -5
- package/lib/module/vendor/shiki/langs/r.js.map +0 -1
- package/lib/module/vendor/shiki/langs/racket.d.js +0 -2
- package/lib/module/vendor/shiki/langs/racket.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/racket.js +0 -5
- package/lib/module/vendor/shiki/langs/racket.js.map +0 -1
- package/lib/module/vendor/shiki/langs/raku.d.js +0 -2
- package/lib/module/vendor/shiki/langs/raku.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/raku.js +0 -5
- package/lib/module/vendor/shiki/langs/raku.js.map +0 -1
- package/lib/module/vendor/shiki/langs/razor.d.js +0 -2
- package/lib/module/vendor/shiki/langs/razor.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/razor.js +0 -7
- package/lib/module/vendor/shiki/langs/razor.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rb.d.js +0 -2
- package/lib/module/vendor/shiki/langs/rb.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rb.js +0 -99
- package/lib/module/vendor/shiki/langs/rb.js.map +0 -1
- package/lib/module/vendor/shiki/langs/reg.d.js +0 -2
- package/lib/module/vendor/shiki/langs/reg.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/reg.js +0 -5
- package/lib/module/vendor/shiki/langs/reg.js.map +0 -1
- package/lib/module/vendor/shiki/langs/regex.d.js +0 -2
- package/lib/module/vendor/shiki/langs/regex.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/regex.js +0 -33
- package/lib/module/vendor/shiki/langs/regex.js.map +0 -1
- package/lib/module/vendor/shiki/langs/regexp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/regexp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/regexp.js +0 -5
- package/lib/module/vendor/shiki/langs/regexp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rel.d.js +0 -2
- package/lib/module/vendor/shiki/langs/rel.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rel.js +0 -5
- package/lib/module/vendor/shiki/langs/rel.js.map +0 -1
- package/lib/module/vendor/shiki/langs/riscv.d.js +0 -2
- package/lib/module/vendor/shiki/langs/riscv.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/riscv.js +0 -5
- package/lib/module/vendor/shiki/langs/riscv.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rs.d.js +0 -2
- package/lib/module/vendor/shiki/langs/rs.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rs.js +0 -33
- package/lib/module/vendor/shiki/langs/rs.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rst.d.js +0 -2
- package/lib/module/vendor/shiki/langs/rst.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rst.js +0 -13
- package/lib/module/vendor/shiki/langs/rst.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ruby.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ruby.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ruby.js +0 -13
- package/lib/module/vendor/shiki/langs/ruby.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rust.d.js +0 -2
- package/lib/module/vendor/shiki/langs/rust.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/rust.js +0 -5
- package/lib/module/vendor/shiki/langs/rust.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sas.d.js +0 -2
- package/lib/module/vendor/shiki/langs/sas.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sas.js +0 -6
- package/lib/module/vendor/shiki/langs/sas.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sass.d.js +0 -2
- package/lib/module/vendor/shiki/langs/sass.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sass.js +0 -5
- package/lib/module/vendor/shiki/langs/sass.js.map +0 -1
- package/lib/module/vendor/shiki/langs/scala.d.js +0 -2
- package/lib/module/vendor/shiki/langs/scala.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/scala.js +0 -5
- package/lib/module/vendor/shiki/langs/scala.js.map +0 -1
- package/lib/module/vendor/shiki/langs/scheme.d.js +0 -2
- package/lib/module/vendor/shiki/langs/scheme.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/scheme.js +0 -5
- package/lib/module/vendor/shiki/langs/scheme.js.map +0 -1
- package/lib/module/vendor/shiki/langs/scss.d.js +0 -2
- package/lib/module/vendor/shiki/langs/scss.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/scss.js +0 -6
- package/lib/module/vendor/shiki/langs/scss.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sh.d.js +0 -2
- package/lib/module/vendor/shiki/langs/sh.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sh.js +0 -33
- package/lib/module/vendor/shiki/langs/sh.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shader.d.js +0 -2
- package/lib/module/vendor/shiki/langs/shader.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shader.js +0 -40
- package/lib/module/vendor/shiki/langs/shader.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shaderlab.d.js +0 -2
- package/lib/module/vendor/shiki/langs/shaderlab.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shaderlab.js +0 -6
- package/lib/module/vendor/shiki/langs/shaderlab.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shell.d.js +0 -2
- package/lib/module/vendor/shiki/langs/shell.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shell.js +0 -33
- package/lib/module/vendor/shiki/langs/shell.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shellscript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/shellscript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shellscript.js +0 -5
- package/lib/module/vendor/shiki/langs/shellscript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shellsession.d.js +0 -2
- package/lib/module/vendor/shiki/langs/shellsession.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/shellsession.js +0 -6
- package/lib/module/vendor/shiki/langs/shellsession.js.map +0 -1
- package/lib/module/vendor/shiki/langs/smalltalk.d.js +0 -2
- package/lib/module/vendor/shiki/langs/smalltalk.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/smalltalk.js +0 -5
- package/lib/module/vendor/shiki/langs/smalltalk.js.map +0 -1
- package/lib/module/vendor/shiki/langs/solidity.d.js +0 -2
- package/lib/module/vendor/shiki/langs/solidity.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/solidity.js +0 -5
- package/lib/module/vendor/shiki/langs/solidity.js.map +0 -1
- package/lib/module/vendor/shiki/langs/soy.d.js +0 -2
- package/lib/module/vendor/shiki/langs/soy.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/soy.js +0 -6
- package/lib/module/vendor/shiki/langs/soy.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sparql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/sparql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sparql.js +0 -6
- package/lib/module/vendor/shiki/langs/sparql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/spl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/spl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/spl.js +0 -33
- package/lib/module/vendor/shiki/langs/spl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/splunk.d.js +0 -2
- package/lib/module/vendor/shiki/langs/splunk.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/splunk.js +0 -5
- package/lib/module/vendor/shiki/langs/splunk.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sql.d.js +0 -2
- package/lib/module/vendor/shiki/langs/sql.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/sql.js +0 -5
- package/lib/module/vendor/shiki/langs/sql.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ssh-config.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ssh-config.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ssh-config.js +0 -5
- package/lib/module/vendor/shiki/langs/ssh-config.js.map +0 -1
- package/lib/module/vendor/shiki/langs/stata.d.js +0 -2
- package/lib/module/vendor/shiki/langs/stata.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/stata.js +0 -6
- package/lib/module/vendor/shiki/langs/stata.js.map +0 -1
- package/lib/module/vendor/shiki/langs/styl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/styl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/styl.js +0 -33
- package/lib/module/vendor/shiki/langs/styl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/stylus.d.js +0 -2
- package/lib/module/vendor/shiki/langs/stylus.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/stylus.js +0 -5
- package/lib/module/vendor/shiki/langs/stylus.js.map +0 -1
- package/lib/module/vendor/shiki/langs/svelte.d.js +0 -2
- package/lib/module/vendor/shiki/langs/svelte.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/svelte.js +0 -9
- package/lib/module/vendor/shiki/langs/svelte.js.map +0 -1
- package/lib/module/vendor/shiki/langs/swift.d.js +0 -2
- package/lib/module/vendor/shiki/langs/swift.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/swift.js +0 -5
- package/lib/module/vendor/shiki/langs/swift.js.map +0 -1
- package/lib/module/vendor/shiki/langs/system-verilog.d.js +0 -2
- package/lib/module/vendor/shiki/langs/system-verilog.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/system-verilog.js +0 -5
- package/lib/module/vendor/shiki/langs/system-verilog.js.map +0 -1
- package/lib/module/vendor/shiki/langs/systemd.d.js +0 -2
- package/lib/module/vendor/shiki/langs/systemd.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/systemd.js +0 -5
- package/lib/module/vendor/shiki/langs/systemd.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tasl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tasl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tasl.js +0 -5
- package/lib/module/vendor/shiki/langs/tasl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tcl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tcl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tcl.js +0 -5
- package/lib/module/vendor/shiki/langs/tcl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/templ.d.js +0 -2
- package/lib/module/vendor/shiki/langs/templ.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/templ.js +0 -8
- package/lib/module/vendor/shiki/langs/templ.js.map +0 -1
- package/lib/module/vendor/shiki/langs/terraform.d.js +0 -2
- package/lib/module/vendor/shiki/langs/terraform.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/terraform.js +0 -5
- package/lib/module/vendor/shiki/langs/terraform.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tex.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tex.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tex.js +0 -6
- package/lib/module/vendor/shiki/langs/tex.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tf.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tf.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tf.js +0 -33
- package/lib/module/vendor/shiki/langs/tf.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tfvars.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tfvars.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tfvars.js +0 -33
- package/lib/module/vendor/shiki/langs/tfvars.js.map +0 -1
- package/lib/module/vendor/shiki/langs/toml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/toml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/toml.js +0 -5
- package/lib/module/vendor/shiki/langs/toml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ts-tags.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ts-tags.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ts-tags.js +0 -11
- package/lib/module/vendor/shiki/langs/ts-tags.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ts.d.js +0 -2
- package/lib/module/vendor/shiki/langs/ts.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/ts.js +0 -33
- package/lib/module/vendor/shiki/langs/ts.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tsp.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tsp.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tsp.js +0 -33
- package/lib/module/vendor/shiki/langs/tsp.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tsv.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tsv.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tsv.js +0 -5
- package/lib/module/vendor/shiki/langs/tsv.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tsx.d.js +0 -2
- package/lib/module/vendor/shiki/langs/tsx.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/tsx.js +0 -5
- package/lib/module/vendor/shiki/langs/tsx.js.map +0 -1
- package/lib/module/vendor/shiki/langs/turtle.d.js +0 -2
- package/lib/module/vendor/shiki/langs/turtle.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/turtle.js +0 -5
- package/lib/module/vendor/shiki/langs/turtle.js.map +0 -1
- package/lib/module/vendor/shiki/langs/twig.d.js +0 -2
- package/lib/module/vendor/shiki/langs/twig.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/twig.js +0 -11
- package/lib/module/vendor/shiki/langs/twig.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typ.d.js +0 -2
- package/lib/module/vendor/shiki/langs/typ.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typ.js +0 -33
- package/lib/module/vendor/shiki/langs/typ.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typescript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/typescript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typescript.js +0 -5
- package/lib/module/vendor/shiki/langs/typescript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typespec.d.js +0 -2
- package/lib/module/vendor/shiki/langs/typespec.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typespec.js +0 -5
- package/lib/module/vendor/shiki/langs/typespec.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typst.d.js +0 -2
- package/lib/module/vendor/shiki/langs/typst.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/typst.js +0 -5
- package/lib/module/vendor/shiki/langs/typst.js.map +0 -1
- package/lib/module/vendor/shiki/langs/v.d.js +0 -2
- package/lib/module/vendor/shiki/langs/v.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/v.js +0 -5
- package/lib/module/vendor/shiki/langs/v.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vala.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vala.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vala.js +0 -5
- package/lib/module/vendor/shiki/langs/vala.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vb.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vb.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vb.js +0 -5
- package/lib/module/vendor/shiki/langs/vb.js.map +0 -1
- package/lib/module/vendor/shiki/langs/verilog.d.js +0 -2
- package/lib/module/vendor/shiki/langs/verilog.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/verilog.js +0 -5
- package/lib/module/vendor/shiki/langs/verilog.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vhdl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vhdl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vhdl.js +0 -5
- package/lib/module/vendor/shiki/langs/vhdl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vim.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vim.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vim.js +0 -33
- package/lib/module/vendor/shiki/langs/vim.js.map +0 -1
- package/lib/module/vendor/shiki/langs/viml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/viml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/viml.js +0 -5
- package/lib/module/vendor/shiki/langs/viml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vimscript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vimscript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vimscript.js +0 -33
- package/lib/module/vendor/shiki/langs/vimscript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-directives.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vue-directives.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-directives.js +0 -5
- package/lib/module/vendor/shiki/langs/vue-directives.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-html.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vue-html.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-html.js +0 -7
- package/lib/module/vendor/shiki/langs/vue-html.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-interpolations.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vue-interpolations.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-interpolations.js +0 -5
- package/lib/module/vendor/shiki/langs/vue-interpolations.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.js +0 -6
- package/lib/module/vendor/shiki/langs/vue-sfc-style-variable-injection.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vue.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vue.js +0 -15
- package/lib/module/vendor/shiki/langs/vue.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vy.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vy.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vy.js +0 -33
- package/lib/module/vendor/shiki/langs/vy.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vyper.d.js +0 -2
- package/lib/module/vendor/shiki/langs/vyper.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/vyper.js +0 -5
- package/lib/module/vendor/shiki/langs/vyper.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wasm.d.js +0 -2
- package/lib/module/vendor/shiki/langs/wasm.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wasm.js +0 -5
- package/lib/module/vendor/shiki/langs/wasm.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wenyan.d.js +0 -2
- package/lib/module/vendor/shiki/langs/wenyan.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wenyan.js +0 -5
- package/lib/module/vendor/shiki/langs/wenyan.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wgsl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/wgsl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wgsl.js +0 -5
- package/lib/module/vendor/shiki/langs/wgsl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wiki.d.js +0 -2
- package/lib/module/vendor/shiki/langs/wiki.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wiki.js +0 -33
- package/lib/module/vendor/shiki/langs/wiki.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wikitext.d.js +0 -2
- package/lib/module/vendor/shiki/langs/wikitext.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wikitext.js +0 -5
- package/lib/module/vendor/shiki/langs/wikitext.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/wl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wl.js +0 -33
- package/lib/module/vendor/shiki/langs/wl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wolfram.d.js +0 -2
- package/lib/module/vendor/shiki/langs/wolfram.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/wolfram.js +0 -5
- package/lib/module/vendor/shiki/langs/wolfram.js.map +0 -1
- package/lib/module/vendor/shiki/langs/xml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/xml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/xml.js +0 -6
- package/lib/module/vendor/shiki/langs/xml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/xsl.d.js +0 -2
- package/lib/module/vendor/shiki/langs/xsl.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/xsl.js +0 -6
- package/lib/module/vendor/shiki/langs/xsl.js.map +0 -1
- package/lib/module/vendor/shiki/langs/yaml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/yaml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/yaml.js +0 -5
- package/lib/module/vendor/shiki/langs/yaml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/yml.d.js +0 -2
- package/lib/module/vendor/shiki/langs/yml.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/yml.js +0 -33
- package/lib/module/vendor/shiki/langs/yml.js.map +0 -1
- package/lib/module/vendor/shiki/langs/zenscript.d.js +0 -2
- package/lib/module/vendor/shiki/langs/zenscript.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/zenscript.js +0 -5
- package/lib/module/vendor/shiki/langs/zenscript.js.map +0 -1
- package/lib/module/vendor/shiki/langs/zig.d.js +0 -2
- package/lib/module/vendor/shiki/langs/zig.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/zig.js +0 -5
- package/lib/module/vendor/shiki/langs/zig.js.map +0 -1
- package/lib/module/vendor/shiki/langs/zsh.d.js +0 -2
- package/lib/module/vendor/shiki/langs/zsh.d.js.map +0 -1
- package/lib/module/vendor/shiki/langs/zsh.js +0 -33
- package/lib/module/vendor/shiki/langs/zsh.js.map +0 -1
- package/lib/module/vendor/shiki/manifest.json +0 -1468
- package/lib/module/vendor/shiki/themes/andromeeda.d.js +0 -2
- package/lib/module/vendor/shiki/themes/andromeeda.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/andromeeda.js +0 -4
- package/lib/module/vendor/shiki/themes/andromeeda.js.map +0 -1
- package/lib/module/vendor/shiki/themes/aurora-x.d.js +0 -2
- package/lib/module/vendor/shiki/themes/aurora-x.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/aurora-x.js +0 -4
- package/lib/module/vendor/shiki/themes/aurora-x.js.map +0 -1
- package/lib/module/vendor/shiki/themes/ayu-dark.d.js +0 -2
- package/lib/module/vendor/shiki/themes/ayu-dark.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/ayu-dark.js +0 -4
- package/lib/module/vendor/shiki/themes/ayu-dark.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-frappe.d.js +0 -2
- package/lib/module/vendor/shiki/themes/catppuccin-frappe.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-frappe.js +0 -4
- package/lib/module/vendor/shiki/themes/catppuccin-frappe.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-latte.d.js +0 -2
- package/lib/module/vendor/shiki/themes/catppuccin-latte.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-latte.js +0 -4
- package/lib/module/vendor/shiki/themes/catppuccin-latte.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-macchiato.d.js +0 -2
- package/lib/module/vendor/shiki/themes/catppuccin-macchiato.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-macchiato.js +0 -4
- package/lib/module/vendor/shiki/themes/catppuccin-macchiato.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-mocha.d.js +0 -2
- package/lib/module/vendor/shiki/themes/catppuccin-mocha.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/catppuccin-mocha.js +0 -4
- package/lib/module/vendor/shiki/themes/catppuccin-mocha.js.map +0 -1
- package/lib/module/vendor/shiki/themes/dark-plus.d.js +0 -2
- package/lib/module/vendor/shiki/themes/dark-plus.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/dark-plus.js +0 -4
- package/lib/module/vendor/shiki/themes/dark-plus.js.map +0 -1
- package/lib/module/vendor/shiki/themes/dracula-soft.d.js +0 -2
- package/lib/module/vendor/shiki/themes/dracula-soft.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/dracula-soft.js +0 -4
- package/lib/module/vendor/shiki/themes/dracula-soft.js.map +0 -1
- package/lib/module/vendor/shiki/themes/dracula.d.js +0 -2
- package/lib/module/vendor/shiki/themes/dracula.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/dracula.js +0 -4
- package/lib/module/vendor/shiki/themes/dracula.js.map +0 -1
- package/lib/module/vendor/shiki/themes/everforest-dark.d.js +0 -2
- package/lib/module/vendor/shiki/themes/everforest-dark.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/everforest-dark.js +0 -4
- package/lib/module/vendor/shiki/themes/everforest-dark.js.map +0 -1
- package/lib/module/vendor/shiki/themes/everforest-light.d.js +0 -2
- package/lib/module/vendor/shiki/themes/everforest-light.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/everforest-light.js +0 -4
- package/lib/module/vendor/shiki/themes/everforest-light.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark-default.d.js +0 -2
- package/lib/module/vendor/shiki/themes/github-dark-default.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark-default.js +0 -4
- package/lib/module/vendor/shiki/themes/github-dark-default.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark-dimmed.d.js +0 -2
- package/lib/module/vendor/shiki/themes/github-dark-dimmed.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark-dimmed.js +0 -4
- package/lib/module/vendor/shiki/themes/github-dark-dimmed.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark-high-contrast.d.js +0 -2
- package/lib/module/vendor/shiki/themes/github-dark-high-contrast.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark-high-contrast.js +0 -4
- package/lib/module/vendor/shiki/themes/github-dark-high-contrast.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark.d.js +0 -2
- package/lib/module/vendor/shiki/themes/github-dark.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-dark.js +0 -4
- package/lib/module/vendor/shiki/themes/github-dark.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-light-default.d.js +0 -2
- package/lib/module/vendor/shiki/themes/github-light-default.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-light-default.js +0 -4
- package/lib/module/vendor/shiki/themes/github-light-default.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-light-high-contrast.d.js +0 -2
- package/lib/module/vendor/shiki/themes/github-light-high-contrast.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-light-high-contrast.js +0 -4
- package/lib/module/vendor/shiki/themes/github-light-high-contrast.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-light.d.js +0 -2
- package/lib/module/vendor/shiki/themes/github-light.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/github-light.js +0 -4
- package/lib/module/vendor/shiki/themes/github-light.js.map +0 -1
- package/lib/module/vendor/shiki/themes/houston.d.js +0 -2
- package/lib/module/vendor/shiki/themes/houston.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/houston.js +0 -4
- package/lib/module/vendor/shiki/themes/houston.js.map +0 -1
- package/lib/module/vendor/shiki/themes/kanagawa-dragon.d.js +0 -2
- package/lib/module/vendor/shiki/themes/kanagawa-dragon.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/kanagawa-dragon.js +0 -4
- package/lib/module/vendor/shiki/themes/kanagawa-dragon.js.map +0 -1
- package/lib/module/vendor/shiki/themes/kanagawa-lotus.d.js +0 -2
- package/lib/module/vendor/shiki/themes/kanagawa-lotus.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/kanagawa-lotus.js +0 -4
- package/lib/module/vendor/shiki/themes/kanagawa-lotus.js.map +0 -1
- package/lib/module/vendor/shiki/themes/kanagawa-wave.d.js +0 -2
- package/lib/module/vendor/shiki/themes/kanagawa-wave.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/kanagawa-wave.js +0 -4
- package/lib/module/vendor/shiki/themes/kanagawa-wave.js.map +0 -1
- package/lib/module/vendor/shiki/themes/laserwave.d.js +0 -2
- package/lib/module/vendor/shiki/themes/laserwave.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/laserwave.js +0 -4
- package/lib/module/vendor/shiki/themes/laserwave.js.map +0 -1
- package/lib/module/vendor/shiki/themes/light-plus.d.js +0 -2
- package/lib/module/vendor/shiki/themes/light-plus.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/light-plus.js +0 -4
- package/lib/module/vendor/shiki/themes/light-plus.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-darker.d.js +0 -2
- package/lib/module/vendor/shiki/themes/material-theme-darker.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-darker.js +0 -4
- package/lib/module/vendor/shiki/themes/material-theme-darker.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-lighter.d.js +0 -2
- package/lib/module/vendor/shiki/themes/material-theme-lighter.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-lighter.js +0 -4
- package/lib/module/vendor/shiki/themes/material-theme-lighter.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-ocean.d.js +0 -2
- package/lib/module/vendor/shiki/themes/material-theme-ocean.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-ocean.js +0 -4
- package/lib/module/vendor/shiki/themes/material-theme-ocean.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-palenight.d.js +0 -2
- package/lib/module/vendor/shiki/themes/material-theme-palenight.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme-palenight.js +0 -4
- package/lib/module/vendor/shiki/themes/material-theme-palenight.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme.d.js +0 -2
- package/lib/module/vendor/shiki/themes/material-theme.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/material-theme.js +0 -4
- package/lib/module/vendor/shiki/themes/material-theme.js.map +0 -1
- package/lib/module/vendor/shiki/themes/min-dark.d.js +0 -2
- package/lib/module/vendor/shiki/themes/min-dark.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/min-dark.js +0 -4
- package/lib/module/vendor/shiki/themes/min-dark.js.map +0 -1
- package/lib/module/vendor/shiki/themes/min-light.d.js +0 -2
- package/lib/module/vendor/shiki/themes/min-light.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/min-light.js +0 -4
- package/lib/module/vendor/shiki/themes/min-light.js.map +0 -1
- package/lib/module/vendor/shiki/themes/monokai.d.js +0 -2
- package/lib/module/vendor/shiki/themes/monokai.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/monokai.js +0 -4
- package/lib/module/vendor/shiki/themes/monokai.js.map +0 -1
- package/lib/module/vendor/shiki/themes/night-owl.d.js +0 -2
- package/lib/module/vendor/shiki/themes/night-owl.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/night-owl.js +0 -4
- package/lib/module/vendor/shiki/themes/night-owl.js.map +0 -1
- package/lib/module/vendor/shiki/themes/nord.d.js +0 -2
- package/lib/module/vendor/shiki/themes/nord.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/nord.js +0 -4
- package/lib/module/vendor/shiki/themes/nord.js.map +0 -1
- package/lib/module/vendor/shiki/themes/one-dark-pro.d.js +0 -2
- package/lib/module/vendor/shiki/themes/one-dark-pro.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/one-dark-pro.js +0 -4
- package/lib/module/vendor/shiki/themes/one-dark-pro.js.map +0 -1
- package/lib/module/vendor/shiki/themes/one-light.d.js +0 -2
- package/lib/module/vendor/shiki/themes/one-light.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/one-light.js +0 -4
- package/lib/module/vendor/shiki/themes/one-light.js.map +0 -1
- package/lib/module/vendor/shiki/themes/plastic.d.js +0 -2
- package/lib/module/vendor/shiki/themes/plastic.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/plastic.js +0 -4
- package/lib/module/vendor/shiki/themes/plastic.js.map +0 -1
- package/lib/module/vendor/shiki/themes/poimandres.d.js +0 -2
- package/lib/module/vendor/shiki/themes/poimandres.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/poimandres.js +0 -4
- package/lib/module/vendor/shiki/themes/poimandres.js.map +0 -1
- package/lib/module/vendor/shiki/themes/red.d.js +0 -2
- package/lib/module/vendor/shiki/themes/red.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/red.js +0 -4
- package/lib/module/vendor/shiki/themes/red.js.map +0 -1
- package/lib/module/vendor/shiki/themes/rose-pine-dawn.d.js +0 -2
- package/lib/module/vendor/shiki/themes/rose-pine-dawn.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/rose-pine-dawn.js +0 -4
- package/lib/module/vendor/shiki/themes/rose-pine-dawn.js.map +0 -1
- package/lib/module/vendor/shiki/themes/rose-pine-moon.d.js +0 -2
- package/lib/module/vendor/shiki/themes/rose-pine-moon.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/rose-pine-moon.js +0 -4
- package/lib/module/vendor/shiki/themes/rose-pine-moon.js.map +0 -1
- package/lib/module/vendor/shiki/themes/rose-pine.d.js +0 -2
- package/lib/module/vendor/shiki/themes/rose-pine.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/rose-pine.js +0 -4
- package/lib/module/vendor/shiki/themes/rose-pine.js.map +0 -1
- package/lib/module/vendor/shiki/themes/slack-dark.d.js +0 -2
- package/lib/module/vendor/shiki/themes/slack-dark.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/slack-dark.js +0 -4
- package/lib/module/vendor/shiki/themes/slack-dark.js.map +0 -1
- package/lib/module/vendor/shiki/themes/slack-ochin.d.js +0 -2
- package/lib/module/vendor/shiki/themes/slack-ochin.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/slack-ochin.js +0 -4
- package/lib/module/vendor/shiki/themes/slack-ochin.js.map +0 -1
- package/lib/module/vendor/shiki/themes/snazzy-light.d.js +0 -2
- package/lib/module/vendor/shiki/themes/snazzy-light.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/snazzy-light.js +0 -4
- package/lib/module/vendor/shiki/themes/snazzy-light.js.map +0 -1
- package/lib/module/vendor/shiki/themes/solarized-dark.d.js +0 -2
- package/lib/module/vendor/shiki/themes/solarized-dark.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/solarized-dark.js +0 -4
- package/lib/module/vendor/shiki/themes/solarized-dark.js.map +0 -1
- package/lib/module/vendor/shiki/themes/solarized-light.d.js +0 -2
- package/lib/module/vendor/shiki/themes/solarized-light.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/solarized-light.js +0 -4
- package/lib/module/vendor/shiki/themes/solarized-light.js.map +0 -1
- package/lib/module/vendor/shiki/themes/synthwave-84.d.js +0 -2
- package/lib/module/vendor/shiki/themes/synthwave-84.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/synthwave-84.js +0 -29
- package/lib/module/vendor/shiki/themes/synthwave-84.js.map +0 -1
- package/lib/module/vendor/shiki/themes/tokyo-night.d.js +0 -2
- package/lib/module/vendor/shiki/themes/tokyo-night.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/tokyo-night.js +0 -4
- package/lib/module/vendor/shiki/themes/tokyo-night.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vesper.d.js +0 -2
- package/lib/module/vendor/shiki/themes/vesper.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vesper.js +0 -4
- package/lib/module/vendor/shiki/themes/vesper.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vitesse-black.d.js +0 -2
- package/lib/module/vendor/shiki/themes/vitesse-black.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vitesse-black.js +0 -4
- package/lib/module/vendor/shiki/themes/vitesse-black.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vitesse-dark.d.js +0 -2
- package/lib/module/vendor/shiki/themes/vitesse-dark.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vitesse-dark.js +0 -4
- package/lib/module/vendor/shiki/themes/vitesse-dark.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vitesse-light.d.js +0 -2
- package/lib/module/vendor/shiki/themes/vitesse-light.d.js.map +0 -1
- package/lib/module/vendor/shiki/themes/vitesse-light.js +0 -4
- package/lib/module/vendor/shiki/themes/vitesse-light.js.map +0 -1
- package/src/vendor/shiki/index.d.ts +0 -7
- package/src/vendor/shiki/index.js +0 -8
@@ -1,4 +1,952 @@
|
|
1
1
|
"use strict";
|
2
|
-
|
3
|
-
exports.default = { "colors": { "activityBar.background": "#16161e", "activityBar.border": "#16161e", "activityBar.foreground": "#787c99", "activityBar.inactiveForeground": "#3b3e52", "activityBarBadge.background": "#3d59a1", "activityBarBadge.foreground": "#fff", "activityBarTop.foreground": "#787c99", "activityBarTop.inactiveForeground": "#3b3e52", "badge.background": "#7e83b230", "badge.foreground": "#acb0d0", "breadcrumb.activeSelectionForeground": "#a9b1d6", "breadcrumb.background": "#16161e", "breadcrumb.focusForeground": "#a9b1d6", "breadcrumb.foreground": "#515670", "breadcrumbPicker.background": "#16161e", "button.background": "#3d59a1dd", "button.foreground": "#ffffff", "button.hoverBackground": "#3d59a1AA", "button.secondaryBackground": "#3b3e52", "charts.blue": "#7aa2f7", "charts.foreground": "#9AA5CE", "charts.green": "#41a6b5", "charts.lines": "#16161e", "charts.orange": "#ff9e64", "charts.purple": "#9d7cd8", "charts.red": "#f7768e", "charts.yellow": "#e0af68", "debugConsole.errorForeground": "#bb616b", "debugConsole.infoForeground": "#787c99", "debugConsole.sourceForeground": "#787c99", "debugConsole.warningForeground": "#c49a5a", "debugConsoleInputIcon.foreground": "#73daca", "debugExceptionWidget.background": "#101014", "debugExceptionWidget.border": "#963c47", "debugIcon.breakpointDisabledForeground": "#414761", "debugIcon.breakpointForeground": "#db4b4b", "debugIcon.breakpointUnverifiedForeground": "#c24242", "debugTokenExpression.boolean": "#ff9e64", "debugTokenExpression.error": "#bb616b", "debugTokenExpression.name": "#7dcfff", "debugTokenExpression.number": "#ff9e64", "debugTokenExpression.string": "#9ece6a", "debugTokenExpression.value": "#9aa5ce", "debugToolBar.background": "#101014", "debugView.stateLabelBackground": "#14141b", "debugView.stateLabelForeground": "#787c99", "debugView.valueChangedHighlight": "#3d59a1aa", "descriptionForeground": "#515670", "diffEditor.diagonalFill": "#292e42", "diffEditor.insertedLineBackground": "#41a6b520", "diffEditor.insertedTextBackground": "#41a6b520", "diffEditor.removedLineBackground": "#db4b4b22", "diffEditor.removedTextBackground": "#db4b4b22", "diffEditor.unchangedCodeBackground": "#282a3b66", "diffEditorGutter.insertedLineBackground": "#41a6b525", "diffEditorGutter.removedLineBackground": "#db4b4b22", "diffEditorOverview.insertedForeground": "#41a6b525", "diffEditorOverview.removedForeground": "#db4b4b22", "dropdown.background": "#14141b", "dropdown.foreground": "#787c99", "dropdown.listBackground": "#14141b", "editor.background": "#1a1b26", "editor.findMatchBackground": "#3d59a166", "editor.findMatchBorder": "#e0af68", "editor.findMatchHighlightBackground": "#3d59a166", "editor.findRangeHighlightBackground": "#515c7e33", "editor.focusedStackFrameHighlightBackground": "#73daca20", "editor.foldBackground": "#1111174a", "editor.foreground": "#a9b1d6", "editor.inactiveSelectionBackground": "#515c7e25", "editor.lineHighlightBackground": "#1e202e", "editor.rangeHighlightBackground": "#515c7e20", "editor.selectionBackground": "#515c7e4d", "editor.selectionHighlightBackground": "#515c7e44", "editor.stackFrameHighlightBackground": "#E2BD3A20", "editor.wordHighlightBackground": "#515c7e44", "editor.wordHighlightStrongBackground": "#515c7e55", "editorBracketHighlight.foreground1": "#698cd6", "editorBracketHighlight.foreground2": "#68b3de", "editorBracketHighlight.foreground3": "#9a7ecc", "editorBracketHighlight.foreground4": "#25aac2", "editorBracketHighlight.foreground5": "#80a856", "editorBracketHighlight.foreground6": "#c49a5a", "editorBracketHighlight.unexpectedBracket.foreground": "#db4b4b", "editorBracketMatch.background": "#16161e", "editorBracketMatch.border": "#42465d", "editorBracketPairGuide.activeBackground1": "#698cd6", "editorBracketPairGuide.activeBackground2": "#68b3de", "editorBracketPairGuide.activeBackground3": "#9a7ecc", "editorBracketPairGuide.activeBackground4": "#25aac2", "editorBracketPairGuide.activeBackground5": "#80a856", "editorBracketPairGuide.activeBackground6": "#c49a5a", "editorCodeLens.foreground": "#51597d", "editorCursor.foreground": "#c0caf5", "editorError.foreground": "#db4b4b", "editorGhostText.foreground": "#646e9c", "editorGroup.border": "#101014", "editorGroup.dropBackground": "#1e202e", "editorGroupHeader.border": "#101014", "editorGroupHeader.noTabsBackground": "#16161e", "editorGroupHeader.tabsBackground": "#16161e", "editorGroupHeader.tabsBorder": "#101014", "editorGutter.addedBackground": "#164846", "editorGutter.deletedBackground": "#823c41", "editorGutter.modifiedBackground": "#394b70", "editorHint.foreground": "#0da0ba", "editorHoverWidget.background": "#16161e", "editorHoverWidget.border": "#101014", "editorIndentGuide.activeBackground1": "#363b54", "editorIndentGuide.background1": "#232433", "editorInfo.foreground": "#0da0ba", "editorLightBulb.foreground": "#e0af68", "editorLightBulbAutoFix.foreground": "#e0af68", "editorLineNumber.activeForeground": "#737aa2", "editorLineNumber.foreground": "#363b54", "editorLink.activeForeground": "#acb0d0", "editorMarkerNavigation.background": "#16161e", "editorOverviewRuler.addedForeground": "#164846", "editorOverviewRuler.border": "#101014", "editorOverviewRuler.bracketMatchForeground": "#101014", "editorOverviewRuler.deletedForeground": "#703438", "editorOverviewRuler.errorForeground": "#db4b4b", "editorOverviewRuler.findMatchForeground": "#a9b1d644", "editorOverviewRuler.infoForeground": "#1abc9c", "editorOverviewRuler.modifiedForeground": "#394b70", "editorOverviewRuler.rangeHighlightForeground": "#a9b1d644", "editorOverviewRuler.selectionHighlightForeground": "#a9b1d622", "editorOverviewRuler.warningForeground": "#e0af68", "editorOverviewRuler.wordHighlightForeground": "#bb9af755", "editorOverviewRuler.wordHighlightStrongForeground": "#bb9af766", "editorPane.background": "#16161e", "editorRuler.foreground": "#101014", "editorSuggestWidget.background": "#16161e", "editorSuggestWidget.border": "#101014", "editorSuggestWidget.highlightForeground": "#6183bb", "editorSuggestWidget.selectedBackground": "#20222c", "editorWarning.foreground": "#e0af68", "editorWhitespace.foreground": "#363b54", "editorWidget.background": "#16161e", "editorWidget.foreground": "#787c99", "editorWidget.resizeBorder": "#545c7e33", "errorForeground": "#515670", "extensionBadge.remoteBackground": "#3d59a1", "extensionBadge.remoteForeground": "#ffffff", "extensionButton.prominentBackground": "#3d59a1DD", "extensionButton.prominentForeground": "#ffffff", "extensionButton.prominentHoverBackground": "#3d59a1AA", "focusBorder": "#545c7e33", "foreground": "#787c99", "gitDecoration.addedResourceForeground": "#449dab", "gitDecoration.conflictingResourceForeground": "#e0af68cc", "gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.ignoredResourceForeground": "#515670", "gitDecoration.modifiedResourceForeground": "#6183bb", "gitDecoration.renamedResourceForeground": "#449dab", "gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageModifiedResourceForeground": "#6183bb", "gitDecoration.untrackedResourceForeground": "#449dab", "gitlens.gutterBackgroundColor": "#16161e", "gitlens.gutterForegroundColor": "#787c99", "gitlens.gutterUncommittedForegroundColor": "#7aa2f7", "gitlens.trailingLineForegroundColor": "#646e9c", "icon.foreground": "#787c99", "input.background": "#14141b", "input.border": "#0f0f14", "input.foreground": "#a9b1d6", "input.placeholderForeground": "#787c998A", "inputOption.activeBackground": "#3d59a144", "inputOption.activeForeground": "#c0caf5", "inputValidation.errorBackground": "#85353e", "inputValidation.errorBorder": "#963c47", "inputValidation.errorForeground": "#bbc2e0", "inputValidation.infoBackground": "#3d59a15c", "inputValidation.infoBorder": "#3d59a1", "inputValidation.infoForeground": "#bbc2e0", "inputValidation.warningBackground": "#c2985b", "inputValidation.warningBorder": "#e0af68", "inputValidation.warningForeground": "#000000", "list.activeSelectionBackground": "#202330", "list.activeSelectionForeground": "#a9b1d6", "list.deemphasizedForeground": "#787c99", "list.dropBackground": "#1e202e", "list.errorForeground": "#bb616b", "list.focusBackground": "#1c1d29", "list.focusForeground": "#a9b1d6", "list.highlightForeground": "#668ac4", "list.hoverBackground": "#13131a", "list.hoverForeground": "#a9b1d6", "list.inactiveSelectionBackground": "#1c1d29", "list.inactiveSelectionForeground": "#a9b1d6", "list.invalidItemForeground": "#c97018", "list.warningForeground": "#c49a5a", "listFilterWidget.background": "#101014", "listFilterWidget.noMatchesOutline": "#a6333f", "listFilterWidget.outline": "#3d59a1", "menu.background": "#16161e", "menu.border": "#101014", "menu.foreground": "#787c99", "menu.selectionBackground": "#1e202e", "menu.selectionForeground": "#a9b1d6", "menu.separatorBackground": "#101014", "menubar.selectionBackground": "#1e202e", "menubar.selectionBorder": "#1b1e2e", "menubar.selectionForeground": "#a9b1d6", "merge.currentContentBackground": "#007a7544", "merge.currentHeaderBackground": "#41a6b525", "merge.incomingContentBackground": "#3d59a144", "merge.incomingHeaderBackground": "#3d59a1aa", "mergeEditor.change.background": "#41a6b525", "mergeEditor.change.word.background": "#41a6b540", "mergeEditor.conflict.handled.minimapOverViewRuler": "#449dab", "mergeEditor.conflict.handledFocused.border": "#41a6b565", "mergeEditor.conflict.handledUnfocused.border": "#41a6b525", "mergeEditor.conflict.unhandled.minimapOverViewRuler": "#e0af68", "mergeEditor.conflict.unhandledFocused.border": "#e0af68b0", "mergeEditor.conflict.unhandledUnfocused.border": "#e0af6888", "minimapGutter.addedBackground": "#1C5957", "minimapGutter.deletedBackground": "#944449", "minimapGutter.modifiedBackground": "#425882", "multiDiffEditor.border": "#1a1b26", "multiDiffEditor.headerBackground": "#1a1b26", "notebook.cellBorderColor": "#101014", "notebook.cellEditorBackground": "#16161e", "notebook.cellStatusBarItemHoverBackground": "#1c1d29", "notebook.editorBackground": "#1a1b26", "notebook.focusedCellBorder": "#29355a", "notificationCenterHeader.background": "#101014", "notificationLink.foreground": "#6183bb", "notifications.background": "#101014", "notificationsErrorIcon.foreground": "#bb616b", "notificationsInfoIcon.foreground": "#0da0ba", "notificationsWarningIcon.foreground": "#bba461", "panel.background": "#16161e", "panel.border": "#101014", "panelInput.border": "#16161e", "panelTitle.activeBorder": "#16161e", "panelTitle.activeForeground": "#787c99", "panelTitle.inactiveForeground": "#42465d", "peekView.border": "#101014", "peekViewEditor.background": "#16161e", "peekViewEditor.matchHighlightBackground": "#3d59a166", "peekViewResult.background": "#101014", "peekViewResult.fileForeground": "#787c99", "peekViewResult.lineForeground": "#a9b1d6", "peekViewResult.matchHighlightBackground": "#3d59a166", "peekViewResult.selectionBackground": "#3d59a133", "peekViewResult.selectionForeground": "#a9b1d6", "peekViewTitle.background": "#101014", "peekViewTitleDescription.foreground": "#787c99", "peekViewTitleLabel.foreground": "#a9b1d6", "pickerGroup.border": "#101014", "pickerGroup.foreground": "#a9b1d6", "progressBar.background": "#3d59a1", "sash.hoverBorder": "#29355a", "scrollbar.shadow": "#00000033", "scrollbarSlider.activeBackground": "#868bc422", "scrollbarSlider.background": "#868bc415", "scrollbarSlider.hoverBackground": "#868bc410", "selection.background": "#515c7e40", "settings.headerForeground": "#6183bb", "sideBar.background": "#16161e", "sideBar.border": "#101014", "sideBar.dropBackground": "#1e202e", "sideBar.foreground": "#787c99", "sideBarSectionHeader.background": "#16161e", "sideBarSectionHeader.border": "#101014", "sideBarSectionHeader.foreground": "#a9b1d6", "sideBarTitle.foreground": "#787c99", "statusBar.background": "#16161e", "statusBar.border": "#101014", "statusBar.debuggingBackground": "#16161e", "statusBar.debuggingForeground": "#787c99", "statusBar.foreground": "#787c99", "statusBar.noFolderBackground": "#16161e", "statusBarItem.activeBackground": "#101014", "statusBarItem.hoverBackground": "#20222c", "statusBarItem.prominentBackground": "#101014", "statusBarItem.prominentHoverBackground": "#20222c", "tab.activeBackground": "#16161e", "tab.activeBorder": "#3d59a1", "tab.activeForeground": "#a9b1d6", "tab.activeModifiedBorder": "#1a1b26", "tab.border": "#101014", "tab.hoverForeground": "#a9b1d6", "tab.inactiveBackground": "#16161e", "tab.inactiveForeground": "#787c99", "tab.inactiveModifiedBorder": "#1f202e", "tab.lastPinnedBorder": "#222333", "tab.unfocusedActiveBorder": "#1f202e", "tab.unfocusedActiveForeground": "#a9b1d6", "tab.unfocusedHoverForeground": "#a9b1d6", "tab.unfocusedInactiveForeground": "#787c99", "terminal.ansiBlack": "#363b54", "terminal.ansiBlue": "#7aa2f7", "terminal.ansiBrightBlack": "#363b54", "terminal.ansiBrightBlue": "#7aa2f7", "terminal.ansiBrightCyan": "#7dcfff", "terminal.ansiBrightGreen": "#41a6b5", "terminal.ansiBrightMagenta": "#bb9af7", "terminal.ansiBrightRed": "#f7768e", "terminal.ansiBrightWhite": "#acb0d0", "terminal.ansiBrightYellow": "#e0af68", "terminal.ansiCyan": "#7dcfff", "terminal.ansiGreen": "#73daca", "terminal.ansiMagenta": "#bb9af7", "terminal.ansiRed": "#f7768e", "terminal.ansiWhite": "#787c99", "terminal.ansiYellow": "#e0af68", "terminal.background": "#16161e", "terminal.foreground": "#787c99", "terminal.selectionBackground": "#515c7e4d", "textBlockQuote.background": "#16161e", "textCodeBlock.background": "#16161e", "textLink.activeForeground": "#7dcfff", "textLink.foreground": "#6183bb", "textPreformat.foreground": "#9699a8", "textSeparator.foreground": "#363b54", "titleBar.activeBackground": "#16161e", "titleBar.activeForeground": "#787c99", "titleBar.border": "#101014", "titleBar.inactiveBackground": "#16161e", "titleBar.inactiveForeground": "#787c99", "toolbar.activeBackground": "#202330", "toolbar.hoverBackground": "#202330", "tree.indentGuidesStroke": "#2b2b3b", "walkThrough.embeddedEditorBackground": "#16161e", "widget.shadow": "#ffffff00", "window.activeBorder": "#0d0f17", "window.inactiveBorder": "#0d0f17" }, "displayName": "Tokyo Night", "name": "tokyo-night", "semanticTokenColors": { "*.defaultLibrary": { "foreground": "#2ac3de" }, "parameter": { "foreground": "#d9d4cd" }, "parameter.declaration": { "foreground": "#e0af68" }, "property.declaration": { "foreground": "#73daca" }, "property.defaultLibrary": { "foreground": "#2ac3de" }, "variable": { "foreground": "#c0caf5" }, "variable.declaration": { "foreground": "#bb9af7" }, "variable.defaultLibrary": { "foreground": "#2ac3de" } }, "tokenColors": [{ "scope": ["comment", "meta.var.expr storage.type", "keyword.control.flow", "keyword.control.return", "meta.directive.vue punctuation.separator.key-value.html", "meta.directive.vue entity.other.attribute-name.html", "tag.decorator.js entity.name.tag.js", "tag.decorator.js punctuation.definition.tag.js", "storage.modifier", "string.quoted.docstring.multi", "string.quoted.docstring.multi.python punctuation.definition.string.begin", "string.quoted.docstring.multi.python punctuation.definition.string.end", "string.quoted.docstring.multi.python constant.character.escape"], "settings": { "fontStyle": "italic" } }, { "scope": ["keyword.control.flow.block-scalar.literal", "keyword.control.flow.python"], "settings": { "fontStyle": "" } }, { "scope": ["comment", "comment.block.documentation", "punctuation.definition.comment", "comment.block.documentation punctuation", "string.quoted.docstring.multi", "string.quoted.docstring.multi.python punctuation.definition.string.begin", "string.quoted.docstring.multi.python punctuation.definition.string.end", "string.quoted.docstring.multi.python constant.character.escape"], "settings": { "foreground": "#51597d" } }, { "scope": ["keyword.operator.assignment.jsdoc", "comment.block.documentation variable", "comment.block.documentation storage", "comment.block.documentation keyword", "comment.block.documentation support", "comment.block.documentation markup", "comment.block.documentation markup.inline.raw.string.markdown", "meta.other.type.phpdoc.php keyword.other.type.php", "meta.other.type.phpdoc.php support.other.namespace.php", "meta.other.type.phpdoc.php punctuation.separator.inheritance.php", "meta.other.type.phpdoc.php support.class", "keyword.other.phpdoc.php", "log.date"], "settings": { "foreground": "#5a638c" } }, { "scope": ["meta.other.type.phpdoc.php support.class", "comment.block.documentation storage.type", "comment.block.documentation punctuation.definition.block.tag", "comment.block.documentation entity.name.type.instance"], "settings": { "foreground": "#646e9c" } }, { "scope": ["variable.other.constant", "punctuation.definition.constant", "constant.language", "constant.numeric", "support.constant", "constant.other.caps"], "settings": { "foreground": "#ff9e64" } }, { "scope": ["string", "constant.other.symbol", "constant.other.key", "meta.attribute-selector", "string constant.character"], "settings": { "fontStyle": "", "foreground": "#9ece6a" } }, { "scope": ["constant.other.color", "constant.other.color.rgb-value.hex punctuation.definition.constant"], "settings": { "foreground": "#9aa5ce" } }, { "scope": ["invalid", "invalid.illegal"], "settings": { "foreground": "#ff5370" } }, { "scope": "invalid.deprecated", "settings": { "foreground": "#bb9af7" } }, { "scope": "storage.type", "settings": { "foreground": "#bb9af7" } }, { "scope": ["meta.var.expr storage.type", "storage.modifier"], "settings": { "foreground": "#9d7cd8" } }, { "scope": ["punctuation.definition.template-expression", "punctuation.section.embedded", "meta.embedded.line.tag.smarty", "support.constant.handlebars", "punctuation.section.tag.twig"], "settings": { "foreground": "#7dcfff" } }, { "scope": ["keyword.control.smarty", "keyword.control.twig", "support.constant.handlebars keyword.control", "keyword.operator.comparison.twig", "keyword.blade", "entity.name.function.blade"], "settings": { "foreground": "#0db9d7" } }, { "scope": ["keyword.operator.spread", "keyword.operator.rest"], "settings": { "fontStyle": "bold", "foreground": "#f7768e" } }, { "scope": ["keyword.operator", "keyword.control.as", "keyword.other", "keyword.operator.bitwise.shift", "punctuation", "expression.embbeded.vue punctuation.definition.tag", "text.html.twig meta.tag.inline.any.html", "meta.tag.template.value.twig meta.function.arguments.twig", "meta.directive.vue punctuation.separator.key-value.html", "punctuation.definition.constant.markdown", "punctuation.definition.string", "punctuation.support.type.property-name", "text.html.vue-html meta.tag", "meta.attribute.directive", "punctuation.definition.keyword", "punctuation.terminator.rule", "punctuation.definition.entity", "punctuation.separator.inheritance.php", "keyword.other.template", "keyword.other.substitution", "entity.name.operator", "meta.property-list punctuation.separator.key-value", "meta.at-rule.mixin punctuation.separator.key-value", "meta.at-rule.function variable.parameter.url"], "settings": { "foreground": "#89ddff" } }, { "scope": ["keyword.control.module.js", "keyword.control.import", "keyword.control.export", "keyword.control.from", "keyword.control.default", "meta.import keyword.other"], "settings": { "foreground": "#7dcfff" } }, { "scope": ["keyword", "keyword.control", "keyword.other.important"], "settings": { "foreground": "#bb9af7" } }, { "scope": "keyword.other.DML", "settings": { "foreground": "#7dcfff" } }, { "scope": ["keyword.operator.logical", "storage.type.function", "keyword.operator.bitwise", "keyword.operator.ternary", "keyword.operator.comparison", "keyword.operator.relational", "keyword.operator.or.regexp"], "settings": { "foreground": "#bb9af7" } }, { "scope": "entity.name.tag", "settings": { "foreground": "#f7768e" } }, { "scope": ["entity.name.tag support.class.component", "meta.tag.custom entity.name.tag", "meta.tag.other.unrecognized.html.derivative entity.name.tag", "meta.tag"], "settings": { "foreground": "#de5971" } }, { "scope": "punctuation.definition.tag", "settings": { "foreground": "#ba3c97" } }, { "scope": ["constant.other.php", "variable.other.global.safer", "variable.other.global.safer punctuation.definition.variable", "variable.other.global", "variable.other.global punctuation.definition.variable", "constant.other"], "settings": { "foreground": "#e0af68" } }, { "scope": ["variable", "support.variable", "string constant.other.placeholder", "variable.parameter.handlebars", "variable.other.object", "meta.fstring", "meta.function-call meta.function-call.arguments"], "settings": { "foreground": "#c0caf5" } }, { "scope": "meta.array.literal variable", "settings": { "foreground": "#7dcfff" } }, { "scope": ["meta.object-literal.key", "entity.name.type.hcl", "string.alias.graphql", "string.unquoted.graphql", "string.unquoted.alias.graphql", "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js", "meta.field.declaration.ts variable.object.property", "meta.block entity.name.label"], "settings": { "foreground": "#73daca" } }, { "scope": ["variable.other.property", "support.variable.property", "support.variable.property.dom", "meta.function-call variable.other.object.property"], "settings": { "foreground": "#7dcfff" } }, { "scope": "variable.other.object.property", "settings": { "foreground": "#c0caf5" } }, { "scope": "meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key", "settings": { "foreground": "#41a6b5" } }, { "scope": "source.cpp meta.block variable.other", "settings": { "foreground": "#f7768e" } }, { "scope": "support.other.variable", "settings": { "foreground": "#f7768e" } }, { "scope": ["meta.class-method.js entity.name.function.js", "entity.name.method.js", "variable.function.constructor", "keyword.other.special-method", "storage.type.cs"], "settings": { "foreground": "#7aa2f7" } }, { "scope": ["entity.name.function", "variable.other.enummember", "meta.function-call", "meta.function-call entity.name.function", "variable.function", "meta.definition.method entity.name.function", "meta.object-literal entity.name.function"], "settings": { "foreground": "#7aa2f7" } }, { "scope": ["variable.parameter.function.language.special", "variable.parameter", "meta.function.parameters punctuation.definition.variable", "meta.function.parameter variable"], "settings": { "foreground": "#e0af68" } }, { "scope": ["keyword.other.type.php", "storage.type.php", "constant.character", "constant.escape", "keyword.other.unit"], "settings": { "foreground": "#bb9af7" } }, { "scope": ["meta.definition.variable variable.other.constant", "meta.definition.variable variable.other.readwrite", "variable.declaration.hcl variable.other.readwrite.hcl", "meta.mapping.key.hcl variable.other.readwrite.hcl", "variable.other.declaration"], "settings": { "foreground": "#bb9af7" } }, { "scope": "entity.other.inherited-class", "settings": { "fontStyle": "", "foreground": "#bb9af7" } }, { "scope": ["support.class", "support.type", "variable.other.readwrite.alias", "support.orther.namespace.use.php", "meta.use.php", "support.other.namespace.php", "support.type.sys-types", "support.variable.dom", "support.constant.math", "support.type.object.module", "support.constant.json", "entity.name.namespace", "meta.import.qualifier", "variable.other.constant.object"], "settings": { "foreground": "#0db9d7" } }, { "scope": "entity.name", "settings": { "foreground": "#c0caf5" } }, { "scope": "support.function", "settings": { "foreground": "#0db9d7" } }, { "scope": ["source.css support.type.property-name", "source.sass support.type.property-name", "source.scss support.type.property-name", "source.less support.type.property-name", "source.stylus support.type.property-name", "source.postcss support.type.property-name", "support.type.property-name.css", "support.type.vendored.property-name", "support.type.map.key"], "settings": { "foreground": "#7aa2f7" } }, { "scope": ["support.constant.font-name", "meta.definition.variable"], "settings": { "foreground": "#9ece6a" } }, { "scope": ["entity.other.attribute-name.class", "meta.at-rule.mixin.scss entity.name.function.scss"], "settings": { "foreground": "#9ece6a" } }, { "scope": "entity.other.attribute-name.id", "settings": { "foreground": "#fc7b7b" } }, { "scope": "entity.name.tag.css", "settings": { "foreground": "#0db9d7" } }, { "scope": ["entity.other.attribute-name.pseudo-class punctuation.definition.entity", "entity.other.attribute-name.pseudo-element punctuation.definition.entity", "entity.other.attribute-name.class punctuation.definition.entity", "entity.name.tag.reference"], "settings": { "foreground": "#e0af68" } }, { "scope": "meta.property-list", "settings": { "foreground": "#9abdf5" } }, { "scope": ["meta.property-list meta.at-rule.if", "meta.at-rule.return variable.parameter.url", "meta.property-list meta.at-rule.else"], "settings": { "foreground": "#ff9e64" } }, { "scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity.css"], "settings": { "foreground": "#73daca" } }, { "scope": "meta.property-list meta.property-list", "settings": { "foreground": "#9abdf5" } }, { "scope": ["meta.at-rule.mixin keyword.control.at-rule.mixin", "meta.at-rule.include entity.name.function.scss", "meta.at-rule.include keyword.control.at-rule.include"], "settings": { "foreground": "#bb9af7" } }, { "scope": ["keyword.control.at-rule.include punctuation.definition.keyword", "keyword.control.at-rule.mixin punctuation.definition.keyword", "meta.at-rule.include keyword.control.at-rule.include", "keyword.control.at-rule.extend punctuation.definition.keyword", "meta.at-rule.extend keyword.control.at-rule.extend", "entity.other.attribute-name.placeholder.css punctuation.definition.entity.css", "meta.at-rule.media keyword.control.at-rule.media", "meta.at-rule.mixin keyword.control.at-rule.mixin", "meta.at-rule.function keyword.control.at-rule.function", "keyword.control punctuation.definition.keyword"], "settings": { "foreground": "#9d7cd8" } }, { "scope": "meta.property-list meta.at-rule.include", "settings": { "foreground": "#c0caf5" } }, { "scope": "support.constant.property-value", "settings": { "foreground": "#ff9e64" } }, { "scope": ["entity.name.module.js", "variable.import.parameter.js", "variable.other.class.js"], "settings": { "foreground": "#c0caf5" } }, { "scope": "variable.language", "settings": { "foreground": "#f7768e" } }, { "scope": "variable.other punctuation.definition.variable", "settings": { "foreground": "#c0caf5" } }, { "scope": ["source.js constant.other.object.key.js string.unquoted.label.js", "variable.language.this punctuation.definition.variable", "keyword.other.this"], "settings": { "foreground": "#f7768e" } }, { "scope": ["entity.other.attribute-name", "text.html.basic entity.other.attribute-name.html", "text.html.basic entity.other.attribute-name"], "settings": { "foreground": "#bb9af7" } }, { "scope": "text.html constant.character.entity", "settings": { "foreground": "#0DB9D7" } }, { "scope": ["entity.other.attribute-name.id.html", "meta.directive.vue entity.other.attribute-name.html"], "settings": { "foreground": "#bb9af7" } }, { "scope": "source.sass keyword.control", "settings": { "foreground": "#7aa2f7" } }, { "scope": ["entity.other.attribute-name.pseudo-class", "entity.other.attribute-name.pseudo-element", "entity.other.attribute-name.placeholder", "meta.property-list meta.property-value"], "settings": { "foreground": "#bb9af7" } }, { "scope": "markup.inserted", "settings": { "foreground": "#449dab" } }, { "scope": "markup.deleted", "settings": { "foreground": "#914c54" } }, { "scope": "markup.changed", "settings": { "foreground": "#6183bb" } }, { "scope": "string.regexp", "settings": { "foreground": "#b4f9f8" } }, { "scope": "punctuation.definition.group", "settings": { "foreground": "#f7768e" } }, { "scope": ["constant.other.character-class.regexp"], "settings": { "foreground": "#bb9af7" } }, { "scope": ["constant.other.character-class.set.regexp", "punctuation.definition.character-class.regexp"], "settings": { "foreground": "#e0af68" } }, { "scope": "keyword.operator.quantifier.regexp", "settings": { "foreground": "#89ddff" } }, { "scope": "constant.character.escape.backslash", "settings": { "foreground": "#c0caf5" } }, { "scope": "constant.character.escape", "settings": { "foreground": "#89ddff" } }, { "scope": ["tag.decorator.js entity.name.tag.js", "tag.decorator.js punctuation.definition.tag.js"], "settings": { "foreground": "#7aa2f7" } }, { "scope": "keyword.other.unit", "settings": { "foreground": "#f7768e" } }, { "scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#7aa2f7" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#0db9d7" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#7dcfff" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#bb9af7" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#e0af68" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#0db9d7" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#73daca" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#f7768e" } }, { "scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"], "settings": { "foreground": "#9ece6a" } }, { "scope": "punctuation.definition.list_item.markdown", "settings": { "foreground": "#9abdf5" } }, { "scope": ["meta.block", "meta.brace", "punctuation.definition.block", "punctuation.definition.use", "punctuation.definition.class", "punctuation.definition.begin.bracket", "punctuation.definition.end.bracket", "punctuation.definition.switch-expression.begin.bracket", "punctuation.definition.switch-expression.end.bracket", "punctuation.definition.section.switch-block.begin.bracket", "punctuation.definition.section.switch-block.end.bracket", "punctuation.definition.group.shell", "punctuation.definition.parameters", "punctuation.definition.arguments", "punctuation.definition.dictionary", "punctuation.definition.array", "punctuation.section"], "settings": { "foreground": "#9abdf5" } }, { "scope": ["meta.embedded.block"], "settings": { "foreground": "#c0caf5" } }, { "scope": ["meta.tag JSXNested", "meta.jsx.children", "text.html", "text.log"], "settings": { "foreground": "#9aa5ce" } }, { "scope": "text.html.markdown markup.inline.raw.markdown", "settings": { "foreground": "#bb9af7" } }, { "scope": "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown", "settings": { "foreground": "#4E5579" } }, { "scope": ["heading.1.markdown entity.name", "heading.1.markdown punctuation.definition.heading.markdown"], "settings": { "fontStyle": "bold", "foreground": "#89ddff" } }, { "scope": ["heading.2.markdown entity.name", "heading.2.markdown punctuation.definition.heading.markdown"], "settings": { "fontStyle": "bold", "foreground": "#61bdf2" } }, { "scope": ["heading.3.markdown entity.name", "heading.3.markdown punctuation.definition.heading.markdown"], "settings": { "fontStyle": "bold", "foreground": "#7aa2f7" } }, { "scope": ["heading.4.markdown entity.name", "heading.4.markdown punctuation.definition.heading.markdown"], "settings": { "fontStyle": "bold", "foreground": "#6d91de" } }, { "scope": ["heading.5.markdown entity.name", "heading.5.markdown punctuation.definition.heading.markdown"], "settings": { "fontStyle": "bold", "foreground": "#9aa5ce" } }, { "scope": ["heading.6.markdown entity.name", "heading.6.markdown punctuation.definition.heading.markdown"], "settings": { "fontStyle": "bold", "foreground": "#747ca1" } }, { "scope": ["markup.italic", "markup.italic punctuation"], "settings": { "fontStyle": "italic", "foreground": "#c0caf5" } }, { "scope": ["markup.bold", "markup.bold punctuation"], "settings": { "fontStyle": "bold", "foreground": "#c0caf5" } }, { "scope": ["markup.bold markup.italic", "markup.bold markup.italic punctuation"], "settings": { "fontStyle": "bold italic", "foreground": "#c0caf5" } }, { "scope": ["markup.underline", "markup.underline punctuation"], "settings": { "fontStyle": "underline" } }, { "scope": "markup.quote punctuation.definition.blockquote.markdown", "settings": { "foreground": "#4e5579" } }, { "scope": "markup.quote", "settings": { "fontStyle": "italic" } }, { "scope": ["string.other.link", "markup.underline.link", "constant.other.reference.link.markdown", "string.other.link.description.title.markdown"], "settings": { "foreground": "#73daca" } }, { "scope": ["markup.fenced_code.block.markdown", "markup.inline.raw.string.markdown", "variable.language.fenced.markdown"], "settings": { "foreground": "#89ddff" } }, { "scope": "meta.separator", "settings": { "fontStyle": "bold", "foreground": "#51597d" } }, { "scope": "markup.table", "settings": { "foreground": "#c0cefc" } }, { "scope": "token.info-token", "settings": { "foreground": "#0db9d7" } }, { "scope": "token.warn-token", "settings": { "foreground": "#ffdb69" } }, { "scope": "token.error-token", "settings": { "foreground": "#db4b4b" } }, { "scope": "token.debug-token", "settings": { "foreground": "#b267e6" } }, { "scope": "entity.tag.apacheconf", "settings": { "foreground": "#f7768e" } }, { "scope": ["meta.preprocessor"], "settings": { "foreground": "#73daca" } }, { "scope": "source.env", "settings": { "foreground": "#7aa2f7" } }], "type": "dark" };
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.default = {
|
7
|
+
"colors": {
|
8
|
+
"activityBar.background": "#16161e",
|
9
|
+
"activityBar.border": "#16161e",
|
10
|
+
"activityBar.foreground": "#787c99",
|
11
|
+
"activityBar.inactiveForeground": "#3b3e52",
|
12
|
+
"activityBarBadge.background": "#3d59a1",
|
13
|
+
"activityBarBadge.foreground": "#fff",
|
14
|
+
"activityBarTop.foreground": "#787c99",
|
15
|
+
"activityBarTop.inactiveForeground": "#3b3e52",
|
16
|
+
"badge.background": "#7e83b230",
|
17
|
+
"badge.foreground": "#acb0d0",
|
18
|
+
"breadcrumb.activeSelectionForeground": "#a9b1d6",
|
19
|
+
"breadcrumb.background": "#16161e",
|
20
|
+
"breadcrumb.focusForeground": "#a9b1d6",
|
21
|
+
"breadcrumb.foreground": "#515670",
|
22
|
+
"breadcrumbPicker.background": "#16161e",
|
23
|
+
"button.background": "#3d59a1dd",
|
24
|
+
"button.foreground": "#ffffff",
|
25
|
+
"button.hoverBackground": "#3d59a1AA",
|
26
|
+
"button.secondaryBackground": "#3b3e52",
|
27
|
+
"charts.blue": "#7aa2f7",
|
28
|
+
"charts.foreground": "#9AA5CE",
|
29
|
+
"charts.green": "#41a6b5",
|
30
|
+
"charts.lines": "#16161e",
|
31
|
+
"charts.orange": "#ff9e64",
|
32
|
+
"charts.purple": "#9d7cd8",
|
33
|
+
"charts.red": "#f7768e",
|
34
|
+
"charts.yellow": "#e0af68",
|
35
|
+
"debugConsole.errorForeground": "#bb616b",
|
36
|
+
"debugConsole.infoForeground": "#787c99",
|
37
|
+
"debugConsole.sourceForeground": "#787c99",
|
38
|
+
"debugConsole.warningForeground": "#c49a5a",
|
39
|
+
"debugConsoleInputIcon.foreground": "#73daca",
|
40
|
+
"debugExceptionWidget.background": "#101014",
|
41
|
+
"debugExceptionWidget.border": "#963c47",
|
42
|
+
"debugIcon.breakpointDisabledForeground": "#414761",
|
43
|
+
"debugIcon.breakpointForeground": "#db4b4b",
|
44
|
+
"debugIcon.breakpointUnverifiedForeground": "#c24242",
|
45
|
+
"debugTokenExpression.boolean": "#ff9e64",
|
46
|
+
"debugTokenExpression.error": "#bb616b",
|
47
|
+
"debugTokenExpression.name": "#7dcfff",
|
48
|
+
"debugTokenExpression.number": "#ff9e64",
|
49
|
+
"debugTokenExpression.string": "#9ece6a",
|
50
|
+
"debugTokenExpression.value": "#9aa5ce",
|
51
|
+
"debugToolBar.background": "#101014",
|
52
|
+
"debugView.stateLabelBackground": "#14141b",
|
53
|
+
"debugView.stateLabelForeground": "#787c99",
|
54
|
+
"debugView.valueChangedHighlight": "#3d59a1aa",
|
55
|
+
"descriptionForeground": "#515670",
|
56
|
+
"diffEditor.diagonalFill": "#292e42",
|
57
|
+
"diffEditor.insertedLineBackground": "#41a6b520",
|
58
|
+
"diffEditor.insertedTextBackground": "#41a6b520",
|
59
|
+
"diffEditor.removedLineBackground": "#db4b4b22",
|
60
|
+
"diffEditor.removedTextBackground": "#db4b4b22",
|
61
|
+
"diffEditor.unchangedCodeBackground": "#282a3b66",
|
62
|
+
"diffEditorGutter.insertedLineBackground": "#41a6b525",
|
63
|
+
"diffEditorGutter.removedLineBackground": "#db4b4b22",
|
64
|
+
"diffEditorOverview.insertedForeground": "#41a6b525",
|
65
|
+
"diffEditorOverview.removedForeground": "#db4b4b22",
|
66
|
+
"dropdown.background": "#14141b",
|
67
|
+
"dropdown.foreground": "#787c99",
|
68
|
+
"dropdown.listBackground": "#14141b",
|
69
|
+
"editor.background": "#1a1b26",
|
70
|
+
"editor.findMatchBackground": "#3d59a166",
|
71
|
+
"editor.findMatchBorder": "#e0af68",
|
72
|
+
"editor.findMatchHighlightBackground": "#3d59a166",
|
73
|
+
"editor.findRangeHighlightBackground": "#515c7e33",
|
74
|
+
"editor.focusedStackFrameHighlightBackground": "#73daca20",
|
75
|
+
"editor.foldBackground": "#1111174a",
|
76
|
+
"editor.foreground": "#a9b1d6",
|
77
|
+
"editor.inactiveSelectionBackground": "#515c7e25",
|
78
|
+
"editor.lineHighlightBackground": "#1e202e",
|
79
|
+
"editor.rangeHighlightBackground": "#515c7e20",
|
80
|
+
"editor.selectionBackground": "#515c7e4d",
|
81
|
+
"editor.selectionHighlightBackground": "#515c7e44",
|
82
|
+
"editor.stackFrameHighlightBackground": "#E2BD3A20",
|
83
|
+
"editor.wordHighlightBackground": "#515c7e44",
|
84
|
+
"editor.wordHighlightStrongBackground": "#515c7e55",
|
85
|
+
"editorBracketHighlight.foreground1": "#698cd6",
|
86
|
+
"editorBracketHighlight.foreground2": "#68b3de",
|
87
|
+
"editorBracketHighlight.foreground3": "#9a7ecc",
|
88
|
+
"editorBracketHighlight.foreground4": "#25aac2",
|
89
|
+
"editorBracketHighlight.foreground5": "#80a856",
|
90
|
+
"editorBracketHighlight.foreground6": "#c49a5a",
|
91
|
+
"editorBracketHighlight.unexpectedBracket.foreground": "#db4b4b",
|
92
|
+
"editorBracketMatch.background": "#16161e",
|
93
|
+
"editorBracketMatch.border": "#42465d",
|
94
|
+
"editorBracketPairGuide.activeBackground1": "#698cd6",
|
95
|
+
"editorBracketPairGuide.activeBackground2": "#68b3de",
|
96
|
+
"editorBracketPairGuide.activeBackground3": "#9a7ecc",
|
97
|
+
"editorBracketPairGuide.activeBackground4": "#25aac2",
|
98
|
+
"editorBracketPairGuide.activeBackground5": "#80a856",
|
99
|
+
"editorBracketPairGuide.activeBackground6": "#c49a5a",
|
100
|
+
"editorCodeLens.foreground": "#51597d",
|
101
|
+
"editorCursor.foreground": "#c0caf5",
|
102
|
+
"editorError.foreground": "#db4b4b",
|
103
|
+
"editorGhostText.foreground": "#646e9c",
|
104
|
+
"editorGroup.border": "#101014",
|
105
|
+
"editorGroup.dropBackground": "#1e202e",
|
106
|
+
"editorGroupHeader.border": "#101014",
|
107
|
+
"editorGroupHeader.noTabsBackground": "#16161e",
|
108
|
+
"editorGroupHeader.tabsBackground": "#16161e",
|
109
|
+
"editorGroupHeader.tabsBorder": "#101014",
|
110
|
+
"editorGutter.addedBackground": "#164846",
|
111
|
+
"editorGutter.deletedBackground": "#823c41",
|
112
|
+
"editorGutter.modifiedBackground": "#394b70",
|
113
|
+
"editorHint.foreground": "#0da0ba",
|
114
|
+
"editorHoverWidget.background": "#16161e",
|
115
|
+
"editorHoverWidget.border": "#101014",
|
116
|
+
"editorIndentGuide.activeBackground1": "#363b54",
|
117
|
+
"editorIndentGuide.background1": "#232433",
|
118
|
+
"editorInfo.foreground": "#0da0ba",
|
119
|
+
"editorLightBulb.foreground": "#e0af68",
|
120
|
+
"editorLightBulbAutoFix.foreground": "#e0af68",
|
121
|
+
"editorLineNumber.activeForeground": "#737aa2",
|
122
|
+
"editorLineNumber.foreground": "#363b54",
|
123
|
+
"editorLink.activeForeground": "#acb0d0",
|
124
|
+
"editorMarkerNavigation.background": "#16161e",
|
125
|
+
"editorOverviewRuler.addedForeground": "#164846",
|
126
|
+
"editorOverviewRuler.border": "#101014",
|
127
|
+
"editorOverviewRuler.bracketMatchForeground": "#101014",
|
128
|
+
"editorOverviewRuler.deletedForeground": "#703438",
|
129
|
+
"editorOverviewRuler.errorForeground": "#db4b4b",
|
130
|
+
"editorOverviewRuler.findMatchForeground": "#a9b1d644",
|
131
|
+
"editorOverviewRuler.infoForeground": "#1abc9c",
|
132
|
+
"editorOverviewRuler.modifiedForeground": "#394b70",
|
133
|
+
"editorOverviewRuler.rangeHighlightForeground": "#a9b1d644",
|
134
|
+
"editorOverviewRuler.selectionHighlightForeground": "#a9b1d622",
|
135
|
+
"editorOverviewRuler.warningForeground": "#e0af68",
|
136
|
+
"editorOverviewRuler.wordHighlightForeground": "#bb9af755",
|
137
|
+
"editorOverviewRuler.wordHighlightStrongForeground": "#bb9af766",
|
138
|
+
"editorPane.background": "#16161e",
|
139
|
+
"editorRuler.foreground": "#101014",
|
140
|
+
"editorSuggestWidget.background": "#16161e",
|
141
|
+
"editorSuggestWidget.border": "#101014",
|
142
|
+
"editorSuggestWidget.highlightForeground": "#6183bb",
|
143
|
+
"editorSuggestWidget.selectedBackground": "#20222c",
|
144
|
+
"editorWarning.foreground": "#e0af68",
|
145
|
+
"editorWhitespace.foreground": "#363b54",
|
146
|
+
"editorWidget.background": "#16161e",
|
147
|
+
"editorWidget.foreground": "#787c99",
|
148
|
+
"editorWidget.resizeBorder": "#545c7e33",
|
149
|
+
"errorForeground": "#515670",
|
150
|
+
"extensionBadge.remoteBackground": "#3d59a1",
|
151
|
+
"extensionBadge.remoteForeground": "#ffffff",
|
152
|
+
"extensionButton.prominentBackground": "#3d59a1DD",
|
153
|
+
"extensionButton.prominentForeground": "#ffffff",
|
154
|
+
"extensionButton.prominentHoverBackground": "#3d59a1AA",
|
155
|
+
"focusBorder": "#545c7e33",
|
156
|
+
"foreground": "#787c99",
|
157
|
+
"gitDecoration.addedResourceForeground": "#449dab",
|
158
|
+
"gitDecoration.conflictingResourceForeground": "#e0af68cc",
|
159
|
+
"gitDecoration.deletedResourceForeground": "#914c54",
|
160
|
+
"gitDecoration.ignoredResourceForeground": "#515670",
|
161
|
+
"gitDecoration.modifiedResourceForeground": "#6183bb",
|
162
|
+
"gitDecoration.renamedResourceForeground": "#449dab",
|
163
|
+
"gitDecoration.stageDeletedResourceForeground": "#914c54",
|
164
|
+
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
|
165
|
+
"gitDecoration.untrackedResourceForeground": "#449dab",
|
166
|
+
"gitlens.gutterBackgroundColor": "#16161e",
|
167
|
+
"gitlens.gutterForegroundColor": "#787c99",
|
168
|
+
"gitlens.gutterUncommittedForegroundColor": "#7aa2f7",
|
169
|
+
"gitlens.trailingLineForegroundColor": "#646e9c",
|
170
|
+
"icon.foreground": "#787c99",
|
171
|
+
"input.background": "#14141b",
|
172
|
+
"input.border": "#0f0f14",
|
173
|
+
"input.foreground": "#a9b1d6",
|
174
|
+
"input.placeholderForeground": "#787c998A",
|
175
|
+
"inputOption.activeBackground": "#3d59a144",
|
176
|
+
"inputOption.activeForeground": "#c0caf5",
|
177
|
+
"inputValidation.errorBackground": "#85353e",
|
178
|
+
"inputValidation.errorBorder": "#963c47",
|
179
|
+
"inputValidation.errorForeground": "#bbc2e0",
|
180
|
+
"inputValidation.infoBackground": "#3d59a15c",
|
181
|
+
"inputValidation.infoBorder": "#3d59a1",
|
182
|
+
"inputValidation.infoForeground": "#bbc2e0",
|
183
|
+
"inputValidation.warningBackground": "#c2985b",
|
184
|
+
"inputValidation.warningBorder": "#e0af68",
|
185
|
+
"inputValidation.warningForeground": "#000000",
|
186
|
+
"list.activeSelectionBackground": "#202330",
|
187
|
+
"list.activeSelectionForeground": "#a9b1d6",
|
188
|
+
"list.deemphasizedForeground": "#787c99",
|
189
|
+
"list.dropBackground": "#1e202e",
|
190
|
+
"list.errorForeground": "#bb616b",
|
191
|
+
"list.focusBackground": "#1c1d29",
|
192
|
+
"list.focusForeground": "#a9b1d6",
|
193
|
+
"list.highlightForeground": "#668ac4",
|
194
|
+
"list.hoverBackground": "#13131a",
|
195
|
+
"list.hoverForeground": "#a9b1d6",
|
196
|
+
"list.inactiveSelectionBackground": "#1c1d29",
|
197
|
+
"list.inactiveSelectionForeground": "#a9b1d6",
|
198
|
+
"list.invalidItemForeground": "#c97018",
|
199
|
+
"list.warningForeground": "#c49a5a",
|
200
|
+
"listFilterWidget.background": "#101014",
|
201
|
+
"listFilterWidget.noMatchesOutline": "#a6333f",
|
202
|
+
"listFilterWidget.outline": "#3d59a1",
|
203
|
+
"menu.background": "#16161e",
|
204
|
+
"menu.border": "#101014",
|
205
|
+
"menu.foreground": "#787c99",
|
206
|
+
"menu.selectionBackground": "#1e202e",
|
207
|
+
"menu.selectionForeground": "#a9b1d6",
|
208
|
+
"menu.separatorBackground": "#101014",
|
209
|
+
"menubar.selectionBackground": "#1e202e",
|
210
|
+
"menubar.selectionBorder": "#1b1e2e",
|
211
|
+
"menubar.selectionForeground": "#a9b1d6",
|
212
|
+
"merge.currentContentBackground": "#007a7544",
|
213
|
+
"merge.currentHeaderBackground": "#41a6b525",
|
214
|
+
"merge.incomingContentBackground": "#3d59a144",
|
215
|
+
"merge.incomingHeaderBackground": "#3d59a1aa",
|
216
|
+
"mergeEditor.change.background": "#41a6b525",
|
217
|
+
"mergeEditor.change.word.background": "#41a6b540",
|
218
|
+
"mergeEditor.conflict.handled.minimapOverViewRuler": "#449dab",
|
219
|
+
"mergeEditor.conflict.handledFocused.border": "#41a6b565",
|
220
|
+
"mergeEditor.conflict.handledUnfocused.border": "#41a6b525",
|
221
|
+
"mergeEditor.conflict.unhandled.minimapOverViewRuler": "#e0af68",
|
222
|
+
"mergeEditor.conflict.unhandledFocused.border": "#e0af68b0",
|
223
|
+
"mergeEditor.conflict.unhandledUnfocused.border": "#e0af6888",
|
224
|
+
"minimapGutter.addedBackground": "#1C5957",
|
225
|
+
"minimapGutter.deletedBackground": "#944449",
|
226
|
+
"minimapGutter.modifiedBackground": "#425882",
|
227
|
+
"multiDiffEditor.border": "#1a1b26",
|
228
|
+
"multiDiffEditor.headerBackground": "#1a1b26",
|
229
|
+
"notebook.cellBorderColor": "#101014",
|
230
|
+
"notebook.cellEditorBackground": "#16161e",
|
231
|
+
"notebook.cellStatusBarItemHoverBackground": "#1c1d29",
|
232
|
+
"notebook.editorBackground": "#1a1b26",
|
233
|
+
"notebook.focusedCellBorder": "#29355a",
|
234
|
+
"notificationCenterHeader.background": "#101014",
|
235
|
+
"notificationLink.foreground": "#6183bb",
|
236
|
+
"notifications.background": "#101014",
|
237
|
+
"notificationsErrorIcon.foreground": "#bb616b",
|
238
|
+
"notificationsInfoIcon.foreground": "#0da0ba",
|
239
|
+
"notificationsWarningIcon.foreground": "#bba461",
|
240
|
+
"panel.background": "#16161e",
|
241
|
+
"panel.border": "#101014",
|
242
|
+
"panelInput.border": "#16161e",
|
243
|
+
"panelTitle.activeBorder": "#16161e",
|
244
|
+
"panelTitle.activeForeground": "#787c99",
|
245
|
+
"panelTitle.inactiveForeground": "#42465d",
|
246
|
+
"peekView.border": "#101014",
|
247
|
+
"peekViewEditor.background": "#16161e",
|
248
|
+
"peekViewEditor.matchHighlightBackground": "#3d59a166",
|
249
|
+
"peekViewResult.background": "#101014",
|
250
|
+
"peekViewResult.fileForeground": "#787c99",
|
251
|
+
"peekViewResult.lineForeground": "#a9b1d6",
|
252
|
+
"peekViewResult.matchHighlightBackground": "#3d59a166",
|
253
|
+
"peekViewResult.selectionBackground": "#3d59a133",
|
254
|
+
"peekViewResult.selectionForeground": "#a9b1d6",
|
255
|
+
"peekViewTitle.background": "#101014",
|
256
|
+
"peekViewTitleDescription.foreground": "#787c99",
|
257
|
+
"peekViewTitleLabel.foreground": "#a9b1d6",
|
258
|
+
"pickerGroup.border": "#101014",
|
259
|
+
"pickerGroup.foreground": "#a9b1d6",
|
260
|
+
"progressBar.background": "#3d59a1",
|
261
|
+
"sash.hoverBorder": "#29355a",
|
262
|
+
"scrollbar.shadow": "#00000033",
|
263
|
+
"scrollbarSlider.activeBackground": "#868bc422",
|
264
|
+
"scrollbarSlider.background": "#868bc415",
|
265
|
+
"scrollbarSlider.hoverBackground": "#868bc410",
|
266
|
+
"selection.background": "#515c7e40",
|
267
|
+
"settings.headerForeground": "#6183bb",
|
268
|
+
"sideBar.background": "#16161e",
|
269
|
+
"sideBar.border": "#101014",
|
270
|
+
"sideBar.dropBackground": "#1e202e",
|
271
|
+
"sideBar.foreground": "#787c99",
|
272
|
+
"sideBarSectionHeader.background": "#16161e",
|
273
|
+
"sideBarSectionHeader.border": "#101014",
|
274
|
+
"sideBarSectionHeader.foreground": "#a9b1d6",
|
275
|
+
"sideBarTitle.foreground": "#787c99",
|
276
|
+
"statusBar.background": "#16161e",
|
277
|
+
"statusBar.border": "#101014",
|
278
|
+
"statusBar.debuggingBackground": "#16161e",
|
279
|
+
"statusBar.debuggingForeground": "#787c99",
|
280
|
+
"statusBar.foreground": "#787c99",
|
281
|
+
"statusBar.noFolderBackground": "#16161e",
|
282
|
+
"statusBarItem.activeBackground": "#101014",
|
283
|
+
"statusBarItem.hoverBackground": "#20222c",
|
284
|
+
"statusBarItem.prominentBackground": "#101014",
|
285
|
+
"statusBarItem.prominentHoverBackground": "#20222c",
|
286
|
+
"tab.activeBackground": "#16161e",
|
287
|
+
"tab.activeBorder": "#3d59a1",
|
288
|
+
"tab.activeForeground": "#a9b1d6",
|
289
|
+
"tab.activeModifiedBorder": "#1a1b26",
|
290
|
+
"tab.border": "#101014",
|
291
|
+
"tab.hoverForeground": "#a9b1d6",
|
292
|
+
"tab.inactiveBackground": "#16161e",
|
293
|
+
"tab.inactiveForeground": "#787c99",
|
294
|
+
"tab.inactiveModifiedBorder": "#1f202e",
|
295
|
+
"tab.lastPinnedBorder": "#222333",
|
296
|
+
"tab.unfocusedActiveBorder": "#1f202e",
|
297
|
+
"tab.unfocusedActiveForeground": "#a9b1d6",
|
298
|
+
"tab.unfocusedHoverForeground": "#a9b1d6",
|
299
|
+
"tab.unfocusedInactiveForeground": "#787c99",
|
300
|
+
"terminal.ansiBlack": "#363b54",
|
301
|
+
"terminal.ansiBlue": "#7aa2f7",
|
302
|
+
"terminal.ansiBrightBlack": "#363b54",
|
303
|
+
"terminal.ansiBrightBlue": "#7aa2f7",
|
304
|
+
"terminal.ansiBrightCyan": "#7dcfff",
|
305
|
+
"terminal.ansiBrightGreen": "#41a6b5",
|
306
|
+
"terminal.ansiBrightMagenta": "#bb9af7",
|
307
|
+
"terminal.ansiBrightRed": "#f7768e",
|
308
|
+
"terminal.ansiBrightWhite": "#acb0d0",
|
309
|
+
"terminal.ansiBrightYellow": "#e0af68",
|
310
|
+
"terminal.ansiCyan": "#7dcfff",
|
311
|
+
"terminal.ansiGreen": "#73daca",
|
312
|
+
"terminal.ansiMagenta": "#bb9af7",
|
313
|
+
"terminal.ansiRed": "#f7768e",
|
314
|
+
"terminal.ansiWhite": "#787c99",
|
315
|
+
"terminal.ansiYellow": "#e0af68",
|
316
|
+
"terminal.background": "#16161e",
|
317
|
+
"terminal.foreground": "#787c99",
|
318
|
+
"terminal.selectionBackground": "#515c7e4d",
|
319
|
+
"textBlockQuote.background": "#16161e",
|
320
|
+
"textCodeBlock.background": "#16161e",
|
321
|
+
"textLink.activeForeground": "#7dcfff",
|
322
|
+
"textLink.foreground": "#6183bb",
|
323
|
+
"textPreformat.foreground": "#9699a8",
|
324
|
+
"textSeparator.foreground": "#363b54",
|
325
|
+
"titleBar.activeBackground": "#16161e",
|
326
|
+
"titleBar.activeForeground": "#787c99",
|
327
|
+
"titleBar.border": "#101014",
|
328
|
+
"titleBar.inactiveBackground": "#16161e",
|
329
|
+
"titleBar.inactiveForeground": "#787c99",
|
330
|
+
"toolbar.activeBackground": "#202330",
|
331
|
+
"toolbar.hoverBackground": "#202330",
|
332
|
+
"tree.indentGuidesStroke": "#2b2b3b",
|
333
|
+
"walkThrough.embeddedEditorBackground": "#16161e",
|
334
|
+
"widget.shadow": "#ffffff00",
|
335
|
+
"window.activeBorder": "#0d0f17",
|
336
|
+
"window.inactiveBorder": "#0d0f17"
|
337
|
+
},
|
338
|
+
"displayName": "Tokyo Night",
|
339
|
+
"name": "tokyo-night",
|
340
|
+
"semanticTokenColors": {
|
341
|
+
"*.defaultLibrary": {
|
342
|
+
"foreground": "#2ac3de"
|
343
|
+
},
|
344
|
+
"parameter": {
|
345
|
+
"foreground": "#d9d4cd"
|
346
|
+
},
|
347
|
+
"parameter.declaration": {
|
348
|
+
"foreground": "#e0af68"
|
349
|
+
},
|
350
|
+
"property.declaration": {
|
351
|
+
"foreground": "#73daca"
|
352
|
+
},
|
353
|
+
"property.defaultLibrary": {
|
354
|
+
"foreground": "#2ac3de"
|
355
|
+
},
|
356
|
+
"variable": {
|
357
|
+
"foreground": "#c0caf5"
|
358
|
+
},
|
359
|
+
"variable.declaration": {
|
360
|
+
"foreground": "#bb9af7"
|
361
|
+
},
|
362
|
+
"variable.defaultLibrary": {
|
363
|
+
"foreground": "#2ac3de"
|
364
|
+
}
|
365
|
+
},
|
366
|
+
"tokenColors": [{
|
367
|
+
"scope": ["comment", "meta.var.expr storage.type", "keyword.control.flow", "keyword.control.return", "meta.directive.vue punctuation.separator.key-value.html", "meta.directive.vue entity.other.attribute-name.html", "tag.decorator.js entity.name.tag.js", "tag.decorator.js punctuation.definition.tag.js", "storage.modifier", "string.quoted.docstring.multi", "string.quoted.docstring.multi.python punctuation.definition.string.begin", "string.quoted.docstring.multi.python punctuation.definition.string.end", "string.quoted.docstring.multi.python constant.character.escape"],
|
368
|
+
"settings": {
|
369
|
+
"fontStyle": "italic"
|
370
|
+
}
|
371
|
+
}, {
|
372
|
+
"scope": ["keyword.control.flow.block-scalar.literal", "keyword.control.flow.python"],
|
373
|
+
"settings": {
|
374
|
+
"fontStyle": ""
|
375
|
+
}
|
376
|
+
}, {
|
377
|
+
"scope": ["comment", "comment.block.documentation", "punctuation.definition.comment", "comment.block.documentation punctuation", "string.quoted.docstring.multi", "string.quoted.docstring.multi.python punctuation.definition.string.begin", "string.quoted.docstring.multi.python punctuation.definition.string.end", "string.quoted.docstring.multi.python constant.character.escape"],
|
378
|
+
"settings": {
|
379
|
+
"foreground": "#51597d"
|
380
|
+
}
|
381
|
+
}, {
|
382
|
+
"scope": ["keyword.operator.assignment.jsdoc", "comment.block.documentation variable", "comment.block.documentation storage", "comment.block.documentation keyword", "comment.block.documentation support", "comment.block.documentation markup", "comment.block.documentation markup.inline.raw.string.markdown", "meta.other.type.phpdoc.php keyword.other.type.php", "meta.other.type.phpdoc.php support.other.namespace.php", "meta.other.type.phpdoc.php punctuation.separator.inheritance.php", "meta.other.type.phpdoc.php support.class", "keyword.other.phpdoc.php", "log.date"],
|
383
|
+
"settings": {
|
384
|
+
"foreground": "#5a638c"
|
385
|
+
}
|
386
|
+
}, {
|
387
|
+
"scope": ["meta.other.type.phpdoc.php support.class", "comment.block.documentation storage.type", "comment.block.documentation punctuation.definition.block.tag", "comment.block.documentation entity.name.type.instance"],
|
388
|
+
"settings": {
|
389
|
+
"foreground": "#646e9c"
|
390
|
+
}
|
391
|
+
}, {
|
392
|
+
"scope": ["variable.other.constant", "punctuation.definition.constant", "constant.language", "constant.numeric", "support.constant", "constant.other.caps"],
|
393
|
+
"settings": {
|
394
|
+
"foreground": "#ff9e64"
|
395
|
+
}
|
396
|
+
}, {
|
397
|
+
"scope": ["string", "constant.other.symbol", "constant.other.key", "meta.attribute-selector", "string constant.character"],
|
398
|
+
"settings": {
|
399
|
+
"fontStyle": "",
|
400
|
+
"foreground": "#9ece6a"
|
401
|
+
}
|
402
|
+
}, {
|
403
|
+
"scope": ["constant.other.color", "constant.other.color.rgb-value.hex punctuation.definition.constant"],
|
404
|
+
"settings": {
|
405
|
+
"foreground": "#9aa5ce"
|
406
|
+
}
|
407
|
+
}, {
|
408
|
+
"scope": ["invalid", "invalid.illegal"],
|
409
|
+
"settings": {
|
410
|
+
"foreground": "#ff5370"
|
411
|
+
}
|
412
|
+
}, {
|
413
|
+
"scope": "invalid.deprecated",
|
414
|
+
"settings": {
|
415
|
+
"foreground": "#bb9af7"
|
416
|
+
}
|
417
|
+
}, {
|
418
|
+
"scope": "storage.type",
|
419
|
+
"settings": {
|
420
|
+
"foreground": "#bb9af7"
|
421
|
+
}
|
422
|
+
}, {
|
423
|
+
"scope": ["meta.var.expr storage.type", "storage.modifier"],
|
424
|
+
"settings": {
|
425
|
+
"foreground": "#9d7cd8"
|
426
|
+
}
|
427
|
+
}, {
|
428
|
+
"scope": ["punctuation.definition.template-expression", "punctuation.section.embedded", "meta.embedded.line.tag.smarty", "support.constant.handlebars", "punctuation.section.tag.twig"],
|
429
|
+
"settings": {
|
430
|
+
"foreground": "#7dcfff"
|
431
|
+
}
|
432
|
+
}, {
|
433
|
+
"scope": ["keyword.control.smarty", "keyword.control.twig", "support.constant.handlebars keyword.control", "keyword.operator.comparison.twig", "keyword.blade", "entity.name.function.blade"],
|
434
|
+
"settings": {
|
435
|
+
"foreground": "#0db9d7"
|
436
|
+
}
|
437
|
+
}, {
|
438
|
+
"scope": ["keyword.operator.spread", "keyword.operator.rest"],
|
439
|
+
"settings": {
|
440
|
+
"fontStyle": "bold",
|
441
|
+
"foreground": "#f7768e"
|
442
|
+
}
|
443
|
+
}, {
|
444
|
+
"scope": ["keyword.operator", "keyword.control.as", "keyword.other", "keyword.operator.bitwise.shift", "punctuation", "expression.embbeded.vue punctuation.definition.tag", "text.html.twig meta.tag.inline.any.html", "meta.tag.template.value.twig meta.function.arguments.twig", "meta.directive.vue punctuation.separator.key-value.html", "punctuation.definition.constant.markdown", "punctuation.definition.string", "punctuation.support.type.property-name", "text.html.vue-html meta.tag", "meta.attribute.directive", "punctuation.definition.keyword", "punctuation.terminator.rule", "punctuation.definition.entity", "punctuation.separator.inheritance.php", "keyword.other.template", "keyword.other.substitution", "entity.name.operator", "meta.property-list punctuation.separator.key-value", "meta.at-rule.mixin punctuation.separator.key-value", "meta.at-rule.function variable.parameter.url"],
|
445
|
+
"settings": {
|
446
|
+
"foreground": "#89ddff"
|
447
|
+
}
|
448
|
+
}, {
|
449
|
+
"scope": ["keyword.control.module.js", "keyword.control.import", "keyword.control.export", "keyword.control.from", "keyword.control.default", "meta.import keyword.other"],
|
450
|
+
"settings": {
|
451
|
+
"foreground": "#7dcfff"
|
452
|
+
}
|
453
|
+
}, {
|
454
|
+
"scope": ["keyword", "keyword.control", "keyword.other.important"],
|
455
|
+
"settings": {
|
456
|
+
"foreground": "#bb9af7"
|
457
|
+
}
|
458
|
+
}, {
|
459
|
+
"scope": "keyword.other.DML",
|
460
|
+
"settings": {
|
461
|
+
"foreground": "#7dcfff"
|
462
|
+
}
|
463
|
+
}, {
|
464
|
+
"scope": ["keyword.operator.logical", "storage.type.function", "keyword.operator.bitwise", "keyword.operator.ternary", "keyword.operator.comparison", "keyword.operator.relational", "keyword.operator.or.regexp"],
|
465
|
+
"settings": {
|
466
|
+
"foreground": "#bb9af7"
|
467
|
+
}
|
468
|
+
}, {
|
469
|
+
"scope": "entity.name.tag",
|
470
|
+
"settings": {
|
471
|
+
"foreground": "#f7768e"
|
472
|
+
}
|
473
|
+
}, {
|
474
|
+
"scope": ["entity.name.tag support.class.component", "meta.tag.custom entity.name.tag", "meta.tag.other.unrecognized.html.derivative entity.name.tag", "meta.tag"],
|
475
|
+
"settings": {
|
476
|
+
"foreground": "#de5971"
|
477
|
+
}
|
478
|
+
}, {
|
479
|
+
"scope": "punctuation.definition.tag",
|
480
|
+
"settings": {
|
481
|
+
"foreground": "#ba3c97"
|
482
|
+
}
|
483
|
+
}, {
|
484
|
+
"scope": ["constant.other.php", "variable.other.global.safer", "variable.other.global.safer punctuation.definition.variable", "variable.other.global", "variable.other.global punctuation.definition.variable", "constant.other"],
|
485
|
+
"settings": {
|
486
|
+
"foreground": "#e0af68"
|
487
|
+
}
|
488
|
+
}, {
|
489
|
+
"scope": ["variable", "support.variable", "string constant.other.placeholder", "variable.parameter.handlebars", "variable.other.object", "meta.fstring", "meta.function-call meta.function-call.arguments"],
|
490
|
+
"settings": {
|
491
|
+
"foreground": "#c0caf5"
|
492
|
+
}
|
493
|
+
}, {
|
494
|
+
"scope": "meta.array.literal variable",
|
495
|
+
"settings": {
|
496
|
+
"foreground": "#7dcfff"
|
497
|
+
}
|
498
|
+
}, {
|
499
|
+
"scope": ["meta.object-literal.key", "entity.name.type.hcl", "string.alias.graphql", "string.unquoted.graphql", "string.unquoted.alias.graphql", "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js", "meta.field.declaration.ts variable.object.property", "meta.block entity.name.label"],
|
500
|
+
"settings": {
|
501
|
+
"foreground": "#73daca"
|
502
|
+
}
|
503
|
+
}, {
|
504
|
+
"scope": ["variable.other.property", "support.variable.property", "support.variable.property.dom", "meta.function-call variable.other.object.property"],
|
505
|
+
"settings": {
|
506
|
+
"foreground": "#7dcfff"
|
507
|
+
}
|
508
|
+
}, {
|
509
|
+
"scope": "variable.other.object.property",
|
510
|
+
"settings": {
|
511
|
+
"foreground": "#c0caf5"
|
512
|
+
}
|
513
|
+
}, {
|
514
|
+
"scope": "meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key",
|
515
|
+
"settings": {
|
516
|
+
"foreground": "#41a6b5"
|
517
|
+
}
|
518
|
+
}, {
|
519
|
+
"scope": "source.cpp meta.block variable.other",
|
520
|
+
"settings": {
|
521
|
+
"foreground": "#f7768e"
|
522
|
+
}
|
523
|
+
}, {
|
524
|
+
"scope": "support.other.variable",
|
525
|
+
"settings": {
|
526
|
+
"foreground": "#f7768e"
|
527
|
+
}
|
528
|
+
}, {
|
529
|
+
"scope": ["meta.class-method.js entity.name.function.js", "entity.name.method.js", "variable.function.constructor", "keyword.other.special-method", "storage.type.cs"],
|
530
|
+
"settings": {
|
531
|
+
"foreground": "#7aa2f7"
|
532
|
+
}
|
533
|
+
}, {
|
534
|
+
"scope": ["entity.name.function", "variable.other.enummember", "meta.function-call", "meta.function-call entity.name.function", "variable.function", "meta.definition.method entity.name.function", "meta.object-literal entity.name.function"],
|
535
|
+
"settings": {
|
536
|
+
"foreground": "#7aa2f7"
|
537
|
+
}
|
538
|
+
}, {
|
539
|
+
"scope": ["variable.parameter.function.language.special", "variable.parameter", "meta.function.parameters punctuation.definition.variable", "meta.function.parameter variable"],
|
540
|
+
"settings": {
|
541
|
+
"foreground": "#e0af68"
|
542
|
+
}
|
543
|
+
}, {
|
544
|
+
"scope": ["keyword.other.type.php", "storage.type.php", "constant.character", "constant.escape", "keyword.other.unit"],
|
545
|
+
"settings": {
|
546
|
+
"foreground": "#bb9af7"
|
547
|
+
}
|
548
|
+
}, {
|
549
|
+
"scope": ["meta.definition.variable variable.other.constant", "meta.definition.variable variable.other.readwrite", "variable.declaration.hcl variable.other.readwrite.hcl", "meta.mapping.key.hcl variable.other.readwrite.hcl", "variable.other.declaration"],
|
550
|
+
"settings": {
|
551
|
+
"foreground": "#bb9af7"
|
552
|
+
}
|
553
|
+
}, {
|
554
|
+
"scope": "entity.other.inherited-class",
|
555
|
+
"settings": {
|
556
|
+
"fontStyle": "",
|
557
|
+
"foreground": "#bb9af7"
|
558
|
+
}
|
559
|
+
}, {
|
560
|
+
"scope": ["support.class", "support.type", "variable.other.readwrite.alias", "support.orther.namespace.use.php", "meta.use.php", "support.other.namespace.php", "support.type.sys-types", "support.variable.dom", "support.constant.math", "support.type.object.module", "support.constant.json", "entity.name.namespace", "meta.import.qualifier", "variable.other.constant.object"],
|
561
|
+
"settings": {
|
562
|
+
"foreground": "#0db9d7"
|
563
|
+
}
|
564
|
+
}, {
|
565
|
+
"scope": "entity.name",
|
566
|
+
"settings": {
|
567
|
+
"foreground": "#c0caf5"
|
568
|
+
}
|
569
|
+
}, {
|
570
|
+
"scope": "support.function",
|
571
|
+
"settings": {
|
572
|
+
"foreground": "#0db9d7"
|
573
|
+
}
|
574
|
+
}, {
|
575
|
+
"scope": ["source.css support.type.property-name", "source.sass support.type.property-name", "source.scss support.type.property-name", "source.less support.type.property-name", "source.stylus support.type.property-name", "source.postcss support.type.property-name", "support.type.property-name.css", "support.type.vendored.property-name", "support.type.map.key"],
|
576
|
+
"settings": {
|
577
|
+
"foreground": "#7aa2f7"
|
578
|
+
}
|
579
|
+
}, {
|
580
|
+
"scope": ["support.constant.font-name", "meta.definition.variable"],
|
581
|
+
"settings": {
|
582
|
+
"foreground": "#9ece6a"
|
583
|
+
}
|
584
|
+
}, {
|
585
|
+
"scope": ["entity.other.attribute-name.class", "meta.at-rule.mixin.scss entity.name.function.scss"],
|
586
|
+
"settings": {
|
587
|
+
"foreground": "#9ece6a"
|
588
|
+
}
|
589
|
+
}, {
|
590
|
+
"scope": "entity.other.attribute-name.id",
|
591
|
+
"settings": {
|
592
|
+
"foreground": "#fc7b7b"
|
593
|
+
}
|
594
|
+
}, {
|
595
|
+
"scope": "entity.name.tag.css",
|
596
|
+
"settings": {
|
597
|
+
"foreground": "#0db9d7"
|
598
|
+
}
|
599
|
+
}, {
|
600
|
+
"scope": ["entity.other.attribute-name.pseudo-class punctuation.definition.entity", "entity.other.attribute-name.pseudo-element punctuation.definition.entity", "entity.other.attribute-name.class punctuation.definition.entity", "entity.name.tag.reference"],
|
601
|
+
"settings": {
|
602
|
+
"foreground": "#e0af68"
|
603
|
+
}
|
604
|
+
}, {
|
605
|
+
"scope": "meta.property-list",
|
606
|
+
"settings": {
|
607
|
+
"foreground": "#9abdf5"
|
608
|
+
}
|
609
|
+
}, {
|
610
|
+
"scope": ["meta.property-list meta.at-rule.if", "meta.at-rule.return variable.parameter.url", "meta.property-list meta.at-rule.else"],
|
611
|
+
"settings": {
|
612
|
+
"foreground": "#ff9e64"
|
613
|
+
}
|
614
|
+
}, {
|
615
|
+
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity.css"],
|
616
|
+
"settings": {
|
617
|
+
"foreground": "#73daca"
|
618
|
+
}
|
619
|
+
}, {
|
620
|
+
"scope": "meta.property-list meta.property-list",
|
621
|
+
"settings": {
|
622
|
+
"foreground": "#9abdf5"
|
623
|
+
}
|
624
|
+
}, {
|
625
|
+
"scope": ["meta.at-rule.mixin keyword.control.at-rule.mixin", "meta.at-rule.include entity.name.function.scss", "meta.at-rule.include keyword.control.at-rule.include"],
|
626
|
+
"settings": {
|
627
|
+
"foreground": "#bb9af7"
|
628
|
+
}
|
629
|
+
}, {
|
630
|
+
"scope": ["keyword.control.at-rule.include punctuation.definition.keyword", "keyword.control.at-rule.mixin punctuation.definition.keyword", "meta.at-rule.include keyword.control.at-rule.include", "keyword.control.at-rule.extend punctuation.definition.keyword", "meta.at-rule.extend keyword.control.at-rule.extend", "entity.other.attribute-name.placeholder.css punctuation.definition.entity.css", "meta.at-rule.media keyword.control.at-rule.media", "meta.at-rule.mixin keyword.control.at-rule.mixin", "meta.at-rule.function keyword.control.at-rule.function", "keyword.control punctuation.definition.keyword"],
|
631
|
+
"settings": {
|
632
|
+
"foreground": "#9d7cd8"
|
633
|
+
}
|
634
|
+
}, {
|
635
|
+
"scope": "meta.property-list meta.at-rule.include",
|
636
|
+
"settings": {
|
637
|
+
"foreground": "#c0caf5"
|
638
|
+
}
|
639
|
+
}, {
|
640
|
+
"scope": "support.constant.property-value",
|
641
|
+
"settings": {
|
642
|
+
"foreground": "#ff9e64"
|
643
|
+
}
|
644
|
+
}, {
|
645
|
+
"scope": ["entity.name.module.js", "variable.import.parameter.js", "variable.other.class.js"],
|
646
|
+
"settings": {
|
647
|
+
"foreground": "#c0caf5"
|
648
|
+
}
|
649
|
+
}, {
|
650
|
+
"scope": "variable.language",
|
651
|
+
"settings": {
|
652
|
+
"foreground": "#f7768e"
|
653
|
+
}
|
654
|
+
}, {
|
655
|
+
"scope": "variable.other punctuation.definition.variable",
|
656
|
+
"settings": {
|
657
|
+
"foreground": "#c0caf5"
|
658
|
+
}
|
659
|
+
}, {
|
660
|
+
"scope": ["source.js constant.other.object.key.js string.unquoted.label.js", "variable.language.this punctuation.definition.variable", "keyword.other.this"],
|
661
|
+
"settings": {
|
662
|
+
"foreground": "#f7768e"
|
663
|
+
}
|
664
|
+
}, {
|
665
|
+
"scope": ["entity.other.attribute-name", "text.html.basic entity.other.attribute-name.html", "text.html.basic entity.other.attribute-name"],
|
666
|
+
"settings": {
|
667
|
+
"foreground": "#bb9af7"
|
668
|
+
}
|
669
|
+
}, {
|
670
|
+
"scope": "text.html constant.character.entity",
|
671
|
+
"settings": {
|
672
|
+
"foreground": "#0DB9D7"
|
673
|
+
}
|
674
|
+
}, {
|
675
|
+
"scope": ["entity.other.attribute-name.id.html", "meta.directive.vue entity.other.attribute-name.html"],
|
676
|
+
"settings": {
|
677
|
+
"foreground": "#bb9af7"
|
678
|
+
}
|
679
|
+
}, {
|
680
|
+
"scope": "source.sass keyword.control",
|
681
|
+
"settings": {
|
682
|
+
"foreground": "#7aa2f7"
|
683
|
+
}
|
684
|
+
}, {
|
685
|
+
"scope": ["entity.other.attribute-name.pseudo-class", "entity.other.attribute-name.pseudo-element", "entity.other.attribute-name.placeholder", "meta.property-list meta.property-value"],
|
686
|
+
"settings": {
|
687
|
+
"foreground": "#bb9af7"
|
688
|
+
}
|
689
|
+
}, {
|
690
|
+
"scope": "markup.inserted",
|
691
|
+
"settings": {
|
692
|
+
"foreground": "#449dab"
|
693
|
+
}
|
694
|
+
}, {
|
695
|
+
"scope": "markup.deleted",
|
696
|
+
"settings": {
|
697
|
+
"foreground": "#914c54"
|
698
|
+
}
|
699
|
+
}, {
|
700
|
+
"scope": "markup.changed",
|
701
|
+
"settings": {
|
702
|
+
"foreground": "#6183bb"
|
703
|
+
}
|
704
|
+
}, {
|
705
|
+
"scope": "string.regexp",
|
706
|
+
"settings": {
|
707
|
+
"foreground": "#b4f9f8"
|
708
|
+
}
|
709
|
+
}, {
|
710
|
+
"scope": "punctuation.definition.group",
|
711
|
+
"settings": {
|
712
|
+
"foreground": "#f7768e"
|
713
|
+
}
|
714
|
+
}, {
|
715
|
+
"scope": ["constant.other.character-class.regexp"],
|
716
|
+
"settings": {
|
717
|
+
"foreground": "#bb9af7"
|
718
|
+
}
|
719
|
+
}, {
|
720
|
+
"scope": ["constant.other.character-class.set.regexp", "punctuation.definition.character-class.regexp"],
|
721
|
+
"settings": {
|
722
|
+
"foreground": "#e0af68"
|
723
|
+
}
|
724
|
+
}, {
|
725
|
+
"scope": "keyword.operator.quantifier.regexp",
|
726
|
+
"settings": {
|
727
|
+
"foreground": "#89ddff"
|
728
|
+
}
|
729
|
+
}, {
|
730
|
+
"scope": "constant.character.escape.backslash",
|
731
|
+
"settings": {
|
732
|
+
"foreground": "#c0caf5"
|
733
|
+
}
|
734
|
+
}, {
|
735
|
+
"scope": "constant.character.escape",
|
736
|
+
"settings": {
|
737
|
+
"foreground": "#89ddff"
|
738
|
+
}
|
739
|
+
}, {
|
740
|
+
"scope": ["tag.decorator.js entity.name.tag.js", "tag.decorator.js punctuation.definition.tag.js"],
|
741
|
+
"settings": {
|
742
|
+
"foreground": "#7aa2f7"
|
743
|
+
}
|
744
|
+
}, {
|
745
|
+
"scope": "keyword.other.unit",
|
746
|
+
"settings": {
|
747
|
+
"foreground": "#f7768e"
|
748
|
+
}
|
749
|
+
}, {
|
750
|
+
"scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"],
|
751
|
+
"settings": {
|
752
|
+
"foreground": "#7aa2f7"
|
753
|
+
}
|
754
|
+
}, {
|
755
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
756
|
+
"settings": {
|
757
|
+
"foreground": "#0db9d7"
|
758
|
+
}
|
759
|
+
}, {
|
760
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
761
|
+
"settings": {
|
762
|
+
"foreground": "#7dcfff"
|
763
|
+
}
|
764
|
+
}, {
|
765
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
766
|
+
"settings": {
|
767
|
+
"foreground": "#bb9af7"
|
768
|
+
}
|
769
|
+
}, {
|
770
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
771
|
+
"settings": {
|
772
|
+
"foreground": "#e0af68"
|
773
|
+
}
|
774
|
+
}, {
|
775
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
776
|
+
"settings": {
|
777
|
+
"foreground": "#0db9d7"
|
778
|
+
}
|
779
|
+
}, {
|
780
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
781
|
+
"settings": {
|
782
|
+
"foreground": "#73daca"
|
783
|
+
}
|
784
|
+
}, {
|
785
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
786
|
+
"settings": {
|
787
|
+
"foreground": "#f7768e"
|
788
|
+
}
|
789
|
+
}, {
|
790
|
+
"scope": ["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],
|
791
|
+
"settings": {
|
792
|
+
"foreground": "#9ece6a"
|
793
|
+
}
|
794
|
+
}, {
|
795
|
+
"scope": "punctuation.definition.list_item.markdown",
|
796
|
+
"settings": {
|
797
|
+
"foreground": "#9abdf5"
|
798
|
+
}
|
799
|
+
}, {
|
800
|
+
"scope": ["meta.block", "meta.brace", "punctuation.definition.block", "punctuation.definition.use", "punctuation.definition.class", "punctuation.definition.begin.bracket", "punctuation.definition.end.bracket", "punctuation.definition.switch-expression.begin.bracket", "punctuation.definition.switch-expression.end.bracket", "punctuation.definition.section.switch-block.begin.bracket", "punctuation.definition.section.switch-block.end.bracket", "punctuation.definition.group.shell", "punctuation.definition.parameters", "punctuation.definition.arguments", "punctuation.definition.dictionary", "punctuation.definition.array", "punctuation.section"],
|
801
|
+
"settings": {
|
802
|
+
"foreground": "#9abdf5"
|
803
|
+
}
|
804
|
+
}, {
|
805
|
+
"scope": ["meta.embedded.block"],
|
806
|
+
"settings": {
|
807
|
+
"foreground": "#c0caf5"
|
808
|
+
}
|
809
|
+
}, {
|
810
|
+
"scope": ["meta.tag JSXNested", "meta.jsx.children", "text.html", "text.log"],
|
811
|
+
"settings": {
|
812
|
+
"foreground": "#9aa5ce"
|
813
|
+
}
|
814
|
+
}, {
|
815
|
+
"scope": "text.html.markdown markup.inline.raw.markdown",
|
816
|
+
"settings": {
|
817
|
+
"foreground": "#bb9af7"
|
818
|
+
}
|
819
|
+
}, {
|
820
|
+
"scope": "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown",
|
821
|
+
"settings": {
|
822
|
+
"foreground": "#4E5579"
|
823
|
+
}
|
824
|
+
}, {
|
825
|
+
"scope": ["heading.1.markdown entity.name", "heading.1.markdown punctuation.definition.heading.markdown"],
|
826
|
+
"settings": {
|
827
|
+
"fontStyle": "bold",
|
828
|
+
"foreground": "#89ddff"
|
829
|
+
}
|
830
|
+
}, {
|
831
|
+
"scope": ["heading.2.markdown entity.name", "heading.2.markdown punctuation.definition.heading.markdown"],
|
832
|
+
"settings": {
|
833
|
+
"fontStyle": "bold",
|
834
|
+
"foreground": "#61bdf2"
|
835
|
+
}
|
836
|
+
}, {
|
837
|
+
"scope": ["heading.3.markdown entity.name", "heading.3.markdown punctuation.definition.heading.markdown"],
|
838
|
+
"settings": {
|
839
|
+
"fontStyle": "bold",
|
840
|
+
"foreground": "#7aa2f7"
|
841
|
+
}
|
842
|
+
}, {
|
843
|
+
"scope": ["heading.4.markdown entity.name", "heading.4.markdown punctuation.definition.heading.markdown"],
|
844
|
+
"settings": {
|
845
|
+
"fontStyle": "bold",
|
846
|
+
"foreground": "#6d91de"
|
847
|
+
}
|
848
|
+
}, {
|
849
|
+
"scope": ["heading.5.markdown entity.name", "heading.5.markdown punctuation.definition.heading.markdown"],
|
850
|
+
"settings": {
|
851
|
+
"fontStyle": "bold",
|
852
|
+
"foreground": "#9aa5ce"
|
853
|
+
}
|
854
|
+
}, {
|
855
|
+
"scope": ["heading.6.markdown entity.name", "heading.6.markdown punctuation.definition.heading.markdown"],
|
856
|
+
"settings": {
|
857
|
+
"fontStyle": "bold",
|
858
|
+
"foreground": "#747ca1"
|
859
|
+
}
|
860
|
+
}, {
|
861
|
+
"scope": ["markup.italic", "markup.italic punctuation"],
|
862
|
+
"settings": {
|
863
|
+
"fontStyle": "italic",
|
864
|
+
"foreground": "#c0caf5"
|
865
|
+
}
|
866
|
+
}, {
|
867
|
+
"scope": ["markup.bold", "markup.bold punctuation"],
|
868
|
+
"settings": {
|
869
|
+
"fontStyle": "bold",
|
870
|
+
"foreground": "#c0caf5"
|
871
|
+
}
|
872
|
+
}, {
|
873
|
+
"scope": ["markup.bold markup.italic", "markup.bold markup.italic punctuation"],
|
874
|
+
"settings": {
|
875
|
+
"fontStyle": "bold italic",
|
876
|
+
"foreground": "#c0caf5"
|
877
|
+
}
|
878
|
+
}, {
|
879
|
+
"scope": ["markup.underline", "markup.underline punctuation"],
|
880
|
+
"settings": {
|
881
|
+
"fontStyle": "underline"
|
882
|
+
}
|
883
|
+
}, {
|
884
|
+
"scope": "markup.quote punctuation.definition.blockquote.markdown",
|
885
|
+
"settings": {
|
886
|
+
"foreground": "#4e5579"
|
887
|
+
}
|
888
|
+
}, {
|
889
|
+
"scope": "markup.quote",
|
890
|
+
"settings": {
|
891
|
+
"fontStyle": "italic"
|
892
|
+
}
|
893
|
+
}, {
|
894
|
+
"scope": ["string.other.link", "markup.underline.link", "constant.other.reference.link.markdown", "string.other.link.description.title.markdown"],
|
895
|
+
"settings": {
|
896
|
+
"foreground": "#73daca"
|
897
|
+
}
|
898
|
+
}, {
|
899
|
+
"scope": ["markup.fenced_code.block.markdown", "markup.inline.raw.string.markdown", "variable.language.fenced.markdown"],
|
900
|
+
"settings": {
|
901
|
+
"foreground": "#89ddff"
|
902
|
+
}
|
903
|
+
}, {
|
904
|
+
"scope": "meta.separator",
|
905
|
+
"settings": {
|
906
|
+
"fontStyle": "bold",
|
907
|
+
"foreground": "#51597d"
|
908
|
+
}
|
909
|
+
}, {
|
910
|
+
"scope": "markup.table",
|
911
|
+
"settings": {
|
912
|
+
"foreground": "#c0cefc"
|
913
|
+
}
|
914
|
+
}, {
|
915
|
+
"scope": "token.info-token",
|
916
|
+
"settings": {
|
917
|
+
"foreground": "#0db9d7"
|
918
|
+
}
|
919
|
+
}, {
|
920
|
+
"scope": "token.warn-token",
|
921
|
+
"settings": {
|
922
|
+
"foreground": "#ffdb69"
|
923
|
+
}
|
924
|
+
}, {
|
925
|
+
"scope": "token.error-token",
|
926
|
+
"settings": {
|
927
|
+
"foreground": "#db4b4b"
|
928
|
+
}
|
929
|
+
}, {
|
930
|
+
"scope": "token.debug-token",
|
931
|
+
"settings": {
|
932
|
+
"foreground": "#b267e6"
|
933
|
+
}
|
934
|
+
}, {
|
935
|
+
"scope": "entity.tag.apacheconf",
|
936
|
+
"settings": {
|
937
|
+
"foreground": "#f7768e"
|
938
|
+
}
|
939
|
+
}, {
|
940
|
+
"scope": ["meta.preprocessor"],
|
941
|
+
"settings": {
|
942
|
+
"foreground": "#73daca"
|
943
|
+
}
|
944
|
+
}, {
|
945
|
+
"scope": "source.env",
|
946
|
+
"settings": {
|
947
|
+
"foreground": "#7aa2f7"
|
948
|
+
}
|
949
|
+
}],
|
950
|
+
"type": "dark"
|
951
|
+
};
|
4
952
|
//# sourceMappingURL=tokyo-night.js.map
|