@ank1015/llm 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vendor/web/manifest.json +1 -1
- package/vendor/web/standalone/node_modules/@img/colour/color.cjs +1596 -0
- package/vendor/web/standalone/node_modules/@img/colour/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/@img/colour/package.json +21 -8
- package/vendor/web/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/README.md +46 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/glib-2.0/include/glibconfig.h +220 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/index.js +1 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib +0 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/versions.json +30 -0
- package/vendor/web/standalone/node_modules/@next/env/dist/index.js +1 -0
- package/vendor/web/standalone/node_modules/@next/env/package.json +1 -1
- package/vendor/web/standalone/node_modules/@shikijs/core/dist/index.mjs +2446 -0
- package/vendor/web/standalone/node_modules/@shikijs/core/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs +52 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs +22 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/index.mjs +4 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs +93 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/dist/index.mjs +448 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/abap.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/actionscript-3.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ada.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-expression.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-html.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-inline-style.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-inline-template.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-let-declaration.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-template-blocks.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-template.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-ts.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apache.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apex.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apl.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/applescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ara.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/asciidoc.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/asm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/astro.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/awk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ballerina.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bat.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/beancount.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/berry.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bibtex.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bicep.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bird2.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/blade.mjs +20 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/c.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/c3.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cadence.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cairo.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/clarity.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/clojure.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cmake.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cobol.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/codeowners.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/codeql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/coffee.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/common-lisp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/coq.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cpp-macro.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cpp.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/crystal.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/csharp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/css.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/csv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cue.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cypher.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/d.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dart.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dax.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/desktop.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/diff.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/docker.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dotenv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dream-maker.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/edge.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/elixir.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/elm.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/emacs-lisp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/erb.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/erlang.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-css.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-glsl.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-html.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-sql.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-xml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fennel.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fish.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fluent.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fortran-free-form.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fsharp.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdresource.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdshader.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/genie.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gherkin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/git-commit.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/git-rebase.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gleam.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glimmer-js.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glimmer-ts.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gn.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gnuplot.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/go.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/graphql.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/groovy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hack.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haml.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/handlebars.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haskell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haxe.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hcl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hjson.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hlsl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/html-derivative.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/html.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/http.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hurl.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hxml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/imba.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ini.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/java.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/javascript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jinja-html.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jinja.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jison.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/json.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/json5.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonc.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonnet.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jssm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/julia.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/just.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kdl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kotlin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kusto.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/latex.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/lean.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/less.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/liquid.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/llvm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/log.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/logo.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/lua.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/luau.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/make.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown-nix.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown-vue.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/marko.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/matlab.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mdc.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mdx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mermaid.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mipsasm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mojo.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/moonbit.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/move.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/narrat.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nextflow-groovy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nextflow.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nginx.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nim.mjs +20 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nix.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nushell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/objective-c.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/objective-cpp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ocaml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/odin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/openscad.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pascal.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/perl.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/php.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pkl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/plsql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/po.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/polar.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/postcss.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/powerquery.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/powershell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/prisma.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/prolog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/proto.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pug.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/puppet.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/purescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/python.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qmldir.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qss.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/r.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/racket.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/raku.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/razor.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/reg.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/regexp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rel.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/riscv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ron.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rosmsg.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rst.mjs +22 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ruby.mjs +30 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rust.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sas.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sass.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scala.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scheme.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scss.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sdbl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shaderlab.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shellscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shellsession.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/smalltalk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/solidity.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/soy.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sparql.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/splunk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ssh-config.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/stata.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/stylus.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/surrealql.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/svelte.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/swift.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/system-verilog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/systemd.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/talonscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tasl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tcl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/templ.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/terraform.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tex.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/toml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ts-tags.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tsv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tsx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/turtle.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/twig.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typespec.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typst.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/v.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vala.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vb.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/verilog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vhdl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/viml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-directives.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-html.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-interpolations.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-vine.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue.mjs +26 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vyper.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wasm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wenyan.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wgsl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wikitext.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wit.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wolfram.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/xml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/xsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/yaml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/zenscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/zig.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/package.json +7 -3
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/andromeeda.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/aurora-x.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-mirage.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-latte.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dark-plus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dracula-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dracula.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/everforest-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/everforest-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-default.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light-default.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/horizon-bright.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/horizon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/houston.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-wave.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/laserwave.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/light-plus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-darker.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-lighter.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-ocean.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-palenight.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/min-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/min-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/monokai.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/night-owl-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/night-owl.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/nord.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/one-dark-pro.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/one-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/plastic.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/poimandres.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/red.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine-moon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/slack-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/slack-ochin.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/snazzy-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/solarized-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/solarized-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/synthwave-84.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/tokyo-night.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vesper.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-black.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/package.json +4 -3
- package/vendor/web/standalone/node_modules/@shikijs/types/dist/index.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/types/package.json +1 -1
- package/vendor/web/standalone/node_modules/@shikijs/vscode-textmate/dist/index.js +3216 -0
- package/vendor/web/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/vendor/web/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/vendor/web/standalone/node_modules/ccount/index.js +27 -0
- package/vendor/web/standalone/node_modules/character-entities-html4/index.js +259 -0
- package/vendor/web/standalone/node_modules/character-entities-legacy/index.js +113 -0
- package/vendor/web/standalone/node_modules/client-only/index.js +0 -0
- package/vendor/web/standalone/node_modules/comma-separated-tokens/index.js +74 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/elf.js +39 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/process.js +24 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/index.js +8 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/index.js +257 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
- package/vendor/web/standalone/node_modules/hast-util-whitespace/index.js +1 -0
- package/vendor/web/standalone/node_modules/hast-util-whitespace/lib/index.js +34 -0
- package/vendor/web/standalone/node_modules/html-void-elements/index.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/build/adapter/setup-node-env.external.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/build/define-env.js +255 -0
- package/vendor/web/standalone/node_modules/next/dist/build/duration-to-string.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/build/get-supported-browsers.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/build/next-config-ts/require-hook.js +85 -0
- package/vendor/web/standalone/node_modules/next/dist/build/next-config-ts/transpile-config.js +251 -0
- package/vendor/web/standalone/node_modules/next/dist/build/output/format.js +84 -0
- package/vendor/web/standalone/node_modules/next/dist/build/output/log.js +135 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/app-segment-config.js +162 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/app.js +735 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/pages.js +169 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/utils.js +119 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/helpers.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/index.js +1348 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/install-bindings.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/jest-transformer.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/loaderWorkerPool.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/options.js +403 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/build/utils.js +1215 -0
- package/vendor/web/standalone/node_modules/next/dist/cli/next-test.js +170 -0
- package/vendor/web/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/client/app-call-server.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/client/app-find-source-map-url.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/client/assign-location.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-announcer.js +78 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-headers.js +138 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-instance.js +397 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-utils.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router.js +514 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/default.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/error-styles.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/global-error.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/error-boundary.js +144 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/errors/root-error-boundary.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/forbidden.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/handle-isr-error.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/hooks-server-context.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +125 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/is-next-router-error.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/links.js +299 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/match-segments.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/nav-failure-handler.js +61 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation-devtools.js +126 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation-untracked.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation.js +225 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation.react-server.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/not-found.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/readonly-url-search-params.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-boundary.js +107 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-error.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +201 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +153 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +457 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +1341 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +83 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +320 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +60 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/bfcache.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache-key.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache-map.js +305 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache.js +1933 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/lru.js +152 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js +194 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/navigation.js +597 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js +543 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/prefetch.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/scheduler.js +1249 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/types.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/vary-path.js +278 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unauthorized.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unrecognized-action-error.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unresolved-thenable.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.browser.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.server.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/use-action-queue.js +148 -0
- package/vendor/web/standalone/node_modules/next/dist/client/dev/debug-channel.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/client/flight-data-helpers.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/lib/console.js +177 -0
- package/vendor/web/standalone/node_modules/next/dist/client/lib/javascript-url.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/navigation-build-id.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/route-params.js +230 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +339 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18713 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/busboy/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/compression/index.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/image-detector/detector.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/p-queue/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +133 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +130 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/package.json +1 -1
- package/vendor/web/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/send/index.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/tar/index.min.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/tar/package.json +1 -1
- package/vendor/web/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/zod/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/zod-validation-error/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/fetch.js +142 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/server-edge.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/export/helpers/create-incremental-cache.js +61 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/batcher.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/build-custom-route.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/bundler.js +97 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/client-and-server-references.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/constants.js +420 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/default-transpiled-packages.json +1 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/download-swc.js +183 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/error-telemetry-utils.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fallback.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-config.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-pages-dir.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-root.js +126 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-cli-help-output.js +84 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-server-error.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/framework/boundary-components.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/framework/boundary-constants.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fs/rename.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-files-in-dir.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-network-host.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-package-version.js +118 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-npx-command.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-registry.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-reserved-port.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/install.js +83 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/import-next-warning.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/inline-static-env.js +112 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/interop-default.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-error.js +78 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-interception-route-rewrite.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-serializable-props.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/load-custom-routes.js +594 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/gc-observer.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/shutdown.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/startup.js +47 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/trace.js +109 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/generate/icon-mark.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +123 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +221 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/metadata-context.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/metadata.js +1686 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +884 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +135 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/extra-types.js +9 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/icons.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/manifest-types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/metadata-interface.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/metadata-types.js +10 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/opengraph-types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/resolvers.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/twitter-types.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/mime-type.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/mkcert.js +204 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/multi-file-writer.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/normalize-path.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/page-types.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/pick.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/pretty-bytes.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/realpath.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-copy.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-delete.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/require-instrumentation-client.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/resolve-build-paths.js +154 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/resolve-from.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/route-pattern-normalizer.js +107 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/scheduler.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/server-external-packages.jsonc +103 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/setup-exception-listeners.js +11 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/static-env.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/try-to-parse-path.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/turbopack-warning.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +243 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/type-paths.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +391 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/url.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +115 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-root-layout.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +228 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/wait.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/worker.js +234 -0
- package/vendor/web/standalone/node_modules/next/dist/server/ReactDOMServerPages.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/accept-header.js +132 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/after-context.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/after.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/awaiter.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/builtin-request-context.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/index.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/run-with-after.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/index.js +201 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/api-resolver.js +395 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/parse-body.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/web.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-handler.js +1020 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +167 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-scheduling.js +188 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render.js +4469 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/async-local-storage.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/cache-signal.js +181 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +600 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/console-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/console-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +840 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +189 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/debug-channel-server.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/debug-channel-server.web.js +71 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +1144 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption-utils-server.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +93 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption.js +259 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/entry-base.js +256 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-impl.js +103 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-config.js +181 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples-client.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js +432 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation.js +713 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/stream-utils.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +264 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/postponed-state.js +157 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/react-large-shell-error.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/react-server.node.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/render-css-resource.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/required-scripts.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/postpone.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/preloads.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/taint.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/segment-explorer-path.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/staged-rendering.js +343 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stale-time.js +111 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stream-ops.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stream-ops.web.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/types.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +214 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/vary-params.js +336 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +280 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/request-store.js +144 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/with-store.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/work-store.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/helpers.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/node.js +147 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/web.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-server.js +1874 -0
- package/vendor/web/standalone/node_modules/next/dist/server/body-streams.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/cache-dir.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/capsize-font-metrics.json +181516 -0
- package/vendor/web/standalone/node_modules/next/dist/server/ci-info.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-schema.js +717 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-shared.js +369 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-utils.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config.js +1545 -0
- package/vendor/web/standalone/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/file-logger.js +186 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +558 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/source-map.js +222 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/debug-channel.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/dev-indicator-server-state.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/get-source-map-from-file.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-middleware.js +274 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-rspack.js +171 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1478 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1386 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/log-requests.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/messages.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/middleware-turbopack.js +403 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/middleware-webpack.js +483 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/node-stack-frames.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +773 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/require-cache.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/serialized-errors.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/server-action-logger.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +104 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +687 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dynamic-rendering-utils.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/server/font-utils.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-page-files.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/image-optimizer.js +1220 -0
- package/vendor/web/standalone/node_modules/next/dist/server/instrumentation/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/instrumentation/utils.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/internal-utils.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/is-private-ip.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/app-dir-module.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/app-info-log.js +132 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/async-callback-set.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-control.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/default.external.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/default.js +160 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/types.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/clone-response.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cpu-profile.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/decode-query-path-parameter.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +95 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/disk-lru-cache.external.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/experimental/ppr.js +47 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/find-page-file.js +147 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/fix-mojibake.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/i18n-provider.js +129 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/implicit-tags.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +335 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +501 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/install-code-frame.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/lazy-result.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/lru-cache.js +191 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/mock-request.js +416 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/module-loader.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/parse-stack.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/patch-fetch.js +978 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/patch-set-header.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/postponed-request-body.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/render-server.js +155 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-server.js +683 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.js +110 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +211 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +591 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +89 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +118 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +629 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +286 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/router-server-context.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/typegen.js +858 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +81 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/source-maps.js +196 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/start-server.js +494 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/streaming-metadata.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/constants.js +203 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/tracer.js +280 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/utils.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/utils.js +278 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/worker-utils.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-components.js +179 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-default-error-components.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-manifest.external.js +117 -0
- package/vendor/web/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/get-mcp-middleware.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-errors.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-logs.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +188 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-routes.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +121 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +90 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next-server.js +1429 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next.js +455 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-baseline.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +301 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-exit.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-file.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/date.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +577 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/io-utils.js +195 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +103 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/process-error-handlers.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/random.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js +508 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/index.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/index.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/normalizer.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/normalizers.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/base-path.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/next-data.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/prefix.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/rsc.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/suffix.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/underscore-normalizer.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/og/image-response.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/server/patch-error-inspect.js +453 -0
- package/vendor/web/standalone/node_modules/next/dist/server/pipe-readable.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/post-process.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/render-result.js +204 -0
- package/vendor/web/standalone/node_modules/next/dist/server/render.js +1140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/connection.js +133 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/cookies.js +235 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/draft-mode.js +230 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/fallback-params.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/headers.js +229 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/params.js +527 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/pathname.js +119 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/root-params.js +194 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/search-params.js +526 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/utils.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request-meta.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/require-hook.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/server/require.js +109 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/index.js +311 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/types.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/utils.js +104 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/web.js +101 -0
- package/vendor/web/standalone/node_modules/next/dist/server/resume-data-cache/cache-store.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/server/revalidation-utils.js +157 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/locale-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/pages-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-kind.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +239 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +120 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +112 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +68 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/route-matcher.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/app-page-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/app-route-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/locale-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/pages-api-route-match.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/pages-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.js +162 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.render.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +125 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +85 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +899 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/checks.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.compiled.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.render.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/pages-handler.js +545 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages-api/module.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/route-module.js +650 -0
- package/vendor/web/standalone/node_modules/next/dist/server/runtime-reacts.external.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/send-payload.js +88 -0
- package/vendor/web/standalone/node_modules/next/dist/server/send-response.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/serve-static.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/server-utils.js +323 -0
- package/vendor/web/standalone/node_modules/next/dist/server/setup-http-agent-env.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/encoded-tags.js +122 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +918 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/constant.js +98 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/index.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +97 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/config.js +512 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +234 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +115 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/utils.js +212 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/cache-life.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/cache-tag.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/constants.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/handlers.js +121 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/use-cache-errors.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1588 -0
- package/vendor/web/standalone/node_modules/next/dist/server/utils.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/adapter.js +392 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +123 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/error.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/exports/index.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/get-edge-preview-props.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/globals.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/http.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/internal-edge-wait-until.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/next-url.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/context.js +462 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +88 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +142 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +211 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/fetch-event.js +98 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/image-response.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/request.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/response.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +214 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +289 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/url-pattern.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/user-agent.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/utils.js +151 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/web-on-close.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/action-revalidation-kind.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/app-router-types.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/constants.js +448 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/deployment-id.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/dset.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/entry-constants.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/code-frame.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/constants.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/head.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +60 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-config.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/invariant-error.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/is-thenable.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +246 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/no-fallback-error.external.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/promise-with-resolvers.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/adapters.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +122 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +174 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +90 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/html-bots.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +292 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +113 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +256 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +244 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/side-effect.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/size-limit.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/turbopack/internal-error.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils/reflect-utils.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils.js +207 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/zod.js +101 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/detached-flush.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/build.js +174 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/index.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/version.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/flush-telemetry.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/post-telemetry-payload.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/storage.js +301 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/index.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/index.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-json-build.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-json.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/shared.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/trace.js +211 -0
- package/vendor/web/standalone/node_modules/next/package.json +378 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/parser/node-utils.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/parser/parse.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/tokenizer/tokenize.js +34 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/traverser/traverse.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/utils.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/dist/esm/index.js +1876 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/dist/esm/package.json +1 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/package.json +4 -4
- package/vendor/web/standalone/node_modules/property-information/index.js +17 -0
- package/vendor/web/standalone/node_modules/property-information/lib/aria.js +61 -0
- package/vendor/web/standalone/node_modules/property-information/lib/find.js +97 -0
- package/vendor/web/standalone/node_modules/property-information/lib/hast-to-react.js +30 -0
- package/vendor/web/standalone/node_modules/property-information/lib/html.js +322 -0
- package/vendor/web/standalone/node_modules/property-information/lib/normalize.js +12 -0
- package/vendor/web/standalone/node_modules/property-information/lib/svg.js +567 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/create.js +69 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/defined-info.js +60 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/info.js +32 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/merge.js +27 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/schema.js +29 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/types.js +13 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xlink.js +17 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xml.js +9 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xmlns.js +9 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
- package/vendor/web/standalone/node_modules/react/cjs/react.development.js +1284 -0
- package/vendor/web/standalone/node_modules/react/cjs/react.production.js +542 -0
- package/vendor/web/standalone/node_modules/react/compiler-runtime.js +14 -0
- package/vendor/web/standalone/node_modules/react/index.js +7 -0
- package/vendor/web/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
- package/vendor/web/standalone/node_modules/react/jsx-runtime.js +7 -0
- package/vendor/web/standalone/node_modules/react/package.json +1 -1
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom.production.js +210 -0
- package/vendor/web/standalone/node_modules/react-dom/index.js +38 -0
- package/vendor/web/standalone/node_modules/react-dom/package.json +2 -2
- package/vendor/web/standalone/node_modules/react-dom/server.browser.js +16 -0
- package/vendor/web/standalone/node_modules/react-dom/server.edge.js +17 -0
- package/vendor/web/standalone/node_modules/react-dom/server.node.js +18 -0
- package/vendor/web/standalone/node_modules/react-dom/static.node.js +14 -0
- package/vendor/web/standalone/node_modules/regex/src/atomic.js +224 -0
- package/vendor/web/standalone/node_modules/regex/src/internals.js +2 -0
- package/vendor/web/standalone/node_modules/regex/src/subclass.js +98 -0
- package/vendor/web/standalone/node_modules/regex/src/utils-internals.js +33 -0
- package/vendor/web/standalone/node_modules/regex-recursion/src/index.js +365 -0
- package/vendor/web/standalone/node_modules/regex-utilities/src/index.js +170 -0
- package/vendor/web/standalone/node_modules/sharp/lib/channel.js +177 -0
- package/vendor/web/standalone/node_modules/sharp/lib/colour.js +195 -0
- package/vendor/web/standalone/node_modules/sharp/lib/composite.js +212 -0
- package/vendor/web/standalone/node_modules/sharp/lib/constructor.js +499 -0
- package/vendor/web/standalone/node_modules/sharp/lib/index.js +16 -0
- package/vendor/web/standalone/node_modules/sharp/lib/input.js +809 -0
- package/vendor/web/standalone/node_modules/sharp/lib/is.js +143 -0
- package/vendor/web/standalone/node_modules/sharp/lib/libvips.js +207 -0
- package/vendor/web/standalone/node_modules/sharp/lib/operation.js +1016 -0
- package/vendor/web/standalone/node_modules/sharp/lib/output.js +1666 -0
- package/vendor/web/standalone/node_modules/sharp/lib/resize.js +595 -0
- package/vendor/web/standalone/node_modules/sharp/lib/sharp.js +121 -0
- package/vendor/web/standalone/node_modules/sharp/lib/utility.js +291 -0
- package/vendor/web/standalone/node_modules/space-separated-tokens/index.js +24 -0
- package/vendor/web/standalone/node_modules/stringify-entities/index.js +6 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/core.js +117 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/index.js +36 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-named.js +57 -0
- package/vendor/web/standalone/node_modules/zwitch/index.js +118 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Assembly\",\"fileTypes\":[\"asm\",\"nasm\",\"yasm\",\"inc\",\"s\"],\"name\":\"asm\",\"patterns\":[{\"include\":\"#registers\"},{\"include\":\"#mnemonics\"},{\"include\":\"#constants\"},{\"include\":\"#entities\"},{\"include\":\"#support\"},{\"include\":\"#comments\"},{\"include\":\"#preprocessor\"},{\"include\":\"#strings\"}],\"repository\":{\"comments\":{\"patterns\":[{\"match\":\"(;|(^|\\\\s)#\\\\s).*$\",\"name\":\"comment.line\"},{\"begin\":\"/\\\\*\",\"end\":\"\\\\*/\",\"name\":\"comment.block\"},{\"begin\":\"^\\\\s*[#%]\\\\s*if\\\\s+0\\\\b\",\"end\":\"^\\\\s*[#%]\\\\s*endif\\\\b\",\"name\":\"comment.preprocessor\"}]},\"constants\":{\"patterns\":[{\"match\":\"(?i)\\\\b0[by][01][01_]*\\\\.(?:(?:[01][01_]*)?(?:p[-+]?[0-9][0-9_]*)?\\\\b)?\",\"name\":\"constant.numeric.binary.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b0[by][01][01_]*p[-+]?[0-9][0-9_]*\\\\b\",\"name\":\"constant.numeric.binary.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b0[oq][0-7][0-7_]*\\\\.(?:(?:[0-7][0-7_]*)?(?:p[-+]?[0-9][0-9_]*)?\\\\b)?\",\"name\":\"constant.numeric.octal.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b0[oq][0-7][0-7_]*p[-+]?[0-9][0-9_]*\\\\b\",\"name\":\"constant.numeric.octal.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:0[dt])?[0-9][0-9_]*\\\\.(?:(?:[0-9][0-9_]*)?(?:e[-+]?[0-9][0-9_]*)?\\\\b)?\",\"name\":\"constant.numeric.decimal.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b[0-9][0-9_]*e[-+]?[0-9][0-9_]*\\\\b\",\"name\":\"constant.numeric.decimal.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b[0-9][0-9_]*p(?:[0-9][0-9_]*)?\\\\b\",\"name\":\"constant.numeric.decimal.packed-bcd.asm.x86_64\"},{\"match\":\"(?i)\\\\b0[hx]\\\\h[_\\\\h]*\\\\.(?:(?:\\\\h[_\\\\h]*)?(?:p[-+]?[0-9][0-9_]*)?\\\\b)?\",\"name\":\"constant.numeric.hex.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b0[hx]\\\\h[_\\\\h]*p[-+]?[0-9][0-9_]*\\\\b\",\"name\":\"constant.numeric.hex.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\$[0-9]_?(?:\\\\h[_\\\\h]*)?\\\\.(?:(?:\\\\h[_\\\\h]*)?(?:p[-+]?[0-9][0-9_]*)?\\\\b)?\",\"name\":\"constant.numeric.hex.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\$[0-9]_?\\\\h[_\\\\h]*p[-+]?[0-9][0-9_]*\\\\b\",\"name\":\"constant.numeric.hex.floating-point.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:0[by][01][01_]*|[01][01_]*[by])\\\\b\",\"name\":\"constant.numeric.binary.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:0[oq][0-7][0-7_]*|[0-7][0-7_]*[oq])\\\\b\",\"name\":\"constant.numeric.octal.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:0[dt][0-9][0-9_]*|[0-9][0-9_]*[dt]?)\\\\b\",\"name\":\"constant.numeric.decimal.asm.x86_64\"},{\"match\":\"(?i)\\\\$[0-9]_?(?:\\\\h[_\\\\h]*)?\\\\b\",\"name\":\"constant.numeric.hex.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:0[hx]\\\\h[_\\\\h]*|\\\\h[_\\\\h]*[HXhx])\\\\b\",\"name\":\"constant.numeric.hex.asm.x86_64\"}]},\"entities\":{\"patterns\":[{\"match\":\"((se(?:ction|gment))\\\\s+)?\\\\.((ro)?data|bss|text)\",\"name\":\"entity.name.section\"},{\"match\":\"^\\\\.?(globa?l|extern|required)\\\\b\",\"name\":\"entity.directive\"},{\"match\":\"(\\\\$\\\\w+)\\\\b\",\"name\":\"text.variable\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.asm.x86_64 storage.modifier.asm.x86_64\"},\"2\":{\"name\":\"entity.name.function.special.asm.x86_64\"},\"3\":{\"name\":\"punctuation.separator.asm.x86_64\"}},\"match\":\"(\\\\.\\\\.@)([?_[:alpha:]][#$.?@_~[:alnum:]]*)(?:(:)?|\\\\b)\",\"name\":\"entity.name.function.asm.x86_64\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.asm.x86_64 storage.modifier.asm.x86_64\"},\"2\":{\"name\":\"entity.name.function.asm.x86_64\"},\"3\":{\"name\":\"punctuation.separator.asm.x86_64\"}},\"match\":\"(?:(\\\\.)?|\\\\b)([?_[:alpha:]][#$.?@_~[:alnum:]]*)(:)\",\"name\":\"entity.name.function.asm.x86_64\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.asm.x86_64 storage.modifier.asm.x86_64\"},\"2\":{\"name\":\"entity.name.function.asm.x86_64\"},\"3\":{\"name\":\"punctuation.separator.asm.x86_64\"}},\"match\":\"(\\\\.)([0-9]+[#$.?@_~[:alnum:]]*)(?:(:)?|\\\\b)\",\"name\":\"entity.name.function.asm.x86_64\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.asm.x86_64 storage.modifier.asm.x86_64\"},\"2\":{\"name\":\"invalid.illegal.entity.name.function.asm.x86_64\"},\"3\":{\"name\":\"punctuation.separator.asm.x86_64\"}},\"match\":\"(?:(\\\\.)?|\\\\b)([$0-9@~][#$.?@_~[:alnum:]]*)(:)\",\"name\":\"invalid.illegal.entity.name.function.asm.x86_64\"}]},\"mnemonics\":{\"patterns\":[{\"include\":\"#mnemonics-general-purpose\"},{\"include\":\"#mnemonics-fpu\"},{\"include\":\"#mnemonics-mmx\"},{\"include\":\"#mnemonics-sse\"},{\"include\":\"#mnemonics-sse2\"},{\"include\":\"#mnemonics-sse3\"},{\"include\":\"#mnemonics-sse4\"},{\"include\":\"#mnemonics-aesni\"},{\"include\":\"#mnemonics-avx\"},{\"include\":\"#mnemonics-avx2\"},{\"include\":\"#mnemonics-tsx\"},{\"include\":\"#mnemonics-sha\"},{\"include\":\"#mnemonics-avx512\"},{\"include\":\"#mnemonics-system\"},{\"include\":\"#mnemonics-64bit\"},{\"include\":\"#mnemonics-vmx\"},{\"include\":\"#mnemonics-smx\"},{\"include\":\"#mnemonics-mpx\"},{\"include\":\"#mnemonics-sgx\"},{\"include\":\"#mnemonics-cet\"},{\"include\":\"#mnemonics-amx\"},{\"include\":\"#mnemonics-uirq\"},{\"include\":\"#mnemonics-esi\"},{\"include\":\"#mnemonics-speculation\"},{\"include\":\"#mnemonics-intel-manual-listing\"},{\"include\":\"#mnemonics-intel-isa-xeon-phi\"},{\"include\":\"#mnemonics-intel-isa-keylocker\"},{\"include\":\"#mnemonics-supplemental-amd\"},{\"include\":\"#mnemonics-supplemental-cyrix\"},{\"include\":\"#mnemonics-supplemental-via\"},{\"include\":\"#mnemonics-undocumented\"},{\"include\":\"#mnemonics-future-intel\"},{\"include\":\"#mnemonics-pseudo-ops\"}]},\"mnemonics-64bit\":{\"patterns\":[{\"match\":\"(?i)\\\\b(cdqe|cqo|(cmp|lod|mov|sto)sq|cmpxchg16b|mov(ntq|sxd)|scasq|swapgs|sys(call|ret))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.64-bit-mode\"}]},\"mnemonics-aesni\":{\"patterns\":[{\"match\":\"(?i)\\\\b(aes((dec|enc)(last)?|imc|keygenassist)|pclmulqdq)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.aesni\"}]},\"mnemonics-amx\":{\"patterns\":[{\"match\":\"(?i)\\\\b((ld|st)tilecfg|tdpb(f16ps|[su]{2}d)|tile(loadd(t1)?|release|stored|zero))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.amx\"}]},\"mnemonics-avx\":{\"patterns\":[{\"match\":\"(?i)\\\\b(v((test|permil|maskmov)p[ds]|zero(all|upper)|(perm2|insert|extract|broadcast)f128|broadcasts[ds]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx\"},{\"match\":\"(?i)\\\\b(v(?:aes((dec|enc)(last)?|imc|keygenassist)|pclmulqdq))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.aes\"},{\"match\":\"(?i)\\\\b(v((cmp[ps]|u?comis)[ds]|pcmp([ei]str[im]|(eq|gt)[bdqw])))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.comparison\"},{\"match\":\"(?i)\\\\b(v(cvt(dq2pd|dq2ps|pd2ps|ps2pd|sd2ss|si2sd|si2ss|ss2sd|t?(pd2dq|ps2dq|sd2si|ss2si))))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.conversion\"},{\"match\":\"(?i)\\\\b(v(?:h((add|sub)p[ds])|ph((add|sub)([dw]|sw)|minposuw)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.horizontal-packed-arithmetic\"},{\"match\":\"(?i)\\\\b(v((andn?|x?or)p[ds]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.logical\"},{\"match\":\"(?i)\\\\b(v(mov(([ahl]|msk|nt|u)p[ds]|(hl|lh)ps|s([ds]|[hl]dup)|q)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.mov\"},{\"match\":\"(?i)\\\\b(v((add|div|mul|sub|max|min|round|sqrt)[ps][ds]|(addsub|dp)p[ds]|(r(?:cp|sqrt))[ps]s))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.packed-arithmetic\"},{\"match\":\"(?i)\\\\b(v(pack[su]s(dw|wb)|punpck[hl](bw|dq|wd|qdq)|unpck[hl]p[ds]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.packed-conversion\"},{\"match\":\"(?i)\\\\b(v(?:p(shuf([bd]|[hl]w))|shufp[ds]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.packed-shuffle\"},{\"match\":\"(?i)\\\\b(vp((abs|sign|(m(?:ax|in))[su])[bdw]|(add|sub)([bdqw]|u?s[bw])|avg[bw]|extr[bdqw]|madd(wd|ubsw)|mul(hu?w|hrsw|l[dw]|u?dq)|sadbw))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.supplemental.arithmetic\"},{\"match\":\"(?i)\\\\b(vp(andn?|x?or))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.supplemental.logical\"},{\"match\":\"(?i)\\\\b(vpblend(vb|w))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.supplemental.blending\"},{\"match\":\"(?i)\\\\b(vpmov(mskb|[sz]x(b[dqw]|w[dq]|dq)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.supplemental.mov\"},{\"match\":\"(?i)\\\\b(vp(insr[bdqw]|sll(dq|[dqw])|srl(dq)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.simd-integer\"},{\"match\":\"(?i)\\\\b(vp(sr(?:a[dqw]|l[dqw])))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.shift-and-rotate\"},{\"match\":\"(?i)\\\\b(vblendv?p[ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.packed-blending\"},{\"match\":\"(?i)\\\\b(vp(test|alignr))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.packed-other\"},{\"match\":\"(?i)\\\\b(vmov(d(dup|qa|qu)?))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.simd-integer.mov\"},{\"match\":\"(?i)\\\\b(v((extract|insert)ps|lddqu|(ld|st)mxcsr|mpsadbw))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.other\"},{\"match\":\"(?i)\\\\b(v(m(?:askmovdqu|ovntdqa?)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx.promoted.cacheability-control\"},{\"match\":\"(?i)\\\\b(vcvt(p(?:h2ps|s2ph)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.16-bit-floating-point-conversion\"},{\"match\":\"(?i)\\\\b(vf(?:n?m((add|sub)(132|213|231)[ps][ds])|m((addsub|subadd)(132|213|231)p[ds])))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fma\"}]},\"mnemonics-avx2\":{\"patterns\":[{\"match\":\"(?i)\\\\b(v((broadcast|extract|insert|perm2)i128|pmaskmov[dq]|perm([dqs]|p[ds])))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx2.promoted.simd\"},{\"match\":\"(?i)\\\\b(vpbroadcast[bdqw])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx2.promoted.packed\"},{\"match\":\"(?i)\\\\b(vp(blendd|s[lr]lv[dq]|sravd))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx2.blend\"},{\"match\":\"(?i)\\\\b(v(?:p?gather[dq][dq]|gather([dq]|dq)p[ds]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx2.gather\"}]},\"mnemonics-avx512\":{\"patterns\":[{\"include\":\"#mnemonics-avx512f\"},{\"include\":\"#mnemonics-avx512dq\"},{\"include\":\"#mnemonics-avx512bw\"},{\"include\":\"#mnemonics-avx512-opmask\"},{\"include\":\"#mnemonics-avx512er\"},{\"include\":\"#mnemonics-avx512pf\"},{\"include\":\"#mnemonics-avx512fp16\"}]},\"mnemonics-avx512-opmask\":{\"patterns\":[{\"match\":\"(?i)\\\\bk(add|andn?|mov|not|or(test)?|shift[lr]|test|xn?or)[bdqw]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.opmask\"},{\"match\":\"(?i)\\\\bkunpck(bw|wd|dq)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.opmask.unpack\"}]},\"mnemonics-avx512bw\":{\"patterns\":[{\"match\":\"(?i)\\\\bv(dbpsadbw|movdqu(8|16))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.bw.dbpsad\"},{\"match\":\"(?i)\\\\bvp(blendm|cmpu?|movm2)[bw]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.bw.pblend\"},{\"match\":\"(?i)\\\\bvperm(w|i2[bw])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.bw.perpmi2\"},{\"match\":\"(?i)\\\\bvp(mov([bw]2m|u?swb))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.bw.pmov\"},{\"match\":\"(?i)\\\\bvp(s(ll|ra|rl)vw|testn?m[bw])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.bw.psll\"},{\"match\":\"(?i)\\\\bvp(broadcastm(b2q|w2d)|(conflict|lzcnt)[dq])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.bw.broadcast\"}]},\"mnemonics-avx512dq\":{\"patterns\":[{\"match\":\"(?i)\\\\bvcvt(t?p[ds]2u?qq|uqq2p[ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.dq.cvt\"},{\"match\":\"(?i)\\\\bv((extract|insert)[fi]64x2|(fpclass|range|reduce)[ps][ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.dq.extract\"},{\"match\":\"(?i)\\\\bvp(m(?:ov(m2[dq]|b2d|q2m)|ullq))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.dq.pmov\"}]},\"mnemonics-avx512er\":{\"patterns\":[{\"match\":\"(?i)\\\\bv(exp2|rcp28|rsqrt28)[ps][ds]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.er\"}]},\"mnemonics-avx512f\":{\"patterns\":[{\"match\":\"(?i)\\\\bv(align[dq]|(blendm|compress)p[ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.align\"},{\"match\":\"(?i)\\\\bv(cvtt?[ps][ds]2u(dq|si))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.cvtt\"},{\"match\":\"(?i)\\\\bv(cvt((q|ud)q2p|usi2s)[ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.cvt\"},{\"match\":\"(?i)\\\\bv(expandp[ds]|extract[fi](32|64)x4|fixupimm[ps][ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.expand\"},{\"match\":\"(?i)\\\\bv(get(exp|mant)[ps][ds]|insertf(32|64)x4|movdq[au](32|64))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.getexp\"},{\"match\":\"(?i)\\\\bvp(blendm[dq]|cmpu?[dq]|compress[dq])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.pblend\"},{\"match\":\"(?i)\\\\bvp(erm[it]2([dq]|p[ds])|expand[dq]|(m(?:ax|in))[su]q|movu?s(q[bdw]|d[bw]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.permi\"},{\"match\":\"(?i)\\\\bvp(rolv?|rorr?|scatter[dq]|testn?m|terlog)[dq]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.prol\"},{\"match\":\"(?i)\\\\bvpsravq\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.sravq\"},{\"match\":\"(?i)\\\\bv(rcp14|(rnd)?scale|rsqrt14)[ps][ds]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.rcp\"},{\"match\":\"(?i)\\\\bv(s(?:catter[dq]{2}|huf[fi](32|64)x[24]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.f.scatter\"}]},\"mnemonics-avx512fp16\":{\"patterns\":[{\"match\":\"(?i)\\\\bv((add|cmp|div|fc?(m(?:add|ul))c|fpclass|get(exp|mant)|mul|rcp|reduce|(rnd)?scale|r?sqrt|sub)[ps]h|u?comish)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.add\"},{\"match\":\"(?i)\\\\bvcvt(u?([dq]q|w)|pd)2ph\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.cvtx2ph\"},{\"match\":\"(?i)\\\\bvcvtph2(u?([dq]q|w)|pd)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.cvtph2x\"},{\"match\":\"(?i)\\\\bvcvt(p(?:h2psx|s2phx))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.cvtx\"},{\"match\":\"(?i)\\\\bvcvt(s[dis]|usi)2sh\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.cvtx2sh\"},{\"match\":\"(?i)\\\\bvcvtsh2(s[dis]|usi)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.cvtsh2x\"},{\"match\":\"(?i)\\\\bvcvtt(ph2(u?(dq|qq|w))|sh2u?si)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.cvttph2x\"},{\"match\":\"(?i)\\\\bvfn?m((add|sub)(132|213|231))[ps]h\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.fmadd\"},{\"match\":\"(?i)\\\\bvfm(addsub|subadd)(132|213|231)ph\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.fmaddsub\"},{\"match\":\"(?i)\\\\bv((m(?:in|ax))ph|mov(sh|w))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.fp16.max\"}]},\"mnemonics-avx512pf\":{\"patterns\":[{\"match\":\"(?i)\\\\bv(gather|scatter)pf[01][dq]p[ds]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.avx512.pf\"}]},\"mnemonics-cet\":{\"patterns\":[{\"match\":\"(?i)\\\\b((inc|save(prev)?|rstor|rd)ssp|wru?ss|(set|clr)ssbsy|endbr(32|64))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.cet\"},{\"match\":\"(?i)\\\\bendbranch\\\\b\",\"name\":\"keyword.operator.word.mnemonic.cet.misc\"}]},\"mnemonics-esi\":{\"patterns\":[{\"match\":\"(?i)\\\\benqcmds?\\\\b\",\"name\":\"keyword.operator.word.mnemonic.esi\"}]},\"mnemonics-fpu\":{\"patterns\":[{\"match\":\"(?i)\\\\b(fcmov(n?([beu]|be)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.data-transfer.mov\"},{\"match\":\"(?i)\\\\b(f(i?(ld|stp?)|b(ld|stp)|xch))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.data-transfer.other\"},{\"match\":\"(?i)\\\\b(f((add|div|mul|sub)p?|i(add|div|mul|sub)|(div|sub)rp?|i(div|sub)r))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.basic-arithmetic.basic\"},{\"match\":\"(?i)\\\\b(f(prem1?|abs|chs|rndint|scale|sqrt|xtract))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.basic-arithmetic.other\"},{\"match\":\"(?i)\\\\b(f(u?com[ip]?p?|icomp?|tst|xam))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.comparison\"},{\"match\":\"(?i)\\\\b(f(sin|cos|sincos|pa?tan|2xm1|yl2x(p1)?))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.transcendental\"},{\"match\":\"(?i)\\\\b(fld([1z]|pi|l2[et]|l[gn]2))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.load-constants\"},{\"match\":\"(?i)\\\\b(f((inc|dec)stp|free|n?(init|clex|st[cs]w|stenv|save)|ld(cw|env)|rstor|nop)|f?wait)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.control-management\"},{\"match\":\"(?i)\\\\b(fx(save|rstor)(64)?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.fpu.state-management\"}]},\"mnemonics-future-intel\":{\"patterns\":[{\"include\":\"#mnemonics-future-intel-apx\"}]},\"mnemonics-future-intel-apx\":{\"patterns\":[{\"match\":\"(?i)\\\\b(c(cmp|test)(n?[bl]e?|[ft]|n?[osz]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.apx.ccmp_test\"},{\"match\":\"(?i)\\\\b(cfcmovn?([bl]e?|[opsz]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.apx.cfcmov\"},{\"match\":\"(?i)\\\\b(cmpn?([bl]e?|[opsz])xadd)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.apx.cmpxadd\"},{\"match\":\"(?i)\\\\b(jmpabs|(p(?:ush|op))2p?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.apx.other\"}]},\"mnemonics-general-purpose\":{\"patterns\":[{\"match\":\"(?i)\\\\b(?:mov(?:[sz]x)?|cmov(?:n?[abceglopsz]|n?[abgl]e|p[eo]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.data-transfer.mov\"},{\"match\":\"(?i)\\\\b(xchg|bswap|xadd|cmpxchg(8b)?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.data-transfer.xchg\"},{\"match\":\"(?i)\\\\b((p(?:ush|op))(ad?)?|cwde?|cdq|cbw)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.data-transfer.other\"},{\"match\":\"(?i)\\\\b(adcx?|adox|add|sub|sbb|i?mul|i?div|inc|dec|neg|cmp)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.binary-arithmetic\"},{\"match\":\"(?i)\\\\b(daa|das|aaa|aas|aam|aad)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.decimal-arithmetic\"},{\"match\":\"(?i)\\\\b(and|x?or|not)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.logical\"},{\"match\":\"(?i)\\\\b(s[ah][lr]|sh[lr]d|r[co][lr])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.rotate\"},{\"match\":\"(?i)\\\\b(set(n?[abceglopsz]|n?[abgl]e|p[eo]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.bit-and-byte.set\"},{\"match\":\"(?i)\\\\b(bt[crs]?|bs[fr]|test|crc32|popcnt)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.bit-and-byte.other\"},{\"match\":\"(?i)\\\\b(j(?:mp|n?[abceglopsz]|n?[abgl]e|p[eo]|[er]?cxz))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.control-transfer.jmp\"},{\"match\":\"(?i)\\\\b(loop(n?[ez])?|call|ret|iret[dq]?|into?|bound|enter|leave)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.control-transfer.other\"},{\"match\":\"(?i)\\\\b((mov|cmp|sca|lod|sto)(s[bdw]?)|rep(n?[ez])?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.strings\"},{\"match\":\"(?i)\\\\b((in|out)(s[bdw]?)?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.io\"},{\"match\":\"(?i)\\\\b((st|cl)[cdi]|cmc|[ls]ahf|(p(?:ush|op))f[dq]?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.flag-control\"},{\"match\":\"(?i)\\\\b(l[d-gs]s)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.segment-registers\"},{\"match\":\"(?i)\\\\b(lea|nop|ud2?|xlatb?|cpuid|movbe)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.misc\"},{\"match\":\"(?i)\\\\b(cl(flush(opt)?|demote|wb)|pcommit)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.cache-control\"},{\"match\":\"(?i)\\\\b(rd(?:rand|seed))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.rng\"},{\"match\":\"(?i)\\\\b(andn|bextr|bls([ir]|msk)|bzhi|pdep|pext|[lt]zcnt|(mul|ror|sar|shl|shr)x)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.general-purpose.bmi\"}]},\"mnemonics-intel-isa-keylocker\":{\"patterns\":[{\"match\":\"(?i)\\\\b(aes(enc|dec)(wide)?(128|256)kl|encodekey(128|256)|loadiwkey)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.keylocker\"}]},\"mnemonics-intel-isa-xeon-phi\":{\"patterns\":[{\"match\":\"(?i)\\\\bv(4fn?(madd)[ps]s|p4dpwssds?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.xeon-phi\"}]},\"mnemonics-intel-manual-listing\":{\"patterns\":[{\"match\":\"(?i)\\\\bcvtt?pd1pi\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.c\"},{\"match\":\"(?i)\\\\bv?gf2p8(affine(inv)?q|mul)b\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.g\"},{\"match\":\"(?i)\\\\bhreset\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.h\"},{\"match\":\"(?i)\\\\bincssp[dq]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.i\"},{\"match\":\"(?i)\\\\bmovdir(i|64b)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.m\"},{\"match\":\"(?i)\\\\bp((abs|(m(?:ax|in))[su]?|mull|sra)q|config|twrite)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.p\"},{\"match\":\"(?i)\\\\brd(pid|ssp[dq])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.r\"},{\"match\":\"(?i)\\\\bserialize\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.s\"},{\"match\":\"(?i)\\\\btpause\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.t\"},{\"match\":\"(?i)\\\\bu(m(?:onitor|wait))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.u\"},{\"match\":\"(?i)\\\\bvbroadcast[fi](32x[248]|64x[24])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vb\"},{\"match\":\"(?i)\\\\bv(c(?:ompressw|vtne2?ps2bf16))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vc\"},{\"match\":\"(?i)\\\\bvdpbf16ps\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vd\"},{\"match\":\"(?i)\\\\bvextract[fi]32x8\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.ve\"},{\"match\":\"(?i)\\\\bv(insert([fi]32x8|i(32|64)x4))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vi\"},{\"match\":\"(?i)\\\\bv(maskmov|(m(?:ax|in))sh)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vm\"},{\"match\":\"(?i)\\\\bvp((2intersect|andn?)[dq]|absq)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpa\"},{\"match\":\"(?i)\\\\bvpbroadcasti32x4\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpb\"},{\"match\":\"(?i)\\\\bvpcompress[bw]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpc\"},{\"match\":\"(?i)\\\\bvp(dp(bu|ws)sds?)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpd\"},{\"match\":\"(?i)\\\\b(vp(?:erm(b|t2[bw])|(ex(?:pand[bw]|trtd))))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpe\"},{\"match\":\"(?i)\\\\bvp(m(?:add52[hl]uq|ov(d(2m|[bw])|q[bdw]|wb)|pov[bdqw]2m|ultishiftqb))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpm\"},{\"match\":\"(?i)\\\\b(vpo(?:pcnt[bdqw]|r[dq]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpo\"},{\"match\":\"(?i)\\\\bvprorv[dq]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpr\"},{\"match\":\"(?i)\\\\bvp(sh(?:[lr]dv?[dqw]|ufbitqmb|ufps))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vps\"},{\"match\":\"(?i)\\\\bvpternlog[dq]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpt\"},{\"match\":\"(?i)\\\\bvpxor[dq]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vpx\"},{\"match\":\"(?i)\\\\bv(sca(?:lef[ps][dhs]|tter[dq]p[ds]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.vs\"},{\"match\":\"(?i)\\\\b(w(?:bnoinvd|ru?ss[dq]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.other.w\"}]},\"mnemonics-invalid\":{\"patterns\":[{\"include\":\"#mnemonics-invalid-amd-sse5\"}]},\"mnemonics-invalid-amd-sse5\":{\"patterns\":[{\"match\":\"(?i)\\\\b(com[ps][ds]|pcomu?[bdqw])\\\\b\",\"name\":\"invalid.keyword.operator.word.mnemonic.sse5.comparison\"},{\"match\":\"(?i)\\\\b(cvtp(h2ps|s2ph)|frcz[ps][ds])\\\\b\",\"name\":\"invalid.keyword.operator.word.mnemonic.sse5.conversion\"},{\"match\":\"(?i)\\\\b(fn?m((add|sub)[ps][ds])|ph(addu?(b[dqw]|w[dq]|dq)|sub(bw|dq|wd))|pma(css?(d(d|q[hl])|w[dw])|dcss?wd))\\\\b\",\"name\":\"invalid.keyword.operator.word.mnemonic.sse5.packed-arithmetic\"},{\"match\":\"(?i)\\\\b(p(?:cmov|ermp[ds]|perm|rot[bdqw]|sh[al][bdqw]))\\\\b\",\"name\":\"invalid.keyword.operator.word.mnemonic.sse5.simd-integer\"}]},\"mnemonics-mmx\":{\"patterns\":[{\"match\":\"(?i)\\\\b(mov[dq])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mmx.data-transfer\"},{\"match\":\"(?i)\\\\b(p(?:ack(ssdw|[su]swb)|unpck[hl](bw|dq|wd)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mmx.conversion\"},{\"match\":\"(?i)\\\\b(p(((add|sub)(d|(u?s)?[bw]))|maddwd|mul[hl]w))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mmx.packed-arithmetic\"},{\"match\":\"(?i)\\\\b(pcmp((eq|gt)[bdw]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mmx.comparison\"},{\"match\":\"(?i)\\\\b(p(?:andn?|x?or))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mmx.logical\"},{\"match\":\"(?i)\\\\b(ps([lr]l[dqw]|raw|rad))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mmx.shift-and-rotate\"},{\"match\":\"(?i)\\\\b(emms)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mmx.state-management\"}]},\"mnemonics-mpx\":{\"patterns\":[{\"match\":\"(?i)\\\\b(bnd(mk|c[lnu]|mov|ldx|stx))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.mpx\"}]},\"mnemonics-pseudo-ops\":{\"patterns\":[{\"match\":\"(?i)\\\\b(cmp(n?(eq|lt|le)|(un)?ord)[ps][ds])\\\\b\",\"name\":\"keyword.operator.word.pseudo-mnemonic.sse2.compare\"},{\"match\":\"(?i)\\\\b(v?pclmul([hl]q[hl]q|[hl]qh)dq)\\\\b\",\"name\":\"keyword.operator.word.pseudo-mnemonic.avx.promoted.aes\"},{\"match\":\"(?i)\\\\b(vcmp(eq(_(os|uq|us))?|neq(_(oq|os|us))?|[gl][et](_oq)?|n[gl][et](_uq)?|(un)?ord(_s)?|false(_os)?|true(_us)?)[ps][ds])\\\\b\",\"name\":\"keyword.operator.word.pseudo-mnemonic.avx.promoted.comparison\"},{\"match\":\"(?i)\\\\bvp(cmpn?(eq|le|lt))\\\\b\",\"name\":\"keyword.operator.word.pseudo-mnemonic.avx512.compare\"},{\"match\":\"(?i)\\\\b(vpcom(n?eq|[gl][et]|false|true)(b|uw))\\\\b\",\"name\":\"keyword.operator.word.pseudo-mnemonic.supplemental.amd.xop.simd\"}]},\"mnemonics-sgx\":{\"patterns\":[{\"match\":\"(?i)\\\\bencl[su]\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sgx\"},{\"match\":\"(?i)\\\\be(add|block|create|dbg(rd|wr)|extend|init|ld[bu]|pa|remove|track|wb)\\\\b\",\"name\":\"support.constant.sgx1.supervisor\"},{\"match\":\"(?i)\\\\be(add|block|create|dbg(rd|wr)|extend|init|ld[bu]|pa|remove|track|wb)\\\\b\",\"name\":\"support.constant.sgx1.supervisor\"},{\"match\":\"(?i)\\\\be(enter|exit|getkey|report|resume)\\\\b\",\"name\":\"support.constant.sgx1.user\"},{\"match\":\"(?i)\\\\be(aug|mod(pr|t))\\\\b\",\"name\":\"support.constant.sgx2.supervisor\"},{\"match\":\"(?i)\\\\be(accept(copy)?|modpe)\\\\b\",\"name\":\"support.constant.sgx2.user\"}]},\"mnemonics-sha\":{\"patterns\":[{\"match\":\"(?i)\\\\b(sha(1rnds4|256rnds2|1nexte|(1|256)msg[12]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sha\"}]},\"mnemonics-smx\":{\"patterns\":[{\"match\":\"(?i)\\\\b(getsec)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.smx.getsec\"},{\"match\":\"(?i)\\\\b(capabilities|enteraccs|exitac|senter|sexit|parameters|smctrl|wakeup)\\\\b\",\"name\":\"support.constant.smx\"}]},\"mnemonics-speculation\":{\"patterns\":[{\"match\":\"(?i)\\\\bib(pb|hf)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.speculation\"}]},\"mnemonics-sse\":{\"patterns\":[{\"match\":\"(?i)\\\\b(mov(([ahlu]|hl|lh|msk)ps|ss))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.data-transfer\"},{\"match\":\"(?i)\\\\b((add|div|max|min|mul|rcp|r?sqrt|sub)[ps]s)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.packed-arithmetic\"},{\"match\":\"(?i)\\\\b(cmp[ps]s|u?comiss)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.comparison\"},{\"match\":\"(?i)\\\\b((andn?|x?or)ps)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.logical\"},{\"match\":\"(?i)\\\\b((shuf|unpck[hl])ps)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.shuffle-and-unpack\"},{\"match\":\"(?i)\\\\b(cvt(pi2ps|si2ss|ps2pi|tps2pi|ss2si|tss2si))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.conversion\"},{\"match\":\"(?i)\\\\b((ld|st)mxcsr)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.state-management\"},{\"match\":\"(?i)\\\\b(p(avg[bw]|extrw|insrw|(m(?:ax|in))(sw|ub)|sadbw|shufw|mulhuw|movmskb))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.simd-integer\"},{\"match\":\"(?i)\\\\b(maskmovq|movntps|sfence)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.cacheability-control\"},{\"match\":\"(?i)\\\\b(prefetch(nta|t[012]|w(t1)?))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse.prefetch\"}]},\"mnemonics-sse2\":{\"patterns\":[{\"match\":\"(?i)\\\\b(mov([ahlu]|msk)pd)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.data-transfer\"},{\"match\":\"(?i)\\\\b((add|div|max|min|mul|sub|sqrt)[ps]d)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.packed-arithmetic\"},{\"match\":\"(?i)\\\\b((andn?|x?or)pd)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.logical\"},{\"match\":\"(?i)\\\\b((cmpp|u?comis)d)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.compare\"},{\"match\":\"(?i)\\\\b((shuf|unpck[hl])pd)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.shuffle-and-unpack\"},{\"match\":\"(?i)\\\\b(cvt(dq2pd|pi2pd|ps2pd|pd2ps|si2sd|sd2ss|ss2sd|t?(pd2dq|pd2pi|sd2si)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.conversion\"},{\"match\":\"(?i)\\\\b(cvt(dq2ps|ps2dq|tps2dq))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.packed-floating-point\"},{\"match\":\"(?i)\\\\b(mov(dq[au]|q2dq|dq2q))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.simd-integer.mov\"},{\"match\":\"(?i)\\\\b(p((add|sub|(s[lr]l|mulu|unpck[hl]q)d)q|shuf(d|[hl]w)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.simd-integer.other\"},{\"match\":\"(?i)\\\\b([lm]fence|pause|maskmovdqu|movnt(dq|i|pd))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse2.cacheability-control\"}]},\"mnemonics-sse3\":{\"patterns\":[{\"match\":\"(?i)\\\\b(fisttp|lddqu|(addsub|h(add|sub))p[ds]|mov(sh|sl|d)dup|monitor|mwait)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse3\"},{\"match\":\"(?i)\\\\b(ph(add|sub)(s?w|d))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse3.supplimental.horizontal-packed-arithmetic\"},{\"match\":\"(?i)\\\\b(p((abs|sign)[bdw]|maddubsw|mulhrsw|shufb|alignr))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse3.supplimental.other\"}]},\"mnemonics-sse4\":{\"patterns\":[{\"match\":\"(?i)\\\\b(pmul(ld|dq)|dpp[ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.arithmetic\"},{\"match\":\"(?i)\\\\b(movntdqa)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.load-hint\"},{\"match\":\"(?i)\\\\b(blendv?p[ds]|pblend(vb|w))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.packed-blending\"},{\"match\":\"(?i)\\\\b(p(m(?:in|ax))(u[dw]|s[bd]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.packed-integer\"},{\"match\":\"(?i)\\\\b(round[ps][ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.packed-floating-point\"},{\"match\":\"(?i)\\\\b((extract|insert)ps|p((ins|ext)(r[bdq])))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.insertion-and-extraction\"},{\"match\":\"(?i)\\\\b(pmov([sz]x(b[dqw]|dq|wd|wq)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.conversion\"},{\"match\":\"(?i)\\\\b(mpsadbw|phminposuw|ptest|pcmpeqq|packusdw)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.1.other\"},{\"match\":\"(?i)\\\\b(pcmp([ei]str[im]|gtq))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.sse4.2\"}]},\"mnemonics-supplemental-amd\":{\"patterns\":[{\"match\":\"(?i)\\\\b(bl([cs](fill|ic?|msk)|cs)|t1mskc|tzmsk)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.general-purpose\"},{\"match\":\"(?i)\\\\b(clgi|int3|invlpga|iretw|skinit|stgi|vm(load|mcall|run|save)|monitorx|mwaitx)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.system\"},{\"match\":\"(?i)\\\\b([ls]lwpcb|lwp(ins|val))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.profiling\"},{\"match\":\"(?i)\\\\b(movnts[ds])\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.memory-management\"},{\"match\":\"(?i)\\\\b(prefetch|clzero)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.cache-management\"},{\"match\":\"(?i)\\\\b((extr|insert)q)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.sse4.a\"},{\"match\":\"(?i)\\\\b(vf(?:n?m((add|sub)[ps][ds])|m((addsub|subadd)p[ds])))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.fma4\"},{\"match\":\"(?i)\\\\b(vp(cmov|(comu?|rot|sh[al])[bdqw]|mac(s?s(d(d|q[hl])|w[dw]))|madcss?wd|perm))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.xop.simd\"},{\"match\":\"(?i)\\\\b(vph(addu?(b[dqw]|w[dq]|dq)|sub(bw|dq|wd)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.xop.simd-horizontal\"},{\"match\":\"(?i)\\\\b(v(?:frcz[ps][ds]|permil2p[ds]))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.xop.other\"},{\"match\":\"(?i)\\\\b(femms)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.3dnow\"},{\"match\":\"(?i)\\\\b(p(?:(avgusb|(f2i|i2f)[dw]|mulhrw|swapd)|f((p?n)?acc|add|max|min|mul|rcp(it[12])?|rsqit1|rsqrt|subr?)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.3dnow.simd\"},{\"match\":\"(?i)\\\\b(pfcmp(eq|ge|gt))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.amd.3dnow.comparison\"}]},\"mnemonics-supplemental-cyrix\":{\"patterns\":[{\"match\":\"(?i)\\\\b((sv|rs)dc|(wr|rd)shr|paddsiw)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.cyrix\"}]},\"mnemonics-supplemental-via\":{\"patterns\":[{\"match\":\"(?i)\\\\b(montmul)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.via\"},{\"match\":\"(?i)\\\\b(x(store(rng)?|crypt(ecb|cbc|ctr|cfb|ofb)|sha(1|256)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.supplemental.via.padlock\"}]},\"mnemonics-system\":{\"patterns\":[{\"match\":\"(?i)\\\\b((cl|st)ac|[ls]([gil]dt|tr|msw)|clts|arpl|lar|lsl|ver[rw]|inv(d|lpg|pcid)|wbinvd)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.system\"},{\"match\":\"(?i)\\\\b(lock|hlt|rsm|(rd|wr)(msr|pkru|[fg]sbase)|rd(pmc|tscp?)|sys(e(?:nter|xit)))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.system\"},{\"match\":\"(?i)\\\\b(x((save(c|opt|s)?|rstors?)(64)?|[gs]etbv))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.system\"}]},\"mnemonics-tsx\":{\"patterns\":[{\"match\":\"(?i)\\\\b(x(abort|begin|end|test|(res|sus)ldtrk))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.tsx\"}]},\"mnemonics-uirq\":{\"patterns\":[{\"match\":\"(?i)\\\\b((cl|st|test)ui|senduipi|uiret)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.uirq\"}]},\"mnemonics-undocumented\":{\"patterns\":[{\"match\":\"(?i)\\\\b(ret[fn]|icebp|int1|int03|smi|ud1)\\\\b\",\"name\":\"keyword.operator.word.mnemonic.undocumented\"}]},\"mnemonics-vmx\":{\"patterns\":[{\"match\":\"(?i)\\\\b(vm(ptr(ld|st)|clear|read|write|launch|resume|xo(ff|n)|call|func)|inv(ept|vpid))\\\\b\",\"name\":\"keyword.operator.word.mnemonic.vmx\"}]},\"preprocessor\":{\"patterns\":[{\"begin\":\"^\\\\s*[#%]\\\\s*(error|warning)\\\\b\",\"captures\":{\"1\":{\"name\":\"keyword.control.import.error.c\"}},\"end\":\"$\",\"name\":\"meta.preprocessor.diagnostic.c\",\"patterns\":[{\"match\":\"(?>\\\\\\\\\\\\s*\\\\n)\",\"name\":\"punctuation.separator.continuation.c\"}]},{\"begin\":\"^\\\\s*[#%]\\\\s*(i(?:nclude|mport))\\\\b\\\\s+\",\"captures\":{\"1\":{\"name\":\"keyword.control.import.include.c\"}},\"end\":\"(?=/[*/])|$\",\"name\":\"meta.preprocessor.c.include\",\"patterns\":[{\"match\":\"(?>\\\\\\\\\\\\s*\\\\n)\",\"name\":\"punctuation.separator.continuation.c\"},{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.c\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.c\"}},\"name\":\"string.quoted.double.include.c\"},{\"begin\":\"<\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.c\"}},\"end\":\">\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.c\"}},\"name\":\"string.quoted.other.lt-gt.include.c\"}]},{\"begin\":\"^\\\\s*[#%]\\\\s*(i?x?define|defined|elif(def)?|else|i[fs]n?(?:def|macro|ctx|idni?|id|num|str|token|empty|env)?|line|(i|end|uni?)?macro|pragma|endif)\\\\b\",\"captures\":{\"1\":{\"name\":\"keyword.control.import.c\"}},\"end\":\"(?=/[*/])|$\",\"name\":\"meta.preprocessor.c\",\"patterns\":[{\"match\":\"(?>\\\\\\\\\\\\s*\\\\n)\",\"name\":\"punctuation.separator.continuation.c\"},{\"include\":\"#preprocessor-functions\"}]},{\"begin\":\"^\\\\s*[#%]\\\\s*(assign|strlen|substr|(e(?:nd|xit))?rep|push|pop|rotate|use|ifusing|ifusable|def(?:ailas|str|tok)|undef(?:alias)?)\\\\b\",\"captures\":{\"1\":{\"name\":\"keyword.control\"}},\"end\":\"$\",\"name\":\"meta.preprocessor.nasm\",\"patterns\":[{\"match\":\"(?>\\\\\\\\\\\\s*\\\\n)\",\"name\":\"punctuation.separator.continuation.c\"},{\"include\":\"#preprocessor-functions\"}]}]},\"preprocessor-functions\":{\"patterns\":[{\"begin\":\"((%)(abs|cond|count|eval|isn?(?:def|macro|ctx|idni?|id|num|str|token|empty|env)?|num|sel|str(?:cat|len)?|substr|tok)\\\\s*(\\\\())\",\"captures\":{\"3\":{\"name\":\"support.function.preprocessor.asm.x86_64\"}},\"end\":\"(\\\\))|$\",\"name\":\"meta.preprocessor.function.asm.x86_64\",\"patterns\":[{\"include\":\"#preprocessor-functions\"}]}]},\"registers\":{\"patterns\":[{\"match\":\"(?i)\\\\b(?:[a-d][hl]|[er]?[a-d]x|[er]?(?:di|si|bp|sp)|dil|sil|bpl|spl|r(?:[89]|1[0-5])[bdlw]?)\\\\b\",\"name\":\"constant.language.register.general-purpose.asm.x86_64\"},{\"match\":\"(?i)\\\\b[c-gs]s\\\\b\",\"name\":\"constant.language.register.segment.asm.x86_64\"},{\"match\":\"(?i)\\\\b[er]?flags\\\\b\",\"name\":\"constant.language.register.flags.asm.x86_64\"},{\"match\":\"(?i)\\\\b[er]?ip\\\\b\",\"name\":\"constant.language.register.instruction-pointer.asm.x86_64\"},{\"match\":\"(?i)\\\\bcr[0234]\\\\b\",\"name\":\"constant.language.register.control.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:mm|st|fpr)[0-7]\\\\b\",\"name\":\"constant.language.register.mmx.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:[xy]mm(?:[0-9]|1[0-5])|mxcsr)\\\\b\",\"name\":\"constant.language.register.sse_avx.asm.x86_64\"},{\"match\":\"(?i)\\\\bzmm(?:[12]?[0-9]|30|31)\\\\b\",\"name\":\"constant.language.register.avx512.asm.x86_64\"},{\"match\":\"(?i)\\\\bbnd(?:[0-3]|cfg[su]|status)\\\\b\",\"name\":\"constant.language.register.memory-protection.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:[gil]dtr?|tr)\\\\b\",\"name\":\"constant.language.register.system-table-pointer.asm.x86_64\"},{\"match\":\"(?i)\\\\bdr[0-367]\\\\b\",\"name\":\"constant.language.register.debug.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:cr8|dr(?:[89]|1[0-5])|efer|tpr|syscfg)\\\\b\",\"name\":\"constant.language.register.amd.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:db[0-367]|t[67]|tr[3-7]|st)\\\\b\",\"name\":\"invalid.deprecated.constant.language.register.asm.x86_64\"},{\"match\":\"(?i)\\\\b[xy]mm(?:1[6-9]|2[0-9]|3[01])\\\\b\",\"name\":\"constant.language.register.general-purpose.alias.asm.x86_64\"}]},\"strings\":{\"patterns\":[{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.asm\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.asm\"}},\"name\":\"string.quoted.double.asm\",\"patterns\":[{\"include\":\"#string_escaped_char\"},{\"include\":\"#string_placeholder\"}]},{\"begin\":\"'\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.asm\"}},\"end\":\"'\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.asm\"}},\"name\":\"string.quoted.single.asm\",\"patterns\":[{\"include\":\"#string_escaped_char\"},{\"include\":\"#string_placeholder\"}]},{\"begin\":\"`\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.asm\"}},\"end\":\"`\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.asm\"}},\"name\":\"string.quoted.backquote.asm\",\"patterns\":[{\"include\":\"#string_escaped_char\"},{\"include\":\"#string_placeholder\"}]}]},\"support\":{\"patterns\":[{\"match\":\"(?i)\\\\b(?:s?byte|(?:[doqtyz]|dq|s[dq]?)?word|(?:d|res)[bdoqtwyz]|ddq)\\\\b\",\"name\":\"storage.type.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:incbin|equ|times|dup)\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:strict|nosplit|near|far|abs|rel)\\\\b\",\"name\":\"storage.modifier.asm.x86_64\"},{\"match\":\"(?i)\\\\b[ao](?:16|32|64)\\\\b\",\"name\":\"storage.modifier.prefix.asm.x86_64\"},{\"match\":\"(?i)\\\\b(?:rep(?:n?[ez])?|lock|xacquire|xrelease|(?:no)?bnd)\\\\b\",\"name\":\"storage.modifier.prefix.asm.x86_64\"},{\"captures\":{\"1\":{\"name\":\"storage.modifier.prefix.vex.asm.x86_64\"}},\"match\":\"\\\\{(vex[23]?|evex|rex)}\"},{\"captures\":{\"1\":{\"name\":\"storage.modifier.opmask.asm.x86_64\"}},\"match\":\"\\\\{(k[1-7])}\"},{\"captures\":{\"1\":{\"name\":\"storage.modifier.precision.asm.x86_64\"}},\"match\":\"\\\\{(1to(?:8|16))}\"},{\"captures\":{\"1\":{\"name\":\"storage.modifier.rounding.asm.x86_64\"}},\"match\":\"\\\\{(z|(?:r[dnuz]-)?sae)}\"},{\"match\":\"\\\\.\\\\.(?:start|imagebase|tlvp|got(?:pc(?:rel)?|(?:tp)?off)?|plt|sym|tlsie)\\\\b\",\"name\":\"support.constant.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?(?:utf(?:16|32)(?:[bl]e)?|float(?:8|16|32|64|80[em]|128[hl])|bfloat16|Infinity|[QS]?NaN)\\\\?__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__(?:utf(?:16|32)(?:[bl]e)?|float(?:8|16|32|64|80[em]|128[hl])|bfloat16|Infinity|[QS]?NaN)__\\\\b\",\"name\":\"support.function.legacy.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?NASM_(?:MAJOR|(?:SUB)?MINOR|SNAPSHOT|VER(?:SION_ID)?)\\\\?__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b___\\\\?NASM_PATCHLEVEL\\\\?__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?(?:FILE|LINE|BITS|OUTPUT_FORMAT|DEBUG_FORMAT)\\\\?__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?(?:(?:UTC_)?(?:DATE|TIME)(?:_NUM)?|POSIX_TIME)\\\\?__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?USE_\\\\w+\\\\?__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?PASS\\\\?__\\\\b\",\"name\":\"invalid.deprecated.support.constant.altreg.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?ALIGNMODE\\\\?__\\\\b\",\"name\":\"support.constant.smartalign.asm.x86_64\"},{\"match\":\"\\\\b__\\\\?ALIGN_(\\\\w+)\\\\?__\\\\b\",\"name\":\"support.function.smartalign.asm.x86_64\"},{\"match\":\"\\\\b__NASM_(?:MAJOR|(?:SUB)?MINOR|SNAPSHOT|VER(?:SION_ID)?)__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b___NASM_PATCHLEVEL__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__(?:FILE|LINE|BITS|OUTPUT_FORMAT|DEBUG_FORMAT)__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__(?:(?:UTC_)?(?:DATE|TIME)(?:_NUM)?|POSIX_TIME)__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__USE_\\\\w+__\\\\b\",\"name\":\"support.function.asm.x86_64\"},{\"match\":\"\\\\b__PASS__\\\\b\",\"name\":\"invalid.deprecated.support.constant.altreg.asm.x86_64\"},{\"match\":\"\\\\b__ALIGNMODE__\\\\b\",\"name\":\"support.constant.smartalign.asm.x86_64\"},{\"match\":\"\\\\b__ALIGN_(\\\\w+)__\\\\b\",\"name\":\"support.function.smartalign.asm.x86_64\"},{\"match\":\"\\\\b(?:Inf|[QS]?NaN)\\\\b\",\"name\":\"support.constant.fp.asm.x86_64\"},{\"match\":\"\\\\bfloat(?:8|16|32|64|80[em]|128[hl])\\\\b\",\"name\":\"support.function.fp.asm.x86_64\"},{\"match\":\"(?i)\\\\bilog2(?:[cefw]|[cf]w)?\\\\b\",\"name\":\"support.function.ifunc.asm.x86_64\"}]}},\"scopeName\":\"source.asm.x86_64\"}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import json from './json.mjs'
|
|
2
|
+
import javascript from './javascript.mjs'
|
|
3
|
+
import typescript from './typescript.mjs'
|
|
4
|
+
import css from './css.mjs'
|
|
5
|
+
import postcss from './postcss.mjs'
|
|
6
|
+
import tsx from './tsx.mjs'
|
|
7
|
+
|
|
8
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Astro\",\"fileTypes\":[\"astro\"],\"injections\":{\"L:(meta.script.astro) (meta.lang.js | meta.lang.javascript | meta.lang.partytown | meta.lang.node) - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.js\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.js\"}]}]},\"L:(meta.script.astro) (meta.lang.json) - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.json\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.json\"}]}]},\"L:(meta.script.astro) (meta.lang.ts | meta.lang.typescript) - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.ts\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.ts\"}]}]},\"L:meta.script.astro - meta.lang - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.js\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.js\"}]}]},\"L:meta.style.astro - meta.lang - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.css\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.css\"}]}]},\"L:meta.style.astro meta.lang.css - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.css\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.css\"}]}]},\"L:meta.style.astro meta.lang.less - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.css.less\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.css.less\"}]}]},\"L:meta.style.astro meta.lang.postcss - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.css.postcss\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.css.postcss\"}]}]},\"L:meta.style.astro meta.lang.sass - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.sass\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.sass\"}]}]},\"L:meta.style.astro meta.lang.scss - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.css.scss\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.css.scss\"}]}]},\"L:meta.style.astro meta.lang.stylus - (meta source)\":{\"patterns\":[{\"begin\":\"(?<=>)(?!</)\",\"contentName\":\"source.stylus\",\"end\":\"(?=</)\",\"name\":\"meta.embedded.block.astro\",\"patterns\":[{\"include\":\"source.stylus\"}]}]}},\"name\":\"astro\",\"patterns\":[{\"include\":\"#scope\"},{\"include\":\"#frontmatter\"},{\"include\":\"#text\"}],\"repository\":{\"attribute-literal\":{\"begin\":\"(`)\",\"end\":\"\\\\1\",\"name\":\"string.template.astro\",\"patterns\":[{\"include\":\"source.tsx#template-substitution-element\"},{\"include\":\"source.tsx#string-character-escape\"}]},\"attributes\":{\"patterns\":[{\"include\":\"#attributes-events\"},{\"include\":\"#attributes-keyvalue\"},{\"include\":\"#attributes-interpolated\"}]},\"attributes-events\":{\"begin\":\"(on(s(croll|t(orage|alled)|u(spend|bmit)|e(curitypolicyviolation|ek(ing|ed)|lect))|hashchange|c(hange|o(ntextmenu|py)|u(t|echange)|l(ick|ose)|an(cel|play(through)?))|t(imeupdate|oggle)|in(put|valid)|o((?:n|ff)line)|d(urationchange|r(op|ag(start|over|e(n(ter|d)|xit)|leave)?)|blclick)|un(handledrejection|load)|p(opstate|lay(ing)?|a(ste|use|ge(show|hide))|rogress)|e(nded|rror|mptied)|volumechange|key(down|up|press)|focus|w(heel|aiting)|l(oad(start|e(nd|d((?:|meta)data)))?|anguagechange)|a(uxclick|fterprint|bort)|r(e(s(ize|et)|jectionhandled)|atechange)|m(ouse(o(ut|ver)|down|up|enter|leave|move)|essage(error)?)|b(efore(unload|print)|lur)))(?![-:\\\\\\\\w])\",\"beginCaptures\":{\"0\":{\"patterns\":[{\"match\":\".*\",\"name\":\"entity.other.attribute-name.astro\"}]}},\"end\":\"(?=\\\\s*+[^=\\\\s])\",\"name\":\"meta.attribute.$1.astro\",\"patterns\":[{\"begin\":\"=\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.key-value.astro\"}},\"end\":\"(?<=[^=\\\\s])(?!\\\\s*=)|(?=/?>)\",\"patterns\":[{\"include\":\"#interpolation\"},{\"include\":\"#attribute-literal\"},{\"begin\":\"(?=[^/<=>`\\\\s]|/(?!>))\",\"end\":\"(?!\\\\G)\",\"name\":\"meta.embedded.line.js\",\"patterns\":[{\"captures\":{\"0\":{\"name\":\"source.js\"},\"1\":{\"patterns\":[{\"include\":\"source.js\"}]}},\"match\":\"(([^\\\"'/<=>`\\\\s]|/(?!>))+)\",\"name\":\"string.unquoted.astro\"},{\"begin\":\"(\\\")\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.astro\"}},\"end\":\"\\\\1\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.astro\"}},\"name\":\"string.quoted.astro\",\"patterns\":[{\"captures\":{\"0\":{\"patterns\":[{\"include\":\"source.js\"}]}},\"match\":\"([^\\\\n\\\"/]|/(?![*/]))+\"},{\"begin\":\"//\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.js\"}},\"end\":\"(?=\\\")|\\\\n\",\"name\":\"comment.line.double-slash.js\"},{\"begin\":\"/\\\\*\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.begin.js\"}},\"end\":\"(?=\\\")|\\\\*/\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.end.js\"}},\"name\":\"comment.block.js\"}]},{\"begin\":\"(')\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.astro\"}},\"end\":\"\\\\1\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.astro\"}},\"name\":\"string.quoted.astro\",\"patterns\":[{\"captures\":{\"0\":{\"patterns\":[{\"include\":\"source.js\"}]}},\"match\":\"([^\\\\n'/]|/(?![*/]))+\"},{\"begin\":\"//\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.js\"}},\"end\":\"(?=')|\\\\n\",\"name\":\"comment.line.double-slash.js\"},{\"begin\":\"/\\\\*\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.begin.js\"}},\"end\":\"(?=')|\\\\*/\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.end.js\"}},\"name\":\"comment.block.js\"}]}]}]}]},\"attributes-interpolated\":{\"begin\":\"(?<![:=])\\\\s*(\\\\{)\",\"contentName\":\"meta.embedded.expression.astro source.tsx\",\"end\":\"(})\",\"patterns\":[{\"include\":\"source.tsx\"}]},\"attributes-keyvalue\":{\"begin\":\"([$@_[:alpha:]][-$.:_[:alnum:]]*)\",\"beginCaptures\":{\"0\":{\"patterns\":[{\"match\":\".*\",\"name\":\"entity.other.attribute-name.astro\"}]}},\"end\":\"(?=\\\\s*+[^=\\\\s])\",\"name\":\"meta.attribute.$1.astro\",\"patterns\":[{\"begin\":\"=\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.key-value.astro\"}},\"end\":\"(?<=[^=\\\\s])(?!\\\\s*=)|(?=/?>)\",\"patterns\":[{\"include\":\"#attributes-value\"}]}]},\"attributes-value\":{\"patterns\":[{\"include\":\"#interpolation\"},{\"match\":\"([^\\\"'/<=>`\\\\s]|/(?!>))+\",\"name\":\"string.unquoted.astro\"},{\"begin\":\"([\\\"'])\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.astro\"}},\"end\":\"\\\\1\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.astro\"}},\"name\":\"string.quoted.astro\"},{\"include\":\"#attribute-literal\"}]},\"comments\":{\"begin\":\"<!--\",\"captures\":{\"0\":{\"name\":\"punctuation.definition.comment.astro\"}},\"end\":\"-->\",\"name\":\"comment.block.astro\",\"patterns\":[{\"match\":\"\\\\G-?>|<!--(?!>)|<!-(?=-->)|--!>\",\"name\":\"invalid.illegal.characters-not-allowed-here.astro\"}]},\"entities\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.entity.astro\"},\"912\":{\"name\":\"punctuation.definition.entity.astro\"}},\"match\":\"(&)(?=[A-Za-z])((a(s(ymp(eq)?|cr|t)|n(d(slope|[dv]|and)?|g(s(t|ph)|zarr|e|le|rt(vb(d)?)?|msd(a([a-h]))?)?)|c(y|irc|d|ute|E)?|tilde|o(pf|gon)|uml|p(id|os|prox(eq)?|[Ee]|acir)?|elig|f(r)?|w((?:con|)int)|l(pha|e(ph|fsym))|acute|ring|grave|m(p|a(cr|lg))|breve)|A(s(sign|cr)|nd|MP|c(y|irc)|tilde|o(pf|gon)|uml|pplyFunction|fr|Elig|lpha|acute|ring|grave|macr|breve))|(B(scr|cy|opf|umpeq|e(cause|ta|rnoullis)|fr|a(ckslash|r(v|wed))|reve)|b(s(cr|im(e)?|ol(hsub|b)?|emi)|n(ot|e(quiv)?)|c(y|ong)|ig(s(tar|qcup)|c(irc|up|ap)|triangle(down|up)|o(times|dot|plus)|uplus|vee|wedge)|o(t(tom)?|pf|wtie|x(h([DUdu])?|times|H([DUdu])?|d([LRlr])|u([LRlr])|plus|D([LRlr])|v([HLRhlr])?|U([LRlr])|V([HLRhlr])?|minus|box))|Not|dquo|u(ll(et)?|mp(e(q)?|E)?)|prime|e(caus(e)?|t(h|ween|a)|psi|rnou|mptyv)|karow|fr|l(ock|k(1([24])|34)|a(nk|ck(square|triangle(down|left|right)?|lozenge)))|a(ck(sim(eq)?|cong|prime|epsilon)|r(vee|wed(ge)?))|r(eve|vbar)|brk(tbrk)?))|(c(s(cr|u(p(e)?|b(e)?))|h(cy|i|eck(mark)?)|ylcty|c(irc|ups(sm)?|edil|a(ps|ron))|tdot|ir(scir|c(eq|le(d(R|circ|S|dash|ast)|arrow(left|right)))?|e|fnint|E|mid)?|o(n(int|g(dot)?)|p(y(sr)?|f|rod)|lon(e(q)?)?|m(p(fn|le(xes|ment))?|ma(t)?))|dot|u(darr([lr])|p(s|c([au]p)|or|dot|brcap)?|e(sc|pr)|vee|wed|larr(p)?|r(vearrow(left|right)|ly(eq(succ|prec)|vee|wedge)|arr(m)?|ren))|e(nt(erdot)?|dil|mptyv)|fr|w((?:con|)int)|lubs(uit)?|a(cute|p(s|c([au]p)|dot|and|brcup)?|r(on|et))|r(oss|arr))|C(scr|hi|c(irc|onint|edil|aron)|ircle(Minus|Times|Dot|Plus)|Hcy|o(n(tourIntegral|int|gruent)|unterClockwiseContourIntegral|p(f|roduct)|lon(e)?)|dot|up(Cap)?|OPY|e(nterDot|dilla)|fr|lo(seCurly((?:Double|)Quote)|ckwiseContourIntegral)|a(yleys|cute|p(italDifferentialD)?)|ross))|(d(s(c([ry])|trok|ol)|har([lr])|c(y|aron)|t(dot|ri(f)?)|i(sin|e|v(ide(ontimes)?|onx)?|am(s|ond(suit)?)?|gamma)|Har|z(cy|igrarr)|o(t(square|plus|eq(dot)?|minus)?|ublebarwedge|pf|wn(harpoon(left|right)|downarrows|arrow)|llar)|d(otseq|a(rr|gger))?|u(har|arr)|jcy|e(lta|g|mptyv)|f(isht|r)|wangle|lc(orn|rop)|a(sh(v)?|leth|rr|gger)|r(c(orn|rop)|bkarow)|b(karow|lac)|Arr)|D(s(cr|trok)|c(y|aron)|Scy|i(fferentialD|a(critical(Grave|Tilde|Do(t|ubleAcute)|Acute)|mond))|o(t(Dot|Equal)?|uble(Right(Tee|Arrow)|ContourIntegral|Do(t|wnArrow)|Up((?:Down|)Arrow)|VerticalBar|L(ong(RightArrow|Left((?:Right|)Arrow))|eft(RightArrow|Tee|Arrow)))|pf|wn(Right(TeeVector|Vector(Bar)?)|Breve|Tee(Arrow)?|arrow|Left(RightVector|TeeVector|Vector(Bar)?)|Arrow(Bar|UpArrow)?))|Zcy|el(ta)?|D(otrahd)?|Jcy|fr|a(shv|rr|gger)))|(e(s(cr|im|dot)|n(sp|g)|c(y|ir(c)?|olon|aron)|t([ah])|o(pf|gon)|dot|u(ro|ml)|p(si(v|lon)?|lus|ar(sl)?)|e|D(D??ot)|q(s(im|lant(less|gtr))|c(irc|olon)|u(iv(DD)?|est|als)|vparsl)|f(Dot|r)|l(s(dot)?|inters|l)?|a(ster|cute)|r(Dot|arr)|g(s(dot)?|rave)?|x(cl|ist|p(onentiale|ectation))|m(sp(1([34]))?|pty(set|v)?|acr))|E(s(cr|im)|c(y|irc|aron)|ta|o(pf|gon)|NG|dot|uml|TH|psilon|qu(ilibrium|al(Tilde)?)|fr|lement|acute|grave|x(ists|ponentialE)|m(pty((?:|Very)SmallSquare)|acr)))|(f(scr|nof|cy|ilig|o(pf|r(k(v)?|all))|jlig|partint|emale|f(ilig|l(l??ig)|r)|l(tns|lig|at)|allingdotseq|r(own|a(sl|c(1([2-68])|78|2([35])|3([458])|45|5([68])))))|F(scr|cy|illed((?:|Very)SmallSquare)|o(uriertrf|pf|rAll)|fr))|(G(scr|c(y|irc|edil)|t|opf|dot|T|Jcy|fr|amma(d)?|reater(Greater|SlantEqual|Tilde|Equal(Less)?|FullEqual|Less)|g|breve)|g(s(cr|im([el])?)|n(sim|e(q(q)?)?|E|ap(prox)?)|c(y|irc)|t(c(c|ir)|dot|quest|lPar|r(sim|dot|eq(q?less)|less|a(pprox|rr)))?|imel|opf|dot|jcy|e(s(cc|dot(o(l)?)?|l(es)?)?|q(slant|q)?|l)?|v(nE|ertneqq)|fr|E(l)?|l([Eaj])?|a(cute|p|mma(d)?)|rave|g(g)?|breve))|(h(s(cr|trok|lash)|y(phen|bull)|circ|o(ok((?:lef|righ)tarrow)|pf|arr|rbar|mtht)|e(llip|arts(uit)?|rcon)|ks([ew]arow)|fr|a(irsp|lf|r(dcy|r(cir|w)?)|milt)|bar|Arr)|H(s(cr|trok)|circ|ilbertSpace|o(pf|rizontalLine)|ump(DownHump|Equal)|fr|a(cek|t)|ARDcy))|(i(s(cr|in(s(v)?|dot|[Ev])?)|n(care|t(cal|prod|e(rcal|gers)|larhk)?|odot|fin(tie)?)?|c(y|irc)?|t(ilde)?|i(nfin|i(i??nt)|ota)?|o(cy|ta|pf|gon)|u(kcy|ml)|jlig|prod|e(cy|xcl)|quest|f([fr])|acute|grave|m(of|ped|a(cr|th|g(part|e|line))))|I(scr|n(t(e(rsection|gral))?|visible(Comma|Times))|c(y|irc)|tilde|o(ta|pf|gon)|dot|u(kcy|ml)|Ocy|Jlig|fr|Ecy|acute|grave|m(plies|a(cr|ginaryI))?))|(j(s(cr|ercy)|c(y|irc)|opf|ukcy|fr|math)|J(s(cr|ercy)|c(y|irc)|opf|ukcy|fr))|(k(scr|hcy|c(y|edil)|opf|jcy|fr|appa(v)?|green)|K(scr|c(y|edil)|Hcy|opf|Jcy|fr|appa))|(l(s(h|cr|trok|im([eg])?|q(uo(r)?|b)|aquo)|h(ar(d|u(l)?)|blk)|n(sim|e(q(q)?)?|E|ap(prox)?)|c(y|ub|e(d??il)|aron)|Barr|t(hree|c(c|ir)|imes|dot|quest|larr|r(i([ef])?|Par))?|Har|o(ng(left((?:|right)arrow)|rightarrow|mapsto)|times|z(enge|f)?|oparrow(left|right)|p(f|lus|ar)|w(ast|bar)|a(ng|rr)|brk)|d(sh|ca|quo(r)?|r((?:d|us)har))|ur((?:ds|u)har)|jcy|par(lt)?|e(s(s(sim|dot|eq(q?gtr)|approx|gtr)|cc|dot(o(r)?)?|g(es)?)?|q(slant|q)?|ft(harpoon(down|up)|threetimes|leftarrows|arrow(tail)?|right(squigarrow|harpoons|arrow(s)?))|g)?|v(nE|ertneqq)|f(isht|loor|r)|E(g)?|l(hard|corner|tri|arr)?|a(ng(d|le)?|cute|t(e(s)?|ail)?|p|emptyv|quo|rr(sim|hk|tl|pl|fs|lp|b(fs)?)?|gran|mbda)|r(har(d)?|corner|tri|arr|m)|g(E)?|m(idot|oust(ache)?)|b(arr|r(k(sl([du])|e)|ac([ek]))|brk)|A(tail|arr|rr))|L(s(h|cr|trok)|c(y|edil|aron)|t|o(ng(RightArrow|left((?:|right)arrow)|rightarrow|Left((?:Right|)Arrow))|pf|wer((?:Righ|Lef)tArrow))|T|e(ss(Greater|SlantEqual|Tilde|EqualGreater|FullEqual|Less)|ft(Right(Vector|Arrow)|Ceiling|T(ee(Vector|Arrow)?|riangle(Bar|Equal)?)|Do(ubleBracket|wn(TeeVector|Vector(Bar)?))|Up(TeeVector|DownVector|Vector(Bar)?)|Vector(Bar)?|arrow|rightarrow|Floor|A(ngleBracket|rrow(RightArrow|Bar)?)))|Jcy|fr|l(eftarrow)?|a(ng|cute|placetrf|rr|mbda)|midot))|(M(scr|cy|inusPlus|opf|u|e(diumSpace|llintrf)|fr|ap)|m(s(cr|tpos)|ho|nplus|c(y|omma)|i(nus(d(u)?|b)?|cro|d(cir|dot|ast)?)|o(dels|pf)|dash|u((?:lti|)map)?|p|easuredangle|DDot|fr|l(cp|dr)|a(cr|p(sto(down|up|left)?)?|l(t(ese)?|e)|rker)))|(n(s(hort(parallel|mid)|c(cue|[er])?|im(e(q)?)?|u(cc(eq)?|p(set(eq(q)?)?|[Ee])?|b(set(eq(q)?)?|[Ee])?)|par|qsu([bp]e)|mid)|Rightarrow|h(par|arr|Arr)|G(t(v)?|g)|c(y|ong(dot)?|up|edil|a(p|ron))|t(ilde|lg|riangle(left(eq)?|right(eq)?)|gl)|i(s(d)?|v)?|o(t(ni(v([abc]))?|in(dot|v([abc])|E)?)?|pf)|dash|u(m(sp|ero)?)?|jcy|p(olint|ar(sl|t|allel)?|r(cue|e(c(eq)?)?)?)|e(s(im|ear)|dot|quiv|ar(hk|r(ow)?)|xist(s)?|Arr)?|v(sim|infin|Harr|dash|Dash|l(t(rie)?|e|Arr)|ap|r(trie|Arr)|g([et]))|fr|w(near|ar(hk|r(ow)?)|Arr)|V([Dd]ash)|l(sim|t(ri(e)?)?|dr|e(s(s)?|q(slant|q)?|ft((?:|right)arrow))?|E|arr|Arr)|a(ng|cute|tur(al(s)?)?|p(id|os|prox|E)?|bla)|r(tri(e)?|ightarrow|arr([cw])?|Arr)|g(sim|t(r)?|e(s|q(slant|q)?)?|E)|mid|L(t(v)?|eft((?:|right)arrow)|l)|b(sp|ump(e)?))|N(scr|c(y|edil|aron)|tilde|o(nBreakingSpace|Break|t(R(ightTriangle(Bar|Equal)?|everseElement)|Greater(Greater|SlantEqual|Tilde|Equal|FullEqual|Less)?|S(u(cceeds(SlantEqual|Tilde|Equal)?|perset(Equal)?|bset(Equal)?)|quareSu(perset(Equal)?|bset(Equal)?))|Hump(DownHump|Equal)|Nested(GreaterGreater|LessLess)|C(ongruent|upCap)|Tilde(Tilde|Equal|FullEqual)?|DoubleVerticalBar|Precedes((?:Slant|)Equal)?|E(qual(Tilde)?|lement|xists)|VerticalBar|Le(ss(Greater|SlantEqual|Tilde|Equal|Less)?|ftTriangle(Bar|Equal)?))?|pf)|u|e(sted(GreaterGreater|LessLess)|wLine|gative(MediumSpace|Thi((?:n|ck)Space)|VeryThinSpace))|Jcy|fr|acute))|(o(s(cr|ol|lash)|h(m|bar)|c(y|ir(c)?)|ti(lde|mes(as)?)|S|int|opf|d(sold|iv|ot|ash|blac)|uml|p(erp|lus|ar)|elig|vbar|f(cir|r)|l(c(ir|ross)|t|ine|arr)|a(st|cute)|r(slope|igof|or|d(er(of)?|[fm])?|v|arr)?|g(t|on|rave)|m(i(nus|cron|d)|ega|acr))|O(s(cr|lash)|c(y|irc)|ti(lde|mes)|opf|dblac|uml|penCurly((?:Double|)Quote)|ver(B(ar|rac(e|ket))|Parenthesis)|fr|Elig|acute|r|grave|m(icron|ega|acr)))|(p(s(cr|i)|h(i(v)?|one|mmat)|cy|i(tchfork|v)?|o(intint|und|pf)|uncsp|er(cnt|tenk|iod|p|mil)|fr|l(us(sim|cir|two|d([ou])|e|acir|mn|b)?|an(ck(h)?|kv))|ar(s(im|l)|t|a(llel)?)?|r(sim|n(sim|E|ap)|cue|ime(s)?|o(d|p(to)?|f(surf|line|alar))|urel|e(c(sim|n(sim|eqq|approx)|curlyeq|eq|approx)?)?|E|ap)?|m)|P(s(cr|i)|hi|cy|i|o(incareplane|pf)|fr|lusMinus|artialD|r(ime|o(duct|portion(al)?)|ecedes(SlantEqual|Tilde|Equal)?)?))|(q(scr|int|opf|u(ot|est(eq)?|at(int|ernions))|prime|fr)|Q(scr|opf|UOT|fr))|(R(s(h|cr)|ho|c(y|edil|aron)|Barr|ight(Ceiling|T(ee(Vector|Arrow)?|riangle(Bar|Equal)?)|Do(ubleBracket|wn(TeeVector|Vector(Bar)?))|Up(TeeVector|DownVector|Vector(Bar)?)|Vector(Bar)?|arrow|Floor|A(ngleBracket|rrow(Bar|LeftArrow)?))|o(undImplies|pf)|uleDelayed|e(verse(UpEquilibrium|E(quilibrium|lement)))?|fr|EG|a(ng|cute|rr(tl)?)|rightarrow)|r(s(h|cr|q(uo(r)?|b)|aquo)|h(o(v)?|ar(d|u(l)?))|nmid|c(y|ub|e(d??il)|aron)|Barr|t(hree|imes|ri([ef]|ltri)?)|i(singdotseq|ng|ght(squigarrow|harpoon(down|up)|threetimes|left(harpoons|arrows)|arrow(tail)?|rightarrows))|Har|o(times|p(f|lus|ar)|a(ng|rr)|brk)|d(sh|ca|quo(r)?|ldhar)|uluhar|p(polint|ar(gt)?)|e(ct|al(s|ine|part)?|g)|f(isht|loor|r)|l(har|arr|m)|a(ng([de]|le)?|c(ute|e)|t(io(nals)?|ail)|dic|emptyv|quo|rr(sim|hk|c|tl|pl|fs|w|lp|ap|b(fs)?)?)|rarr|x|moust(ache)?|b(arr|r(k(sl([du])|e)|ac([ek]))|brk)|A(tail|arr|rr)))|(s(s(cr|tarf|etmn|mile)|h(y|c(hcy|y)|ort(parallel|mid)|arp)|c(sim|y|n(sim|E|ap)|cue|irc|polint|e(dil)?|E|a(p|ron))?|t(ar(f)?|r(ns|aight(phi|epsilon)))|i(gma([fv])?|m(ne|dot|plus|e(q)?|l(E)?|rarr|g(E)?)?)|zlig|o(pf|ftcy|l(b(ar)?)?)|dot([be])?|u(ng|cc(sim|n(sim|eqq|approx)|curlyeq|eq|approx)?|p(s(im|u([bp])|et(neq(q)?|eq(q)?)?)|hs(ol|ub)|1|n([Ee])|2|d(sub|ot)|3|plus|e(dot)?|E|larr|mult)?|m|b(s(im|u([bp])|et(neq(q)?|eq(q)?)?)|n([Ee])|dot|plus|e(dot)?|E|rarr|mult)?)|pa(des(uit)?|r)|e(swar|ct|tm(n|inus)|ar(hk|r(ow)?)|xt|mi|Arr)|q(su(p(set(eq)?|e)?|b(set(eq)?|e)?)|c(up(s)?|ap(s)?)|u(f|ar([ef]))?)|fr(own)?|w(nwar|ar(hk|r(ow)?)|Arr)|larr|acute|rarr|m(t(e(s)?)?|i(d|le)|eparsl|a(shp|llsetminus))|bquo)|S(scr|hort((?:Right|Down|Up|Left)Arrow)|c(y|irc|edil|aron)?|tar|igma|H(cy|CHcy)|opf|u(c(hThat|ceeds(SlantEqual|Tilde|Equal)?)|p(set|erset(Equal)?)?|m|b(set(Equal)?)?)|OFTcy|q(uare(Su(perset(Equal)?|bset(Equal)?)|Intersection|Union)?|rt)|fr|acute|mallCircle))|(t(s(hcy|c([ry])|trok)|h(i(nsp|ck(sim|approx))|orn|e(ta(sym|v)?|re(4|fore))|k(sim|ap))|c(y|edil|aron)|i(nt|lde|mes(d|b(ar)?)?)|o(sa|p(cir|f(ork)?|bot)?|ea)|dot|prime|elrec|fr|w(ixt|ohead((?:lef|righ)tarrow))|a(u|rget)|r(i(sb|time|dot|plus|e|angle(down|q|left(eq)?|right(eq)?)?|minus)|pezium|ade)|brk)|T(s(cr|trok)|RADE|h(i((?:n|ck)Space)|e(ta|refore))|c(y|edil|aron)|S(H??cy)|ilde(Tilde|Equal|FullEqual)?|HORN|opf|fr|a([bu])|ripleDot))|(u(scr|h(ar([lr])|blk)|c(y|irc)|t(ilde|dot|ri(f)?)|Har|o(pf|gon)|d(har|arr|blac)|u(arr|ml)|p(si(h|lon)?|harpoon(left|right)|downarrow|uparrows|lus|arrow)|f(isht|r)|wangle|l(c(orn(er)?|rop)|tri)|a(cute|rr)|r(c(orn(er)?|rop)|tri|ing)|grave|m(l|acr)|br(cy|eve)|Arr)|U(scr|n(ion(Plus)?|der(B(ar|rac(e|ket))|Parenthesis))|c(y|irc)|tilde|o(pf|gon)|dblac|uml|p(si(lon)?|downarrow|Tee(Arrow)?|per((?:Righ|Lef)tArrow)|DownArrow|Equilibrium|arrow|Arrow(Bar|DownArrow)?)|fr|a(cute|rr(ocir)?)|ring|grave|macr|br(cy|eve)))|(v(s(cr|u(pn([Ee])|bn([Ee])))|nsu([bp])|cy|Bar(v)?|zigzag|opf|dash|prop|e(e(eq|bar)?|llip|r(t|bar))|Dash|fr|ltri|a(ngrt|r(s(igma|u(psetneq(q)?|bsetneq(q)?))|nothing|t(heta|riangle(left|right))|p(hi|i|ropto)|epsilon|kappa|r(ho)?))|rtri|Arr)|V(scr|cy|opf|dash(l)?|e(e|r(yThinSpace|t(ical(Bar|Separator|Tilde|Line))?|bar))|Dash|vdash|fr|bar))|(w(scr|circ|opf|p|e(ierp|d(ge(q)?|bar))|fr|r(eath)?)|W(scr|circ|opf|edge|fr))|(X(scr|i|opf|fr)|x(s(cr|qcup)|h([Aa]rr)|nis|c(irc|up|ap)|i|o(time|dot|p(f|lus))|dtri|u(tri|plus)|vee|fr|wedge|l([Aa]rr)|r([Aa]rr)|map))|(y(scr|c(y|irc)|icy|opf|u(cy|ml)|en|fr|ac(y|ute))|Y(scr|c(y|irc)|opf|uml|Icy|Ucy|fr|acute|Acy))|(z(scr|hcy|c(y|aron)|igrarr|opf|dot|e(ta|etrf)|fr|w(n?j)|acute)|Z(scr|c(y|aron)|Hcy|opf|dot|e(ta|roWidthSpace)|fr|acute)))(;)\",\"name\":\"constant.character.entity.named.$2.astro\"},{\"captures\":{\"1\":{\"name\":\"punctuation.definition.entity.astro\"},\"3\":{\"name\":\"punctuation.definition.entity.astro\"}},\"match\":\"(&)#[0-9]+(;)\",\"name\":\"constant.character.entity.numeric.decimal.astro\"},{\"captures\":{\"1\":{\"name\":\"punctuation.definition.entity.astro\"},\"3\":{\"name\":\"punctuation.definition.entity.astro\"}},\"match\":\"(&)#[Xx]\\\\h+(;)\",\"name\":\"constant.character.entity.numeric.hexadecimal.astro\"},{\"match\":\"&(?=[0-9A-Za-z]+;)\",\"name\":\"invalid.illegal.ambiguous-ampersand.astro\"}]},\"frontmatter\":{\"begin\":\"\\\\A(-{3})\\\\s*$\",\"beginCaptures\":{\"1\":{\"name\":\"comment\"}},\"contentName\":\"source.ts\",\"end\":\"(^|\\\\G)(-{3})|\\\\.{3}\\\\s*$\",\"endCaptures\":{\"2\":{\"name\":\"comment\"}},\"patterns\":[{\"include\":\"source.ts\"}]},\"interpolation\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.section.embedded.begin.astro\"}},\"contentName\":\"meta.embedded.expression.astro source.tsx\",\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.section.embedded.end.astro\"}},\"patterns\":[{\"begin\":\"\\\\G\\\\s*(?=\\\\{)\",\"end\":\"(?<=})\",\"patterns\":[{\"include\":\"source.tsx#object-literal\"}]},{\"include\":\"source.tsx\"}]}]},\"scope\":{\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#tags\"},{\"include\":\"#interpolation\"},{\"include\":\"#entities\"}]},\"tags\":{\"patterns\":[{\"include\":\"#tags-raw\"},{\"include\":\"#tags-lang\"},{\"include\":\"#tags-void\"},{\"include\":\"#tags-general-end\"},{\"include\":\"#tags-general-start\"}]},\"tags-end-node\":{\"captures\":{\"1\":{\"name\":\"meta.tag.end.astro punctuation.definition.tag.begin.astro\"},\"2\":{\"name\":\"meta.tag.end.astro\",\"patterns\":[{\"include\":\"#tags-name\"}]},\"3\":{\"name\":\"meta.tag.end.astro punctuation.definition.tag.end.astro\"},\"4\":{\"name\":\"meta.tag.start.astro punctuation.definition.tag.end.astro\"}},\"match\":\"(</)(.*?)\\\\s*(>)|(/>)\"},\"tags-general-end\":{\"begin\":\"(</)([^/>\\\\s]*)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.tag.end.astro punctuation.definition.tag.begin.astro\"},\"2\":{\"name\":\"meta.tag.end.astro\",\"patterns\":[{\"include\":\"#tags-name\"}]}},\"end\":\"(>)\",\"endCaptures\":{\"1\":{\"name\":\"meta.tag.end.astro punctuation.definition.tag.end.astro\"}},\"name\":\"meta.scope.tag.$2.astro\"},\"tags-general-start\":{\"begin\":\"(<)([^/>\\\\s]*)\",\"beginCaptures\":{\"0\":{\"patterns\":[{\"include\":\"#tags-start-node\"}]}},\"end\":\"(/?>)\",\"endCaptures\":{\"1\":{\"name\":\"meta.tag.start.astro punctuation.definition.tag.end.astro\"}},\"name\":\"meta.scope.tag.$2.astro\",\"patterns\":[{\"include\":\"#tags-start-attributes\"}]},\"tags-lang\":{\"begin\":\"<(s(?:cript|tyle))\",\"beginCaptures\":{\"0\":{\"patterns\":[{\"include\":\"#tags-start-node\"}]}},\"end\":\"</\\\\1\\\\s*>|/>\",\"endCaptures\":{\"0\":{\"patterns\":[{\"include\":\"#tags-end-node\"}]}},\"name\":\"meta.scope.tag.$1.astro meta.$1.astro\",\"patterns\":[{\"begin\":\"\\\\G(?=\\\\s*[^>]*?(type|lang)\\\\s*=\\\\s*([\\\"']?)(?:text/)?(application/ld\\\\+json)\\\\2)\",\"end\":\"(?=</|/>)\",\"name\":\"meta.lang.json.astro\",\"patterns\":[{\"include\":\"#tags-lang-start-attributes\"}]},{\"begin\":\"\\\\G(?=\\\\s*[^>]*?(type|lang)\\\\s*=\\\\s*([\\\"']?)(module)\\\\2)\",\"end\":\"(?=</|/>)\",\"name\":\"meta.lang.javascript.astro\",\"patterns\":[{\"include\":\"#tags-lang-start-attributes\"}]},{\"begin\":\"\\\\G(?=\\\\s*[^>]*?(type|lang)\\\\s*=\\\\s*([\\\"']?)(?:text/|application/)?([+/\\\\w]+)\\\\2)\",\"end\":\"(?=</|/>)\",\"name\":\"meta.lang.$3.astro\",\"patterns\":[{\"include\":\"#tags-lang-start-attributes\"}]},{\"include\":\"#tags-lang-start-attributes\"}]},\"tags-lang-start-attributes\":{\"begin\":\"\\\\G\",\"end\":\"(?=/>)|>\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.tag.end.astro\"}},\"name\":\"meta.tag.start.astro\",\"patterns\":[{\"include\":\"#attributes\"}]},\"tags-name\":{\"patterns\":[{\"match\":\"[A-Z][0-9A-Z_a-z]*\",\"name\":\"support.class.component.astro\"},{\"match\":\"[a-z][0-:\\\\w]*-[-0-:\\\\w]*\",\"name\":\"meta.tag.custom.astro entity.name.tag.astro\"},{\"match\":\"[a-z][-0-:\\\\w]*\",\"name\":\"entity.name.tag.astro\"}]},\"tags-raw\":{\"begin\":\"<([^!/<>?\\\\s]+)(?=[^>]+is:raw).*?\",\"beginCaptures\":{\"0\":{\"patterns\":[{\"include\":\"#tags-start-node\"}]}},\"contentName\":\"source.unknown\",\"end\":\"</\\\\1\\\\s*>|/>\",\"endCaptures\":{\"0\":{\"patterns\":[{\"include\":\"#tags-end-node\"}]}},\"name\":\"meta.scope.tag.$1.astro meta.raw.astro\",\"patterns\":[{\"include\":\"#tags-lang-start-attributes\"}]},\"tags-start-attributes\":{\"begin\":\"\\\\G\",\"end\":\"(?=/?>)\",\"name\":\"meta.tag.start.astro\",\"patterns\":[{\"include\":\"#attributes\"}]},\"tags-start-node\":{\"captures\":{\"1\":{\"name\":\"punctuation.definition.tag.begin.astro\"},\"2\":{\"patterns\":[{\"include\":\"#tags-name\"}]}},\"match\":\"(<)([^/>\\\\s]*)\",\"name\":\"meta.tag.start.astro\"},\"tags-void\":{\"begin\":\"(<)(area|base|br|col|embed|hr|img|input|link|meta|param|source|track|wbr)(?=\\\\s|/?>)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.tag.begin.astro\"},\"2\":{\"name\":\"entity.name.tag.astro\"}},\"end\":\"/?>\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.tag.begin.astro\"}},\"name\":\"meta.tag.void.astro\",\"patterns\":[{\"include\":\"#attributes\"}]},\"text\":{\"patterns\":[{\"begin\":\"(?<=^|---|[>}])\",\"end\":\"(?=[<{]|$)\",\"name\":\"text.astro\",\"patterns\":[{\"include\":\"#entities\"}]}]}},\"scopeName\":\"source.astro\",\"embeddedLangs\":[\"json\",\"javascript\",\"typescript\",\"css\",\"postcss\",\"tsx\"],\"embeddedLangsLazy\":[\"sass\",\"scss\",\"stylus\",\"less\"]}"))
|
|
9
|
+
|
|
10
|
+
export default [
|
|
11
|
+
...json,
|
|
12
|
+
...javascript,
|
|
13
|
+
...typescript,
|
|
14
|
+
...css,
|
|
15
|
+
...postcss,
|
|
16
|
+
...tsx,
|
|
17
|
+
lang
|
|
18
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"AWK\",\"fileTypes\":[\"awk\"],\"name\":\"awk\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#procedure\"},{\"include\":\"#pattern\"}],\"repository\":{\"builtin-pattern\":{\"match\":\"\\\\b(BEGINFILE|BEGIN|ENDFILE|END)\\\\b\",\"name\":\"constant.language.awk\"},\"command\":{\"patterns\":[{\"match\":\"\\\\b(?:next|printf??)\\\\b\",\"name\":\"keyword.other.command.awk\"},{\"match\":\"\\\\b(?:close|getline|delete|system)\\\\b\",\"name\":\"keyword.other.command.nawk\"},{\"match\":\"\\\\b(?:fflush|nextfile)\\\\b\",\"name\":\"keyword.other.command.bell-awk\"}]},\"comment\":{\"match\":\"#.*\",\"name\":\"comment.line.number-sign.awk\"},\"constant\":{\"patterns\":[{\"include\":\"#numeric-constant\"},{\"include\":\"#string-constant\"}]},\"escaped-char\":{\"match\":\"\\\\\\\\(?:[\\\"/\\\\\\\\abfnrtv]|x\\\\h{2}|[0-7]{3})\",\"name\":\"constant.character.escape.awk\"},\"expression\":{\"patterns\":[{\"include\":\"#command\"},{\"include\":\"#function\"},{\"include\":\"#constant\"},{\"include\":\"#variable\"},{\"include\":\"#regexp-in-expression\"},{\"include\":\"#operator\"},{\"include\":\"#groupings\"}]},\"function\":{\"patterns\":[{\"match\":\"\\\\b(?:exp|int|log|sqrt|index|length|split|sprintf|substr)\\\\b\",\"name\":\"support.function.awk\"},{\"match\":\"\\\\b(?:atan2|cos|rand|sin|srand|gsub|match|sub|tolower|toupper)\\\\b\",\"name\":\"support.function.nawk\"},{\"match\":\"\\\\b(?:gensub|strftime|systime)\\\\b\",\"name\":\"support.function.gawk\"}]},\"function-definition\":{\"begin\":\"\\\\b(function)\\\\s+(\\\\w+)(\\\\()\",\"beginCaptures\":{\"1\":{\"name\":\"storage.type.function.awk\"},\"2\":{\"name\":\"entity.name.function.awk\"},\"3\":{\"name\":\"punctuation.definition.parameters.begin.awk\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.end.awk\"}},\"patterns\":[{\"match\":\"\\\\b(\\\\w+)\\\\b\",\"name\":\"variable.parameter.function.awk\"},{\"match\":\"\\\\b(,)\\\\b\",\"name\":\"punctuation.separator.parameters.awk\"}]},\"groupings\":{\"patterns\":[{\"match\":\"\\\\(\",\"name\":\"meta.brace.round.awk\"},{\"match\":\"\\\\)\",\"name\":\"meta.brace.round.awk\"},{\"match\":\",\",\"name\":\"punctuation.separator.parameters.awk\"}]},\"keyword\":{\"match\":\"\\\\b(?:break|continue|do|while|exit|for|if|else|return)\\\\b\",\"name\":\"keyword.control.awk\"},\"numeric-constant\":{\"match\":\"\\\\b[0-9]+(?:\\\\.[0-9]+)?(?:e[-+][0-9]+)?\\\\b\",\"name\":\"constant.numeric.awk\"},\"operator\":{\"patterns\":[{\"match\":\"(!?~|[!<=>]=|[<>])\",\"name\":\"keyword.operator.comparison.awk\"},{\"match\":\"\\\\b(in)\\\\b\",\"name\":\"keyword.operator.comparison.awk\"},{\"match\":\"([-%*+/^]=|\\\\+\\\\+|--|>>|=)\",\"name\":\"keyword.operator.assignment.awk\"},{\"match\":\"(\\\\|\\\\||&&|!)\",\"name\":\"keyword.operator.boolean.awk\"},{\"match\":\"([-%*+/^])\",\"name\":\"keyword.operator.arithmetic.awk\"},{\"match\":\"([:?])\",\"name\":\"keyword.operator.trinary.awk\"},{\"match\":\"([]\\\\[])\",\"name\":\"keyword.operator.index.awk\"}]},\"pattern\":{\"patterns\":[{\"include\":\"#regexp-as-pattern\"},{\"include\":\"#function-definition\"},{\"include\":\"#builtin-pattern\"},{\"include\":\"#expression\"}]},\"procedure\":{\"begin\":\"\\\\{\",\"end\":\"}\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#procedure\"},{\"include\":\"#keyword\"},{\"include\":\"#expression\"}]},\"regex-as-assignment\":{\"begin\":\"([^-!%*+/<=>^]=)\\\\s*(/)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.assignment.awk\"},\"2\":{\"name\":\"punctuation.definition.regex.begin.awk\"}},\"contentName\":\"string.regexp\",\"end\":\"/\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.regex.end.awk\"}},\"patterns\":[{\"include\":\"source.regexp\"}]},\"regex-as-comparison\":{\"begin\":\"(!?~)\\\\s*(/)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.comparison.awk\"},\"2\":{\"name\":\"punctuation.definition.regex.begin.awk\"}},\"contentName\":\"string.regexp\",\"end\":\"/\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.regex.end.awk\"}},\"patterns\":[{\"include\":\"source.regexp\"}]},\"regex-as-first-argument\":{\"begin\":\"(\\\\()\\\\s*(/)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.brace.round.awk\"},\"2\":{\"name\":\"punctuation.definition.regex.begin.awk\"}},\"contentName\":\"string.regexp\",\"end\":\"/\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.regex.end.awk\"}},\"patterns\":[{\"include\":\"source.regexp\"}]},\"regex-as-nth-argument\":{\"begin\":\"(,)\\\\s*(/)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.separator.parameters.awk\"},\"2\":{\"name\":\"punctuation.definition.regex.begin.awk\"}},\"contentName\":\"string.regexp\",\"end\":\"/\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.regex.end.awk\"}},\"patterns\":[{\"include\":\"source.regexp\"}]},\"regexp-as-pattern\":{\"begin\":\"/\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.regex.begin.awk\"}},\"contentName\":\"string.regexp\",\"end\":\"/\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.regex.end.awk\"}},\"patterns\":[{\"include\":\"source.regexp\"}]},\"regexp-in-expression\":{\"patterns\":[{\"include\":\"#regex-as-assignment\"},{\"include\":\"#regex-as-comparison\"},{\"include\":\"#regex-as-first-argument\"},{\"include\":\"#regex-as-nth-argument\"}]},\"string-constant\":{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.awk\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.awk\"}},\"name\":\"string.quoted.double.awk\",\"patterns\":[{\"include\":\"#escaped-char\"}]},\"variable\":{\"patterns\":[{\"match\":\"\\\\$[0-9]+\",\"name\":\"variable.language.awk\"},{\"match\":\"\\\\b(?:FILENAME|FS|NF|NR|OFMT|OFS|ORS|RS)\\\\b\",\"name\":\"variable.language.awk\"},{\"match\":\"\\\\b(?:ARGC|ARGV|CONVFMT|ENVIRON|FNR|RLENGTH|RSTART|SUBSEP)\\\\b\",\"name\":\"variable.language.nawk\"},{\"match\":\"\\\\b(?:ARGIND|ERRNO|FIELDWIDTHS|IGNORECASE|RT)\\\\b\",\"name\":\"variable.language.gawk\"}]}},\"scopeName\":\"source.awk\"}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Ballerina\",\"fileTypes\":[\"bal\"],\"name\":\"ballerina\",\"patterns\":[{\"include\":\"#statements\"}],\"repository\":{\"access-modifier\":{\"patterns\":[{\"match\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(p(?:ublic|rivate))(?![$_[:alnum:]])(?:(?=\\\\.\\\\.\\\\.)|(?!\\\\.))\",\"name\":\"storage.modifier.ballerina keyword.other.ballerina\"}]},\"annotationAttachment\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.decorator.ballerina\"},\"2\":{\"name\":\"support.type.ballerina\"},\"3\":{\"name\":\"punctuation.decorator.ballerina\"},\"4\":{\"name\":\"support.type.ballerina\"}},\"match\":\"(@)([$_[:alpha:]][$_[:alnum:]]*)\\\\s*(:?)\\\\s*((?:[$_[:alpha:]][$_[:alnum:]]*)?)\"}]},\"annotationDefinition\":{\"patterns\":[{\"begin\":\"\\\\bannotation\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\";\",\"patterns\":[{\"include\":\"#code\"}]}]},\"array-literal\":{\"begin\":\"\\\\s*(\\\\[)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.brace.square.ballerina\"}},\"end\":\"]\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.square.ballerina\"}},\"name\":\"meta.array.literal.ballerina\",\"patterns\":[{\"include\":\"#expression\"},{\"include\":\"#punctuation-comma\"}]},\"booleans\":{\"patterns\":[{\"match\":\"\\\\b(true|false)\\\\b\",\"name\":\"constant.language.boolean.ballerina\"}]},\"butClause\":{\"patterns\":[{\"begin\":\"=>\",\"beginCaptures\":{\"0\":{\"name\":\"meta.arrow.ballerina storage.type.function.arrow.ballerina\"}},\"end\":\",|(?=})\",\"patterns\":[{\"include\":\"#code\"}]}]},\"butExp\":{\"patterns\":[{\"begin\":\"\\\\bbut\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina.documentation\"}},\"patterns\":[{\"include\":\"#butExpBody\"},{\"include\":\"#comment\"}]}]},\"butExpBody\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina.documentation\"}},\"end\":\"(?=})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina.documentation\"}},\"patterns\":[{\"include\":\"#parameter\"},{\"include\":\"#butClause\"},{\"include\":\"#comment\"}]}]},\"call\":{\"patterns\":[{\"match\":\"'?([$_[:alpha:]][$_[:alnum:]]*)\\\\s*(?=\\\\()\",\"name\":\"entity.name.function.ballerina\"}]},\"callableUnitBody\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"(?=})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#workerDef\"},{\"include\":\"#service-decl\"},{\"include\":\"#objectDec\"},{\"include\":\"#function-defn\"},{\"include\":\"#forkStatement\"},{\"include\":\"#code\"}]}]},\"class-body\":{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"name\":\"meta.class.body.ballerina\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#mdDocumentation\"},{\"include\":\"#function-defn\"},{\"include\":\"#var-expr\"},{\"include\":\"#variable-initializer\"},{\"include\":\"#access-modifier\"},{\"include\":\"#keywords\"},{\"begin\":\"(?<=:)\\\\s*\",\"end\":\"(?=[-\\\\])+,:;}\\\\s]|^\\\\s*$|^\\\\s*(?:abstract|async|class|const|declare|enum|export|function|import|interface|let|module|namespace|return|service|type|var)\\\\b)\"},{\"include\":\"#decl-block\"},{\"include\":\"#expression\"},{\"include\":\"#punctuation-comma\"},{\"include\":\"#punctuation-semicolon\"}]},\"class-defn\":{\"begin\":\"(\\\\s+)(class)\\\\b|^class\\\\b(?=\\\\s+|/[*/])\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.class.ballerina keyword.other.ballerina\"}},\"end\":\"(?<=})\",\"name\":\"meta.class.ballerina\",\"patterns\":[{\"include\":\"#keywords\"},{\"captures\":{\"0\":{\"name\":\"entity.name.type.class.ballerina\"}},\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\"},{\"include\":\"#class-body\"}]},\"code\":{\"patterns\":[{\"include\":\"#booleans\"},{\"include\":\"#matchStatement\"},{\"include\":\"#butExp\"},{\"include\":\"#xml\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#keywords\"},{\"include\":\"#strings\"},{\"include\":\"#comment\"},{\"include\":\"#mdDocumentation\"},{\"include\":\"#annotationAttachment\"},{\"include\":\"#numbers\"},{\"include\":\"#maps\"},{\"include\":\"#paranthesised\"},{\"include\":\"#paranthesisedBracket\"},{\"include\":\"#regex\"}]},\"comment\":{\"patterns\":[{\"match\":\"//.*\",\"name\":\"comment.ballerina\"}]},\"constrainType\":{\"patterns\":[{\"begin\":\"<\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.begin.ballerina\"}},\"end\":\">\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.end.ballerina\"}},\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#constrainType\"},{\"match\":\"\\\\b([$_[:alpha:]][$_[:alnum:]]*)\\\\b\",\"name\":\"storage.type.ballerina\"}]}]},\"control-statement\":{\"patterns\":[{\"begin\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(return)(?![$_[:alnum:]])(?:(?=\\\\.\\\\.\\\\.)|(?!\\\\.))\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.control.flow.ballerina\"}},\"end\":\"(?=[;}]|$|;|^\\\\s*$|^\\\\s*(?:abstract|async|class|const|declare|enum|export|function|import|interface|let|module|namespace|return|service|type|var)\\\\b)\",\"patterns\":[{\"include\":\"#expression\"}]},{\"include\":\"#for-loop\"},{\"include\":\"#if-statement\"},{\"match\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(else|if)(?![$_[:alnum:]])(?:(?=\\\\.\\\\.\\\\.)|(?!\\\\.))\",\"name\":\"keyword.control.conditional.ballerina\"}]},\"decl-block\":{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"(?=} external;)|(})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"name\":\"meta.block.ballerina\",\"patterns\":[{\"include\":\"#statements\"},{\"include\":\"#mdDocumentation\"}]},\"declaration\":{\"patterns\":[{\"include\":\"#import-declaration\"},{\"include\":\"#var-expr\"},{\"include\":\"#typeDefinition\"},{\"include\":\"#function-defn\"},{\"include\":\"#service-decl\"},{\"include\":\"#class-defn\"},{\"include\":\"#enum-decl\"},{\"include\":\"#source\"},{\"include\":\"#keywords\"}]},\"defaultValue\":{\"patterns\":[{\"begin\":\"[:=]\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.operator.ballerina\"}},\"end\":\"(?=[),])\",\"patterns\":[{\"include\":\"#code\"}]}]},\"defaultWithParentheses\":{\"patterns\":[{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}}}]},\"documentationBody\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina.documentation\"}},\"end\":\"(?=})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina.documentation\"}},\"patterns\":[{\"captures\":{\"1\":{\"name\":\"keyword.other.ballerina.documentation\"},\"2\":{\"name\":\"keyword.other.ballerina.documentation\"},\"3\":{\"name\":\"variable.parameter.ballerina.documentation\"},\"4\":{\"name\":\"keyword.other.ballerina.documentation\"}},\"match\":\"([FPRTV])(\\\\{\\\\{)(.*)(}})\"},{\"begin\":\"```\",\"end\":\"```\",\"name\":\"comment.block.code.ballerina.documentation\"},{\"begin\":\"``\",\"end\":\"``\",\"name\":\"comment.block.code.ballerina.documentation\"},{\"begin\":\"`\",\"end\":\"`\",\"name\":\"comment.block.code.ballerina.documentation\"},{\"match\":\".\",\"name\":\"comment.block.ballerina.documentation\"}]}]},\"documentationDef\":{\"patterns\":[{\"begin\":\"\\\\bd(?:ocumentation|eprecated)\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"delimiter.curly\"}},\"patterns\":[{\"include\":\"#documentationBody\"},{\"include\":\"#comment\"}]}]},\"enum-decl\":{\"begin\":\"(?:\\\\b(const)\\\\s+)?\\\\b(enum)\\\\s+([$_[:alpha:]][$_[:alnum:]]*)\",\"beginCaptures\":{\"1\":{\"name\":\"storage.modifier.ballerina\"},\"2\":{\"name\":\"keyword.other.ballerina\"},\"3\":{\"name\":\"entity.name.type.enum.ballerina\"}},\"end\":\"(?<=})\",\"name\":\"meta.enum.declaration.ballerina\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#mdDocumentation\"},{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#mdDocumentation\"},{\"begin\":\"([$_[:alpha:]][$_[:alnum:]]*)\",\"beginCaptures\":{\"0\":{\"name\":\"variable.other.enummember.ballerina\"}},\"end\":\"(?=[,}]|$)\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#variable-initializer\"}]},{\"begin\":\"(?=(('([^'\\\\\\\\]|\\\\\\\\.)*')|(\\\"([^\\\"\\\\\\\\]|\\\\\\\\.)*\\\")|(`([^\\\\\\\\`]|\\\\\\\\.)*`)|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])+])))\",\"end\":\"(?=[,}]|$)\",\"patterns\":[{\"include\":\"#string\"},{\"include\":\"#array-literal\"},{\"include\":\"#comment\"},{\"include\":\"#variable-initializer\"}]},{\"include\":\"#punctuation-comma\"}]}]},\"errorDestructure\":{\"patterns\":[{\"begin\":\"error\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.ballerina\"}},\"end\":\"(?==>)\",\"patterns\":[{\"include\":\"#code\"}]}]},\"expression\":{\"patterns\":[{\"include\":\"#keywords\"},{\"include\":\"#expressionWithoutIdentifiers\"},{\"include\":\"#identifiers\"},{\"include\":\"#regex\"}]},\"expression-operators\":{\"patterns\":[{\"match\":\"(?:\\\\*|(?<!\\\\()/|[-%+])=\",\"name\":\"keyword.operator.assignment.compound.ballerina\"},{\"match\":\"(?:[\\\\&^]|<<|>>>??|\\\\|)=\",\"name\":\"keyword.operator.assignment.compound.bitwise.ballerina\"},{\"match\":\"<<|>>>?\",\"name\":\"keyword.operator.bitwise.shift.ballerina\"},{\"match\":\"[!=]==?\",\"name\":\"keyword.operator.comparison.ballerina\"},{\"match\":\"<=|>=|<>|[<>]\",\"name\":\"keyword.operator.relational.ballerina\"},{\"captures\":{\"1\":{\"name\":\"keyword.operator.logical.ballerina\"},\"2\":{\"name\":\"keyword.operator.assignment.compound.ballerina\"},\"3\":{\"name\":\"keyword.operator.arithmetic.ballerina\"}},\"match\":\"(?<=[$_[:alnum:]])(!)\\\\s*(?:(/=)|(/)(?![*/]))\"},{\"match\":\"!|&&|\\\\|\\\\||\\\\?\\\\?\",\"name\":\"keyword.operator.logical.ballerina\"},{\"match\":\"[\\\\&^|~]\",\"name\":\"keyword.operator.bitwise.ballerina\"},{\"match\":\"=\",\"name\":\"keyword.operator.assignment.ballerina\"},{\"match\":\"--\",\"name\":\"keyword.operator.decrement.ballerina\"},{\"match\":\"\\\\+\\\\+\",\"name\":\"keyword.operator.increment.ballerina\"},{\"match\":\"[-%*+/]\",\"name\":\"keyword.operator.arithmetic.ballerina\"}]},\"expressionWithoutIdentifiers\":{\"patterns\":[{\"include\":\"#xml\"},{\"include\":\"#string\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#comment\"},{\"include\":\"#object-literal\"},{\"include\":\"#ternary-expression\"},{\"include\":\"#expression-operators\"},{\"include\":\"#literal\"},{\"include\":\"#paranthesised\"},{\"include\":\"#regex\"}]},\"flags-on-off\":{\"name\":\"meta.flags.regexp.ballerina\",\"patterns\":[{\"begin\":\"(\\\\??)([imsx]*)(-?)([imsx]*)(:)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.other.non-capturing-group-begin.regexp.ballerina\"},\"2\":{\"name\":\"keyword.other.non-capturing-group.flags-on.regexp.ballerina\"},\"3\":{\"name\":\"punctuation.other.non-capturing-group.off.regexp.ballerina\"},\"4\":{\"name\":\"keyword.other.non-capturing-group.flags-off.regexp.ballerina\"},\"5\":{\"name\":\"punctuation.other.non-capturing-group-end.regexp.ballerina\"}},\"end\":\"()\",\"name\":\"constant.other.flag.regexp.ballerina\",\"patterns\":[{\"include\":\"#regexp\"},{\"include\":\"#template-substitution-element\"}]}]},\"for-loop\":{\"begin\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))foreach\\\\s*\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.control.loop.ballerina\"},\"1\":{\"name\":\"support.type.primitive.ballerina\"}},\"end\":\"(?=\\\\{)\",\"patterns\":[{\"match\":\"\\\\bin\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"include\":\"#identifiers\"},{\"include\":\"#comment\"},{\"include\":\"#var-expr\"},{\"include\":\"#expression\"}]},\"forkBody\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"(?=})\",\"patterns\":[{\"include\":\"#workerDef\"}]}]},\"forkStatement\":{\"patterns\":[{\"begin\":\"\\\\bfork\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.control.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#forkBody\"}]}]},\"function-body\":{\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#functionParameters\"},{\"include\":\"#decl-block\"},{\"begin\":\"=>\",\"beginCaptures\":{\"0\":{\"name\":\"meta.arrow.ballerina storage.type.function.arrow.ballerina\"}},\"end\":\"(?=;)|(?=,)|(?=\\\\);)\",\"name\":\"meta.block.ballerina\",\"patterns\":[{\"include\":\"#natural-expr\"},{\"include\":\"#statements\"},{\"include\":\"#punctuation-comma\"}]},{\"match\":\"\\\\*\",\"name\":\"keyword.generator.asterisk.ballerina\"}]},\"function-defn\":{\"begin\":\"(?:(p(?:ublic|rivate))\\\\s+)?(function)\\\\b\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.other.ballerina\"},\"2\":{\"name\":\"keyword.other.ballerina\"}},\"end\":\"(?<=;)|(?<=})|(?<=,)|(?=\\\\);)\",\"name\":\"meta.function.ballerina\",\"patterns\":[{\"match\":\"\\\\bexternal\\\\b\",\"name\":\"keyword.ballerina\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#annotationAttachment\"},{\"include\":\"#functionReturns\"},{\"include\":\"#functionName\"},{\"include\":\"#functionParameters\"},{\"include\":\"#punctuation-semicolon\"},{\"include\":\"#function-body\"},{\"include\":\"#regex\"}]},\"function-parameters-body\":{\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#numbers\"},{\"include\":\"#string\"},{\"include\":\"#annotationAttachment\"},{\"include\":\"#recordLiteral\"},{\"include\":\"#keywords\"},{\"include\":\"#parameter-name\"},{\"include\":\"#array-literal\"},{\"include\":\"#variable-initializer\"},{\"include\":\"#identifiers\"},{\"include\":\"#regex\"},{\"match\":\",\",\"name\":\"punctuation.separator.parameter.ballerina\"}]},\"functionName\":{\"patterns\":[{\"match\":\"\\\\bfunction\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"include\":\"#type-primitive\"},{\"include\":\"#self-literal\"},{\"include\":\"#string\"},{\"captures\":{\"2\":{\"name\":\"variable.language.this.ballerina\"},\"3\":{\"name\":\"keyword.other.ballerina\"},\"4\":{\"name\":\"support.type.primitive.ballerina\"},\"5\":{\"name\":\"storage.type.ballerina\"},\"6\":{\"name\":\"meta.definition.function.ballerina entity.name.function.ballerina\"}},\"match\":\"\\\\s+(\\\\b(self)|\\\\b(is|new|isolated|null|function|in)\\\\b|(string|int|boolean|float|byte|decimal|json|xml|anydata)\\\\b|\\\\b(readonly|error|map)\\\\b|([$_[:alpha:]][$_[:alnum:]]*))\"}]},\"functionParameters\":{\"begin\":\"[(\\\\[]\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.begin.ballerina\"}},\"end\":\"[])]\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.end.ballerina\"}},\"name\":\"meta.parameters.ballerina\",\"patterns\":[{\"include\":\"#function-parameters-body\"}]},\"functionReturns\":{\"begin\":\"\\\\s*(returns)\\\\s*\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.other.ballerina\"}},\"end\":\"(?==>)|(=)|(?=\\\\{)|(\\\\))|(?=;)\",\"endCaptures\":{\"1\":{\"name\":\"keyword.operator.ballerina\"}},\"name\":\"meta.type.function.return.ballerina\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#string\"},{\"include\":\"#numbers\"},{\"include\":\"#keywords\"},{\"include\":\"#type-primitive\"},{\"captures\":{\"1\":{\"name\":\"support.type.primitive.ballerina\"}},\"match\":\"\\\\s*\\\\b(var)(?=\\\\s+|[?\\\\[])\"},{\"match\":\"\\\\|\",\"name\":\"keyword.operator.ballerina\"},{\"match\":\"\\\\?\",\"name\":\"keyword.operator.optional.ballerina\"},{\"include\":\"#type-annotation\"},{\"include\":\"#type-tuple\"},{\"include\":\"#keywords\"},{\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"name\":\"variable.other.readwrite.ballerina\"}]},\"functionType\":{\"patterns\":[{\"begin\":\"\\\\bfunction\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\"(?=,)|(?=\\\\|)|(?=:)|(?==>)|(?=\\\\))|(?=])\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#functionTypeParamList\"},{\"include\":\"#functionTypeReturns\"}]}]},\"functionTypeParamList\":{\"patterns\":[{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"delimiter.parenthesis\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"delimiter.parenthesis\"}},\"patterns\":[{\"match\":\"public\",\"name\":\"keyword\"},{\"include\":\"#annotationAttachment\"},{\"include\":\"#recordLiteral\"},{\"include\":\"#record\"},{\"include\":\"#objectDec\"},{\"include\":\"#functionType\"},{\"include\":\"#constrainType\"},{\"include\":\"#parameterTuple\"},{\"include\":\"#functionTypeType\"},{\"include\":\"#comment\"}]}]},\"functionTypeReturns\":{\"patterns\":[{\"begin\":\"\\\\breturns\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword\"}},\"end\":\"(?=,)|\\\\||(?=])|(?=\\\\))\",\"patterns\":[{\"include\":\"#functionTypeReturnsParameter\"},{\"include\":\"#comment\"}]}]},\"functionTypeReturnsParameter\":{\"patterns\":[{\"begin\":\"((?=record|object|function)|[$_[:alpha:]][$_[:alnum:]]*)\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.ballerina\"}},\"end\":\"(?=,)|[:|]|(?==>)|(?=\\\\))|(?=])\",\"patterns\":[{\"include\":\"#record\"},{\"include\":\"#objectDec\"},{\"include\":\"#functionType\"},{\"include\":\"#constrainType\"},{\"include\":\"#defaultValue\"},{\"include\":\"#comment\"},{\"include\":\"#parameterTuple\"},{\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"name\":\"default.variable.parameter.ballerina\"}]}]},\"functionTypeType\":{\"patterns\":[{\"begin\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.ballerina\"}},\"end\":\"(?=,)|\\\\||(?=])|(?=\\\\))\"}]},\"identifiers\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.accessor.ballerina\"},\"2\":{\"name\":\"punctuation.accessor.optional.ballerina\"},\"3\":{\"name\":\"entity.name.function.ballerina\"}},\"match\":\"(?:(?:(\\\\.)|(\\\\?\\\\.(?!\\\\s*\\\\d)))\\\\s*)?([$_[:alpha:]][$_[:alnum:]]*)(?=\\\\s*=\\\\s*((((function\\\\s*[(*<])|(function\\\\s+)|([$_[:alpha:]][$_[:alnum:]]*\\\\s*=>)))|((((<\\\\s*)$|((<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<])*>)*>)*>\\\\s*)?\\\\(\\\\s*((([\\\\[{]\\\\s*)?)$|((\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})\\\\s*((:\\\\s*\\\\{?)$|((\\\\s*([^()<>{}]|<([^<>]|<([^<>]|<[^<>]+>)+>)+>|\\\\([^()]+\\\\)|\\\\{[^{}]+})+\\\\s*)?=\\\\s*)))|((\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*])\\\\s*((:\\\\s*\\\\[?)$|((\\\\s*([^()<>{}]|<([^<>]|<([^<>]|<[^<>]+>)+>)+>|\\\\([^()]+\\\\)|\\\\{[^{}]+})+\\\\s*)?=\\\\s*))))))|((<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<])*>)*>)*>\\\\s*)?\\\\(\\\\s*(/\\\\*([^*]|(\\\\*[^/]))*\\\\*/\\\\s*)*((\\\\)\\\\s*:)|((\\\\.\\\\.\\\\.\\\\s*)?[$_[:alpha:]][$_[:alnum:]]*\\\\s*:)))|((<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<])*>)*>)*>\\\\s*)?\\\\(\\\\s*(/\\\\*([^*]|(\\\\*[^/]))*\\\\*/\\\\s*)*(([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*])|(\\\\.\\\\.\\\\.\\\\s*[$_[:alpha:]]))([^\\\"'()`]|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|('([^'\\\\\\\\]|\\\\\\\\.)*')|(\\\"([^\\\"\\\\\\\\]|\\\\\\\\.)*\\\")|(`([^\\\\\\\\`]|\\\\\\\\.)*`))*)?\\\\)(\\\\s*:\\\\s*([^()<>{}]|<([^<>]|<([^<>]|<[^<>]+>)+>)+>|\\\\([^()]+\\\\)|\\\\{[^{}]+})+)?\\\\s*=>)))))\"},{\"captures\":{\"1\":{\"name\":\"punctuation.accessor.ballerina\"},\"2\":{\"name\":\"punctuation.accessor.optional.ballerina\"},\"3\":{\"name\":\"entity.name.function.ballerina\"}},\"match\":\"(?:(\\\\.)|(\\\\?\\\\.(?!\\\\s*\\\\d)))\\\\s*(#?[$_[:alpha:]][$_[:alnum:]]*)\\\\s*(?=\\\\()\"},{\"captures\":{\"1\":{\"name\":\"punctuation.accessor.ballerina\"},\"2\":{\"name\":\"punctuation.accessor.optional.ballerina\"},\"3\":{\"name\":\"variable.other.property.ballerina\"}},\"match\":\"(?:(\\\\.)|(\\\\?\\\\.(?!\\\\s*\\\\d)))\\\\s*(#?[$_[:alpha:]][$_[:alnum:]]*)\"},{\"include\":\"#type-primitive\"},{\"include\":\"#self-literal\"},{\"match\":\"\\\\b(check|foreach|if|checkpanic)\\\\b\",\"name\":\"keyword.control.ballerina\"},{\"include\":\"#natural-expr\"},{\"include\":\"#call\"},{\"match\":\"\\\\b(var)\\\\b\",\"name\":\"support.type.primitive.ballerina\"},{\"captures\":{\"1\":{\"name\":\"variable.other.readwrite.ballerina\"},\"3\":{\"name\":\"punctuation.accessor.ballerina\"},\"4\":{\"name\":\"entity.name.function.ballerina\"},\"5\":{\"name\":\"punctuation.definition.parameters.begin.ballerina\"},\"6\":{\"name\":\"punctuation.definition.parameters.end.ballerina\"}},\"match\":\"([$_[:alpha:]][$_[:alnum:]]*)((\\\\.)([$_[:alpha:]][$_[:alnum:]]*)(\\\\()(\\\\)))?\"},{\"match\":\"(')([$_[:alpha:]][$_[:alnum:]]*)\",\"name\":\"variable.other.property.ballerina\"},{\"include\":\"#type-annotation\"}]},\"if-statement\":{\"patterns\":[{\"begin\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(?=\\\\bif\\\\b\\\\s*(?!\\\\{))\",\"end\":\"(?<=})\",\"patterns\":[{\"include\":\"#comment\"},{\"begin\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(if)\\\\s*(\\\\()?\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.control.conditional.ballerina\"},\"2\":{\"name\":\"meta.brace.round.ballerina\"}},\"end\":\"(\\\\))|(?=\\\\{)\",\"endCaptures\":{\"1\":{\"name\":\"meta.brace.round.ballerina\"}},\"patterns\":[{\"include\":\"#decl-block\"},{\"include\":\"#keywords\"},{\"include\":\"#identifiers\"},{\"include\":\"#type-primitive\"},{\"include\":\"#xml\"},{\"include\":\"#string\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#comment\"},{\"include\":\"#ternary-expression\"},{\"include\":\"#expression-operators\"},{\"include\":\"#literal\"},{\"include\":\"#paranthesised\"},{\"include\":\"#regex\"}]},{\"begin\":\"(?<=\\\\))(?=[=\\\\s])\",\"end\":\"(?=\\\\{)\",\"patterns\":[{\"include\":\"#literal\"},{\"include\":\"#keywords\"}]},{\"include\":\"#decl-block\"}]}]},\"import-clause\":{\"patterns\":[{\"include\":\"#comment\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.default.ballerina\"},\"3\":{\"name\":\"variable.other.readwrite.ballerina meta.import.module.ballerina\"},\"5\":{\"name\":\"keyword.control.default.ballerina\"},\"6\":{\"name\":\"variable.other.readwrite.alias.ballerina\"}},\"match\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(?:\\\\b(default)|(\\\\*)|\\\\b([$_[:alpha:]][$_[:alnum:]]*))\"},{\"match\":\"([$_[:alpha:]][$_[:alnum:]]*)\",\"name\":\"variable.other.readwrite.alias.ballerina\"}]},\"import-declaration\":{\"begin\":\"\\\\bimport\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.control.import.ballerina\"}},\"end\":\";\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.terminator.statement.ballerina\"}},\"name\":\"meta.import.ballerina\",\"patterns\":[{\"match\":\"(')([$_[:alpha:]][$_[:alnum:]]*)\",\"name\":\"variable.other.property.ballerina\"},{\"include\":\"#keywords\"},{\"include\":\"#comment\"},{\"include\":\"#import-clause\"},{\"include\":\"#punctuation-accessor\"}]},\"keywords\":{\"patterns\":[{\"match\":\"\\\\b(fork|join|while|returns|transaction|transactional|retry|commit|rollback|typeof|enum|wait|match)\\\\b\",\"name\":\"keyword.control.ballerina\"},{\"match\":\"\\\\b(return|break|continue|check|checkpanic|panic|trap|from|where)\\\\b\",\"name\":\"keyword.control.flow.ballerina\"},{\"match\":\"\\\\b(public|private|external|return|record|object|remote|abstract|client|true|false|fail|import|version)\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"match\":\"\\\\b(as|on|function|resource|listener|const|final|is|null|lock|annotation|source|worker|parameter|field|isolated|in)\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"match\":\"\\\\b(xmlns|table|key|let|new|select|start|flush|default|do|base16|base64|conflict)\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"match\":\"\\\\b(limit|outer|equals|order|by|ascending|descending|class|configurable|variable|module|service|group|collect)\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"match\":\"(=>)\",\"name\":\"meta.arrow.ballerina storage.type.function.arrow.ballerina\"},{\"match\":\"([-!%+]|~=|===?|=|!==??|[\\\\&<>|]|\\\\?:|\\\\.\\\\.\\\\.|<=|>=|&&|\\\\|\\\\||~|>>>??)\",\"name\":\"keyword.operator.ballerina\"},{\"include\":\"#types\"},{\"include\":\"#self-literal\"},{\"include\":\"#type-primitive\"}]},\"literal\":{\"patterns\":[{\"include\":\"#booleans\"},{\"include\":\"#numbers\"},{\"include\":\"#strings\"},{\"include\":\"#maps\"},{\"include\":\"#self-literal\"},{\"include\":\"#array-literal\"}]},\"maps\":{\"patterns\":[{\"begin\":\"\\\\{\",\"end\":\"}\",\"patterns\":[{\"include\":\"#code\"}]}]},\"matchBindingPattern\":{\"patterns\":[{\"begin\":\"var\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.ballerina\"}},\"end\":\"(?==>)|,\",\"patterns\":[{\"include\":\"#errorDestructure\"},{\"include\":\"#code\"},{\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"name\":\"variable.parameter.ballerina\"}]}]},\"matchStatement\":{\"patterns\":[{\"begin\":\"\\\\bmatch\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.control.ballerina\"}},\"end\":\"}\",\"patterns\":[{\"include\":\"#matchStatementBody\"},{\"include\":\"#comment\"},{\"include\":\"#code\"}]}]},\"matchStatementBody\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina.documentation\"}},\"end\":\"(?=})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina.documentation\"}},\"patterns\":[{\"include\":\"#literal\"},{\"include\":\"#matchBindingPattern\"},{\"include\":\"#matchStatementPatternClause\"},{\"include\":\"#comment\"},{\"include\":\"#code\"}]}]},\"matchStatementPatternClause\":{\"patterns\":[{\"begin\":\"=>\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\"((})|[,;])\",\"patterns\":[{\"include\":\"#callableUnitBody\"},{\"include\":\"#code\"}]}]},\"mdDocumentation\":{\"begin\":\"#\",\"end\":\"[\\\\n\\\\r]+\",\"name\":\"comment.mddocs.ballerina\",\"patterns\":[{\"include\":\"#mdDocumentationReturnParamDescription\"},{\"include\":\"#mdDocumentationParamDescription\"}]},\"mdDocumentationParamDescription\":{\"patterns\":[{\"begin\":\"(\\\\+\\\\s+)('?[$_[:alpha:]][$_[:alnum:]]*)(\\\\s*-\\\\s+)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.ballerina\"},\"2\":{\"name\":\"variable.other.readwrite.ballerina\"},\"3\":{\"name\":\"keyword.operator.ballerina\"}},\"end\":\"(?=[^\\\\n\\\\r#]|# *?\\\\+)\",\"patterns\":[{\"match\":\"#.*\",\"name\":\"comment.mddocs.paramdesc.ballerina\"}]}]},\"mdDocumentationReturnParamDescription\":{\"patterns\":[{\"begin\":\"(#) *?(\\\\+) *(return) *(-)?(.*)\",\"beginCaptures\":{\"1\":{\"name\":\"comment.mddocs.ballerina\"},\"2\":{\"name\":\"keyword.ballerina\"},\"3\":{\"name\":\"keyword.ballerina\"},\"4\":{\"name\":\"keyword.ballerina\"},\"5\":{\"name\":\"comment.mddocs.returnparamdesc.ballerina\"}},\"end\":\"(?=[^\\\\n\\\\r#]|# *?\\\\+)\",\"patterns\":[{\"match\":\"#.*\",\"name\":\"comment.mddocs.returnparamdesc.ballerina\"}]}]},\"multiType\":{\"patterns\":[{\"match\":\"(?<=\\\\|)([$_[:alpha:]][$_[:alnum:]]*)|([$_[:alpha:]][$_[:alnum:]]*)(?=\\\\|)\",\"name\":\"storage.type.ballerina\"},{\"match\":\"\\\\|\",\"name\":\"keyword.operator.ballerina\"}]},\"natural-expr\":{\"patterns\":[{\"begin\":\"natural\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.other.ballerina\"}},\"end\":\"(?=})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#natural-expr-body\"}]}]},\"natural-expr-body\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"contentName\":\"string.template.ballerina\",\"end\":\"(?=})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#template-substitution-element\"},{\"include\":\"#string-character-escape\"},{\"include\":\"#templateVariable\"}]}]},\"numbers\":{\"patterns\":[{\"match\":\"\\\\b(?:0[Xx][A-Fa-f\\\\d]+\\\\b|\\\\d+(?:\\\\.(?:\\\\d+|$))?)\",\"name\":\"constant.numeric.decimal.ballerina\"}]},\"object-literal\":{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"name\":\"meta.objectliteral.ballerina\",\"patterns\":[{\"include\":\"#object-member\"},{\"include\":\"#punctuation-comma\"}]},\"object-member\":{\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#function-defn\"},{\"include\":\"#literal\"},{\"include\":\"#keywords\"},{\"include\":\"#expression\"},{\"begin\":\"(?=\\\\[)\",\"end\":\"(?=:)|((?<=])(?=\\\\s*[(<]))\",\"name\":\"meta.object.member.ballerina meta.object-literal.key.ballerina\",\"patterns\":[{\"include\":\"#comment\"}]},{\"begin\":\"(?=[\\\"'`])\",\"end\":\"(?=:)|((?<=[\\\"'`])(?=((\\\\s*[(,<}])|(\\\\n*})|(\\\\s+(as)\\\\s+))))\",\"name\":\"meta.object.member.ballerina meta.object-literal.key.ballerina\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#string\"}]},{\"begin\":\"(?=\\\\b((?<!\\\\$)0[Xx]\\\\h[_\\\\h]*(n)?\\\\b(?!\\\\$))|\\\\b((?<!\\\\$)0[Bb][01][01_]*(n)?\\\\b(?!\\\\$))|\\\\b((?<!\\\\$)0[Oo]?[0-7][0-7_]*(n)?\\\\b(?!\\\\$))|((?<!\\\\$)(?:\\\\b[0-9][0-9_]*(\\\\.)[0-9][0-9_]*[Ee][-+]?[0-9][0-9_]*(n)?\\\\b|\\\\b[0-9][0-9_]*(\\\\.)[Ee][-+]?[0-9][0-9_]*(n)?\\\\b|\\\\B(\\\\.)[0-9][0-9_]*[Ee][-+]?[0-9][0-9_]*(n)?\\\\b|\\\\b[0-9][0-9_]*[Ee][-+]?[0-9][0-9_]*(n)?\\\\b|\\\\b[0-9][0-9_]*(\\\\.)[0-9][0-9_]*(n)?\\\\b|\\\\b[0-9][0-9_]*(\\\\.)(n)?\\\\B|\\\\B(\\\\.)[0-9][0-9_]*(n)?\\\\b|\\\\b[0-9][0-9_]*(n)?\\\\b(?!\\\\.))(?!\\\\$)))\",\"end\":\"(?=:)|(?=\\\\s*([(,<}])|(\\\\s+as\\\\s+))\",\"name\":\"meta.object.member.ballerina meta.object-literal.key.ballerina\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#numbers\"}]},{\"begin\":\"(?<=[]\\\"'`])(?=\\\\s*[(<])\",\"end\":\"(?=[,;}])|(?<=})\",\"name\":\"meta.method.declaration.ballerina\",\"patterns\":[{\"include\":\"#function-body\"}]},{\"captures\":{\"0\":{\"name\":\"meta.object-literal.key.ballerina\"},\"1\":{\"name\":\"constant.numeric.decimal.ballerina\"}},\"match\":\"(?![$_[:alpha:]])(\\\\d+)\\\\s*(?=(/\\\\*([^*]|(\\\\*[^/]))*\\\\*/\\\\s*)*:)\",\"name\":\"meta.object.member.ballerina\"},{\"captures\":{\"0\":{\"name\":\"meta.object-literal.key.ballerina\"},\"1\":{\"name\":\"entity.name.function.ballerina\"}},\"match\":\"([$_[:alpha:]][$_[:alnum:]]*)\\\\s*(?=(/\\\\*([^*]|(\\\\*[^/]))*\\\\*/\\\\s*)*:(\\\\s*/\\\\*([^*]|(\\\\*[^/]))*\\\\*/)*\\\\s*((((function\\\\s*[(*<])|(function\\\\s+)|([$_[:alpha:]][$_[:alnum:]]*\\\\s*=>)))|((((<\\\\s*)$|((<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<])*>)*>)*>\\\\s*)?\\\\(\\\\s*((([\\\\[{]\\\\s*)?)$|((\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})\\\\s*((:\\\\s*\\\\{?)$|((\\\\s*([^()<>{}]|<([^<>]|<([^<>]|<[^<>]+>)+>)+>|\\\\([^()]+\\\\)|\\\\{[^{}]+})+\\\\s*)?=\\\\s*)))|((\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*])\\\\s*((:\\\\s*\\\\[?)$|((\\\\s*([^()<>{}]|<([^<>]|<([^<>]|<[^<>]+>)+>)+>|\\\\([^()]+\\\\)|\\\\{[^{}]+})+\\\\s*)?=\\\\s*))))))|((<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<])*>)*>)*>\\\\s*)?\\\\(\\\\s*(/\\\\*([^*]|(\\\\*[^/]))*\\\\*/\\\\s*)*((\\\\)\\\\s*:)|((\\\\.\\\\.\\\\.\\\\s*)?[$_[:alpha:]][$_[:alnum:]]*\\\\s*:)))|((<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<]|<\\\\s*([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*]))([^<=>]|=[^<])*>)*>)*>\\\\s*)?\\\\(\\\\s*(/\\\\*([^*]|(\\\\*[^/]))*\\\\*/\\\\s*)*(([$_[:alpha:]]|(\\\\{([^{}]|(\\\\{([^{}]|\\\\{[^{}]*})*}))*})|(\\\\[([^]\\\\[]|(\\\\[([^]\\\\[]|\\\\[[^]\\\\[]*])*]))*])|(\\\\.\\\\.\\\\.\\\\s*[$_[:alpha:]]))([^\\\"'()`]|(\\\\(([^()]|(\\\\(([^()]|\\\\([^()]*\\\\))*\\\\)))*\\\\))|('([^'\\\\\\\\]|\\\\\\\\.)*')|(\\\"([^\\\"\\\\\\\\]|\\\\\\\\.)*\\\")|(`([^\\\\\\\\`]|\\\\\\\\.)*`))*)?\\\\)(\\\\s*:\\\\s*([^()<>{}]|<([^<>]|<([^<>]|<[^<>]+>)+>)+>|\\\\([^()]+\\\\)|\\\\{[^{}]+})+)?\\\\s*=>)))))\",\"name\":\"meta.object.member.ballerina\"},{\"captures\":{\"0\":{\"name\":\"meta.object-literal.key.ballerina\"}},\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\\\\s*(?=(/\\\\*([^*]|(\\\\*[^/]))*\\\\*/\\\\s*)*:)\",\"name\":\"meta.object.member.ballerina\"},{\"begin\":\"\\\\.\\\\.\\\\.\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.operator.spread.ballerina\"}},\"end\":\"(?=[,}])\",\"name\":\"meta.object.member.ballerina\",\"patterns\":[{\"include\":\"#expression\"}]},{\"captures\":{\"1\":{\"name\":\"variable.other.readwrite.ballerina\"}},\"match\":\"([$_[:alpha:]][$_[:alnum:]]*)\\\\s*(?=[,}]|$|//|/\\\\*)\",\"name\":\"meta.object.member.ballerina\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.as.ballerina\"},\"2\":{\"name\":\"storage.modifier.ballerina\"}},\"match\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(as)\\\\s+(const)(?=\\\\s*([,}]|$))\",\"name\":\"meta.object.member.ballerina\"},{\"begin\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(as)\\\\s+\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.control.as.ballerina\"}},\"end\":\"(?=[-\\\\])+,:;>?}]|\\\\|\\\\||&&|!==|$|^|((?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(as)\\\\s+))\",\"name\":\"meta.object.member.ballerina\"},{\"begin\":\"(?=[$_[:alpha:]][$_[:alnum:]]*\\\\s*=)\",\"end\":\"(?=[,}]|$|//|/\\\\*)\",\"name\":\"meta.object.member.ballerina\",\"patterns\":[{\"include\":\"#expression\"}]}]},\"objectDec\":{\"patterns\":[{\"begin\":\"\\\\bobject\\\\b(?!:)\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.other.ballerina\"}},\"end\":\"(?<=})\",\"patterns\":[{\"include\":\"#decl-block\"}]}]},\"objectInitBody\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"(?=})\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#code\"}]}]},\"objectInitParameters\":{\"patterns\":[{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.begin.ballerina\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.end.ballerina\"}},\"patterns\":[{\"include\":\"#code\"},{\"match\":\"\\\\b([$_[:alpha:]][$_[:alnum:]]*)\\\\b\",\"name\":\"variable.parameter.ballerina\"}]}]},\"objectMemberFunctionDec\":{\"patterns\":[{\"begin\":\"\\\\bfunction\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\";\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#functionParameters\"},{\"match\":\"\\\\breturns\\\\b\",\"name\":\"keyword.ballerina\"},{\"include\":\"#code\"}]}]},\"parameter\":{\"patterns\":[{\"begin\":\"((?=record|object|function)|([$_[:alpha:]][$_[:alnum:]]*)(?=\\\\|)|[$_[:alpha:]][$_[:alnum:]]*)\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.ballerina\"}},\"end\":\"[,:|]|(?==>)|(?=\\\\))|(?=])\",\"patterns\":[{\"include\":\"#parameterWithDescriptor\"},{\"include\":\"#record\"},{\"include\":\"#objectDec\"},{\"include\":\"#functionType\"},{\"include\":\"#constrainType\"},{\"include\":\"#defaultValue\"},{\"include\":\"#comment\"},{\"include\":\"#parameterTuple\"},{\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"name\":\"default.variable.parameter.ballerina\"}]}]},\"parameter-name\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"support.type.primitive.ballerina\"}},\"match\":\"\\\\s*\\\\b(var)\\\\s+\"},{\"captures\":{\"2\":{\"name\":\"keyword.operator.rest.ballerina\"},\"3\":{\"name\":\"support.type.primitive.ballerina\"},\"4\":{\"name\":\"keyword.other.ballerina\"},\"5\":{\"name\":\"constant.language.boolean.ballerina\"},\"6\":{\"name\":\"keyword.control.flow.ballerina\"},\"7\":{\"name\":\"storage.type.ballerina\"},\"8\":{\"name\":\"variable.parameter.ballerina\"},\"9\":{\"name\":\"variable.parameter.ballerina\"},\"10\":{\"name\":\"keyword.operator.optional.ballerina\"}},\"match\":\"(?:(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))\\\\s+)?(?:(\\\\.\\\\.\\\\.)\\\\s*)?(?<![:=])(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(?:(this)|(string|int|boolean|float|byte|decimal|json|xml|anydata)|\\\\b(is|new|isolated|null|function|in)\\\\b|\\\\b(true|false)\\\\b|\\\\b(check|foreach|if|checkpanic)\\\\b|\\\\b(readonly|error|map)\\\\b|([$_[:alpha:]][$_[:alnum:]]*))(?![$_[:alnum:]])(?:(?=\\\\.\\\\.\\\\.)|(?!\\\\.))\\\\s*(\\\\??)\"}]},\"parameterTuple\":{\"patterns\":[{\"begin\":\"\\\\[\",\"end\":\"(?=,)|(?=\\\\|)|(?=:)|(?==>)|(?=\\\\))\",\"patterns\":[{\"include\":\"#record\"},{\"include\":\"#objectDec\"},{\"include\":\"#parameterTupleType\"},{\"include\":\"#parameterTupleEnd\"},{\"include\":\"#comment\"}]}]},\"parameterTupleEnd\":{\"patterns\":[{\"begin\":\"]\",\"end\":\"(?=,)|(?=\\\\|)|(?=:)|(?==>)|(?=\\\\))\",\"patterns\":[{\"include\":\"#defaultWithParentheses\"},{\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"name\":\"default.variable.parameter.ballerina\"}]}]},\"parameterTupleType\":{\"patterns\":[{\"begin\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.ballerina\"}},\"end\":\"[,|]|(?=])\"}]},\"parameterWithDescriptor\":{\"patterns\":[{\"begin\":\"&\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.operator.ballerina\"}},\"end\":\"(?=,)|(?=\\\\|)|(?=\\\\))\",\"patterns\":[{\"include\":\"#parameter\"}]}]},\"parameters\":{\"patterns\":[{\"match\":\"\\\\s*(return|break|continue|check|checkpanic|panic|trap|from|where)\\\\b\",\"name\":\"keyword.control.flow.ballerina\"},{\"match\":\"\\\\s*(let|select)\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"match\":\",\",\"name\":\"punctuation.separator.parameter.ballerina\"}]},\"paranthesised\":{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"meta.brace.round.ballerina\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.round.ballerina\"}},\"name\":\"meta.brace.round.block.ballerina\",\"patterns\":[{\"include\":\"#self-literal\"},{\"include\":\"#function-defn\"},{\"include\":\"#decl-block\"},{\"include\":\"#comment\"},{\"include\":\"#string\"},{\"include\":\"#parameters\"},{\"include\":\"#annotationAttachment\"},{\"include\":\"#recordLiteral\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#parameter-name\"},{\"include\":\"#variable-initializer\"},{\"include\":\"#expression\"},{\"include\":\"#regex\"}]},\"paranthesisedBracket\":{\"patterns\":[{\"begin\":\"\\\\[\",\"end\":\"]\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#code\"}]}]},\"punctuation-accessor\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.accessor.ballerina\"},\"2\":{\"name\":\"punctuation.accessor.optional.ballerina\"}},\"match\":\"(\\\\.)|(\\\\?\\\\.(?!\\\\s*\\\\d))\"}]},\"punctuation-comma\":{\"patterns\":[{\"match\":\",\",\"name\":\"punctuation.separator.comma.ballerina\"}]},\"punctuation-semicolon\":{\"patterns\":[{\"match\":\";\",\"name\":\"punctuation.terminator.statement.ballerina\"}]},\"record\":{\"begin\":\"\\\\brecord\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.other.ballerina\"}},\"end\":\"(?<=})\",\"name\":\"meta.record.ballerina\",\"patterns\":[{\"include\":\"#recordBody\"}]},\"recordBody\":{\"patterns\":[{\"include\":\"#decl-block\"}]},\"recordLiteral\":{\"patterns\":[{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ballerina\"}},\"patterns\":[{\"include\":\"#code\"}]}]},\"regex\":{\"patterns\":[{\"begin\":\"\\\\b(re)(\\\\s*)(`)\",\"beginCaptures\":{\"1\":{\"name\":\"support.type.primitive.ballerina\"},\"3\":{\"name\":\"punctuation.definition.regexp.template.begin.ballerina\"}},\"end\":\"`\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.regexp.template.end.ballerina\"}},\"name\":\"regexp.template.ballerina\",\"patterns\":[{\"include\":\"#template-substitution-element\"},{\"include\":\"#regexp\"}]}]},\"regex-character-class\":{\"patterns\":[{\"match\":\"\\\\\\\\[DSWdnrstw]|\\\\.\",\"name\":\"keyword.other.character-class.regexp.ballerina\"},{\"match\":\"\\\\\\\\[^Ppu]\",\"name\":\"constant.character.escape.backslash.regexp\"}]},\"regex-unicode-properties-general-category\":{\"patterns\":[{\"match\":\"(Lu|Ll|Lt|Lm|Lo?|Mn|Mc|Me?|Nd|Nl|No?|Pc|Pd|Ps|Pe|Pi|Pf|Po?|Sm|Sc|Sk|So?|Zs|Zl|Zp?|Cf|Cc|Cn|Co?)\",\"name\":\"constant.other.unicode-property-general-category.regexp.ballerina\"}]},\"regex-unicode-property-key\":{\"patterns\":[{\"begin\":\"([gs]c=)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.other.unicode-property-key.regexp.ballerina\"}},\"end\":\"()\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.other.unicode-property.end.regexp.ballerina\"}},\"name\":\"keyword.other.unicode-property-key.regexp.ballerina\",\"patterns\":[{\"include\":\"#regex-unicode-properties-general-category\"}]}]},\"regexp\":{\"patterns\":[{\"match\":\"[$^]\",\"name\":\"keyword.control.assertion.regexp.ballerina\"},{\"match\":\"[*+?]|\\\\{(\\\\d+,\\\\d+|\\\\d+,|,\\\\d+|\\\\d+)}\\\\??\",\"name\":\"keyword.operator.quantifier.regexp.ballerina\"},{\"match\":\"\\\\|\",\"name\":\"keyword.operator.or.regexp.ballerina\"},{\"begin\":\"(\\\\()\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.group.regexp.ballerina\"}},\"end\":\"(\\\\))\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.group.regexp.ballerina\"}},\"name\":\"meta.group.assertion.regexp.ballerina\",\"patterns\":[{\"include\":\"#template-substitution-element\"},{\"include\":\"#regexp\"},{\"include\":\"#flags-on-off\"},{\"include\":\"#unicode-property-escape\"}]},{\"begin\":\"(\\\\[)(\\\\^)?\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.character-class.start.regexp.ballerina\"},\"2\":{\"name\":\"keyword.operator.negation.regexp.ballerina\"}},\"end\":\"(])\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.character-class.end.regexp.ballerina\"}},\"name\":\"constant.other.character-class.set.regexp.ballerina\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"constant.character.numeric.regexp\"},\"2\":{\"name\":\"constant.character.escape.backslash.regexp\"},\"3\":{\"name\":\"constant.character.numeric.regexp\"},\"4\":{\"name\":\"constant.character.escape.backslash.regexp\"}},\"match\":\"(?:.|(\\\\\\\\(?:[0-7]{3}|x\\\\h{2}|u\\\\h{4}))|(\\\\\\\\[^Ppu]))-(?:[^]\\\\\\\\]|(\\\\\\\\(?:[0-7]{3}|x\\\\h{2}|u\\\\h{4}))|(\\\\\\\\[^Ppu]))\",\"name\":\"constant.other.character-class.range.regexp.ballerina\"},{\"include\":\"#regex-character-class\"},{\"include\":\"#unicode-values\"},{\"include\":\"#unicode-property-escape\"}]},{\"include\":\"#template-substitution-element\"},{\"include\":\"#regex-character-class\"},{\"include\":\"#unicode-values\"},{\"include\":\"#unicode-property-escape\"}]},\"self-literal\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"variable.language.this.ballerina\"},\"2\":{\"name\":\"punctuation.accessor.ballerina\"},\"3\":{\"name\":\"entity.name.function.ballerina\"}},\"match\":\"\\\\b(self)\\\\b\\\\s*(.)\\\\s*([$_[:alpha:]][$_[:alnum:]]*)\\\\s*(?=\\\\()\"},{\"match\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))self\\\\b(?!\\\\$)\",\"name\":\"variable.language.this.ballerina\"}]},\"service-decl\":{\"begin\":\"\\\\bservice\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\"(?=;|^\\\\s*$|^\\\\s*(?:abstract|async|class|const|declare|enum|export|function|import|interface|let|module|namespace|return|service|type|var)\\\\b)|(?<=})|(?<=,)\",\"name\":\"meta.service.declaration.ballerina\",\"patterns\":[{\"include\":\"#class-defn\"},{\"include\":\"#serviceName\"},{\"include\":\"#serviceOn\"},{\"include\":\"#serviceBody\"},{\"include\":\"#objectDec\"}]},\"serviceBody\":{\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#mdDocumentation\"},{\"include\":\"#documentationDef\"},{\"include\":\"#decl-block\"}]},\"serviceName\":{\"patterns\":[{\"include\":\"#string\"},{\"match\":\"(/([$_[:alpha:]][$_[:alnum:]]*)|\\\"[$_[:alpha:]][$_[:alnum:]]*\\\")\",\"name\":\"entity.service.path.ballerina\"}]},\"serviceOn\":{\"patterns\":[{\"begin\":\"on\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.other.ballerina\"}},\"end\":\"(?=\\\\{)\",\"patterns\":[{\"include\":\"#code\"}]}]},\"source\":{\"patterns\":[{\"begin\":\"\\\\b(source)\\\\b\\\\s+([$_[:alpha:]][$_[:alnum:]]*)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.other.ballerina\"},\"2\":{\"name\":\"variable.other.readwrite.ballerina\"}},\"end\":\"(?=,)|(?=;)\"}]},\"statements\":{\"patterns\":[{\"include\":\"#stringTemplate\"},{\"include\":\"#declaration\"},{\"include\":\"#control-statement\"},{\"include\":\"#decl-block\"},{\"include\":\"#expression\"},{\"include\":\"#punctuation-semicolon\"},{\"include\":\"#string\"},{\"include\":\"#comment\"},{\"include\":\"#mdDocumentation\"},{\"include\":\"#keywords\"},{\"include\":\"#annotationAttachment\"},{\"include\":\"#regex\"}]},\"string\":{\"patterns\":[{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.ballerina\"}},\"end\":\"(\\\")|([^\\\\n\\\\\\\\])$\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.ballerina\"},\"2\":{\"name\":\"invalid.illegal.newline.ballerina\"}},\"name\":\"string.quoted.double.ballerina\",\"patterns\":[{\"include\":\"#string-character-escape\"}]}]},\"string-character-escape\":{\"patterns\":[{\"match\":\"\\\\\\\\(x\\\\h{2}|u\\\\h{4}|u\\\\{\\\\h+}|[012][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.|$)\",\"name\":\"constant.character.escape.ballerina\"}]},\"stringTemplate\":{\"patterns\":[{\"begin\":\"((string)|([$_[:alpha:]][$_[:alnum:]]*))?(`)\",\"beginCaptures\":{\"1\":{\"name\":\"entity.name.function.tagged-template.ballerina\"},\"2\":{\"name\":\"support.type.primitive.ballerina\"},\"4\":{\"name\":\"punctuation.definition.string.template.begin.ballerina\"}},\"end\":\"\\\\\\\\?`\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.template.end.ballerina\"}},\"name\":\"string.template.ballerina\",\"patterns\":[{\"include\":\"#template-substitution-element\"},{\"include\":\"#string-character-escape\"}]}]},\"strings\":{\"patterns\":[{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"string.begin.ballerina\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"string.end.ballerina\"}},\"patterns\":[{\"match\":\"\\\\\\\\.\",\"name\":\"constant.character.escape.ballerina\"},{\"match\":\".\",\"name\":\"string\"}]}]},\"template-substitution-element\":{\"patterns\":[{\"begin\":\"\\\\$\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.template-expression.begin.ballerina\"}},\"contentName\":\"meta.embedded.line.ballerina\",\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.template-expression.end.ballerina\"}},\"name\":\"meta.template.expression.ballerina\",\"patterns\":[{\"include\":\"#expression\"}]}]},\"templateVariable\":{\"patterns\":[{\"begin\":\"\\\\$\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"constant.character.escape.ballerina\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"constant.character.escape.ballerina\"}},\"patterns\":[{\"include\":\"#code\"}]}]},\"ternary-expression\":{\"begin\":\"(?!\\\\?\\\\.\\\\s*\\\\D)(\\\\?)(?!\\\\?)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.ternary.ballerina\"}},\"end\":\"\\\\s*\",\"endCaptures\":{\"1\":{\"name\":\"keyword.operator.ternary.ballerina\"}},\"patterns\":[{\"include\":\"#expression\"}]},\"tupleType\":{\"patterns\":[{\"begin\":\"\\\\[\",\"end\":\"(?=[];])\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#constrainType\"},{\"include\":\"#paranthesisedBracket\"},{\"match\":\"\\\\b([$_[:alpha:]][$_[:alnum:]]*)\\\\b\",\"name\":\"storage.type.ballerina\"}]}]},\"type\":{\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#string\"},{\"include\":\"#numbers\"},{\"include\":\"#type-primitive\"},{\"include\":\"#type-tuple\"}]},\"type-annotation\":{\"patterns\":[{\"begin\":\"(:)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.type.annotation.ballerina\"}},\"end\":\"(?<![\\\\&:|])((?=$|^|[]),;=>?}]|//)|(?==[^>])|((?<=[]$)>_}[:alpha:]])\\\\s*(?=\\\\{)))(\\\\?)?\",\"name\":\"meta.type.annotation.ballerina\",\"patterns\":[{\"include\":\"#booleans\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#regex\"},{\"include\":\"#self-literal\"},{\"include\":\"#xml\"},{\"include\":\"#call\"},{\"captures\":{\"1\":{\"name\":\"keyword.other.ballerina\"},\"2\":{\"name\":\"constant.language.boolean.ballerina\"},\"3\":{\"name\":\"keyword.control.ballerina\"},\"4\":{\"name\":\"storage.type.ballerina\"},\"5\":{\"name\":\"support.type.primitive.ballerina\"},\"6\":{\"name\":\"variable.other.readwrite.ballerina\"},\"8\":{\"name\":\"punctuation.accessor.ballerina\"},\"9\":{\"name\":\"entity.name.function.ballerina\"},\"10\":{\"name\":\"punctuation.definition.parameters.begin.ballerina\"},\"11\":{\"name\":\"punctuation.definition.parameters.end.ballerina\"}},\"match\":\"\\\\b(is|new|isolated|null|function|in)\\\\b|\\\\b(true|false)\\\\b|\\\\b(check|foreach|if|checkpanic)\\\\b|\\\\b(readonly|error|map)\\\\b|\\\\b(var)\\\\b|([$_[:alpha:]][$_[:alnum:]]*)((\\\\.)([$_[:alpha:]][$_[:alnum:]]*)(\\\\()(\\\\)))?\"},{\"match\":\"\\\\?\",\"name\":\"keyword.operator.optional.ballerina\"},{\"include\":\"#multiType\"},{\"include\":\"#type\"},{\"include\":\"#paranthesised\"}]}]},\"type-primitive\":{\"patterns\":[{\"match\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(string|int|boolean|float|byte|decimal|json|xml|anydata)(?![$_[:alnum:]])(?:(?=\\\\.\\\\.\\\\.)|(?!\\\\.))\",\"name\":\"support.type.primitive.ballerina\"}]},\"type-tuple\":{\"begin\":\"\\\\[\",\"beginCaptures\":{\"0\":{\"name\":\"meta.brace.square.ballerina\"}},\"end\":\"]\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.square.ballerina\"}},\"name\":\"meta.type.tuple.ballerina\",\"patterns\":[{\"include\":\"#self-literal\"},{\"include\":\"#booleans\"},{\"match\":\"\\\\.\\\\.\\\\.\",\"name\":\"keyword.operator.rest.ballerina\"},{\"captures\":{\"1\":{\"name\":\"entity.name.label.ballerina\"},\"2\":{\"name\":\"keyword.operator.optional.ballerina\"},\"3\":{\"name\":\"punctuation.separator.label.ballerina\"}},\"match\":\"(?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))([$_[:alpha:]][$_[:alnum:]]*)\\\\s*(\\\\?)?\\\\s*(:)\"},{\"include\":\"#identifiers\"},{\"include\":\"#type\"},{\"include\":\"#punctuation-comma\"}]},\"typeDefinition\":{\"patterns\":[{\"begin\":\"\\\\b(type)\\\\b\\\\s+([$_[:alpha:]][$_[:alnum:]]*)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.other.ballerina\"},\"2\":{\"name\":\"entity.name.type.ballerina\"}},\"end\":\";\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.terminator.statement.ballerina\"}},\"patterns\":[{\"include\":\"#functionParameters\"},{\"include\":\"#functionReturns\"},{\"include\":\"#mdDocumentation\"},{\"include\":\"#record\"},{\"include\":\"#string\"},{\"include\":\"#keywords\"},{\"include\":\"#multiType\"},{\"include\":\"#type-primitive\"},{\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"name\":\"variable.other.readwrite.ballerina\"},{\"include\":\"#type-annotation\"},{\"include\":\"#typeDescription\"},{\"include\":\"#decl-block\"}]}]},\"typeDescription\":{\"patterns\":[{\"begin\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"end\":\"(?=;)\",\"patterns\":[{\"include\":\"#numbers\"},{\"include\":\"#decl-block\"},{\"include\":\"#type-primitive\"},{\"match\":\"[$_[:alpha:]][$_[:alnum:]]*\",\"name\":\"storage.type.ballerina\"}]}]},\"types\":{\"patterns\":[{\"match\":\"\\\\b(handle|any|future|typedesc)\\\\b\",\"name\":\"storage.type.ballerina\"},{\"match\":\"\\\\b(boolean|int|string|float|decimal|byte|json|xml|anydata)\\\\b\",\"name\":\"support.type.primitive.ballerina\"},{\"match\":\"\\\\b(map|error|never|readonly|distinct)\\\\b\",\"name\":\"storage.type.ballerina\"},{\"match\":\"\\\\b(stream)\\\\b\",\"name\":\"storage.type.ballerina\"}]},\"unicode-property-escape\":{\"patterns\":[{\"begin\":\"(\\\\\\\\[Pp])(\\\\{)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.other.unicode-property.regexp.ballerina\"},\"2\":{\"name\":\"punctuation.other.unicode-property.begin.regexp.ballerina\"}},\"end\":\"(})\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.other.unicode-property.end.regexp.ballerina\"}},\"name\":\"keyword.other.unicode-property.regexp.ballerina\",\"patterns\":[{\"include\":\"#regex-unicode-properties-general-category\"},{\"include\":\"#regex-unicode-property-key\"}]}]},\"unicode-values\":{\"patterns\":[{\"begin\":\"(\\\\\\\\u)(\\\\{)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.other.unicode-value.regexp.ballerina\"},\"2\":{\"name\":\"punctuation.other.unicode-value.begin.regexp.ballerina\"}},\"end\":\"(})\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.other.unicode-value.end.regexp.ballerina\"}},\"name\":\"keyword.other.unicode-value.ballerina\",\"patterns\":[{\"match\":\"(\\\\h{1,6})\",\"name\":\"constant.other.unicode-value.regexp.ballerina\"}]}]},\"var-expr\":{\"patterns\":[{\"begin\":\"(?=\\\\b(var))\",\"beginCaptures\":{\"0\":{\"name\":\"storage.modifier.ballerina support.type.primitive.ballerina\"}},\"end\":\"(?!\\\\b(var))((?=[;}]|^\\\\s*$|^\\\\s*(?:abstract|async|class|const|declare|enum|export|function|import|interface|let|module|namespace|return|service|type|var)\\\\b)|((?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))(?=(if)\\\\s+))|((?<!^string|[^$._[:alnum:]]string|^int|[^$._[:alnum:]]int)(?=\\\\s*$)))\",\"name\":\"meta.var.expr.ballerina\",\"patterns\":[{\"begin\":\"\\\\b(var)(?=\\\\s+|[:?\\\\[|])\",\"beginCaptures\":{\"0\":{\"name\":\"support.type.primitive.ballerina\"}},\"end\":\"(?=\\\\S)\"},{\"match\":\"\\\\|\",\"name\":\"keyword.operator.type.annotation.ballerina\"},{\"match\":\"\\\\bin\\\\b\",\"name\":\"keyword.other.ballerina\"},{\"include\":\"#comment\"},{\"include\":\"#string\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#numbers\"},{\"include\":\"#multiType\"},{\"include\":\"#self-literal\"},{\"include\":\"#var-single-variable\"},{\"include\":\"#variable-initializer\"},{\"include\":\"#punctuation-comma\"},{\"include\":\"#type-annotation\"},{\"include\":\"#keywords\"},{\"include\":\"#type-tuple\"},{\"include\":\"#regex\"}]},{\"include\":\"#punctuation-comma\"},{\"begin\":\"(?=\\\\b(const(?!\\\\s+enum\\\\b)))\",\"end\":\"(?!\\\\b(const(?!\\\\s+enum\\\\b)))((?=\\\\bannotation\\\\b|[;}]|^\\\\s*$|^\\\\s*(?:abstract|async|class|const|declare|enum|export|function|import|interface|let|module|namespace|return|service|type|var)\\\\b)|((?<!^string|[^$._[:alnum:]]string|^int|[^$._[:alnum:]]int)(?=\\\\s*$)))\",\"name\":\"meta.var.expr.ballerina\",\"patterns\":[{\"begin\":\"\\\\b(const(?!\\\\s+enum\\\\b))\\\\s+\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.other.ballerina\"}},\"end\":\"(?=\\\\S)\"},{\"include\":\"#comment\"},{\"include\":\"#string\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#var-single-const\"},{\"include\":\"#variable-initializer\"},{\"include\":\"#punctuation-comma\"},{\"include\":\"#type-annotation\"}]},{\"include\":\"#punctuation-comma\"},{\"begin\":\"(string|int|boolean|float|byte|decimal|json|xml|anydata)(?=\\\\s+|[:?\\\\[|])\",\"beginCaptures\":{\"0\":{\"name\":\"support.type.primitive.ballerina\"}},\"end\":\"(?!\\\\b(var))((?=[;}]|^\\\\s*$|^\\\\s*(?:abstract|async|class|const|declare|enum|export|function|import|interface|let|module|namespace|return|service|type|var)\\\\b)|((?<!^string|[^$._[:alnum:]]string|^int|[^$._[:alnum:]]int)(?=\\\\s*$)))\",\"name\":\"meta.var.expr.ballerina\",\"patterns\":[{\"include\":\"#xml\"},{\"begin\":\"(string|int|boolean|float|byte|decimal|json|xml|anydata)(?=\\\\s+|[:?\\\\[|])\",\"beginCaptures\":{\"0\":{\"name\":\"support.type.primitive.ballerina\"}},\"end\":\"(?=\\\\S)\"},{\"match\":\"\\\\|\",\"name\":\"keyword.operator.type.annotation.ballerina\"},{\"include\":\"#string\"},{\"include\":\"#stringTemplate\"},{\"include\":\"#numbers\"},{\"include\":\"#multiType\"},{\"include\":\"#var-single-variable\"},{\"include\":\"#variable-initializer\"},{\"include\":\"#punctuation-comma\"},{\"include\":\"#type-annotation\"},{\"include\":\"#keywords\"},{\"include\":\"#type-tuple\"},{\"include\":\"#regex\"}]},{\"include\":\"#punctuation-comma\"}]},\"var-single-const\":{\"patterns\":[{\"name\":\"meta.var-single-variable.expr.ballerina\"},{\"begin\":\"\\\\b(var)\\\\s*\",\"beginCaptures\":{\"0\":{\"name\":\"support.type.primitive.ballerina\"}},\"end\":\"(?=\\\\S)\"},{\"include\":\"#types\"},{\"begin\":\"([$_[:alpha:]][$_[:alnum:]]*)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.definition.variable.ballerina variable.other.constant.ballerina\"}},\"end\":\"(?=$|^|[,;=}]|((?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))\\\\s+))\"}]},\"var-single-variable\":{\"patterns\":[{\"begin\":\"((string|int|boolean|float|byte|decimal|json|xml|anydata)|\\\\b(readonly|error|map)\\\\b|([$_[:alpha:]][$_[:alnum:]]*))(?=\\\\s+|[;>|])\",\"beginCaptures\":{\"2\":{\"name\":\"support.type.primitive.ballerina\"},\"3\":{\"name\":\"storage.type.ballerina\"},\"4\":{\"name\":\"meta.definition.variable.ballerina variable.other.readwrite.ballerina\"}},\"end\":\"(?=$|^|[,;=}])\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.terminator.statement.ballerina\"}},\"name\":\"meta.var-single-variable.expr.ballerina\",\"patterns\":[{\"include\":\"#call\"},{\"include\":\"#self-literal\"},{\"include\":\"#if-statement\"},{\"include\":\"#string\"},{\"include\":\"#numbers\"},{\"include\":\"#keywords\"}]},{\"begin\":\"([$_[:alpha:]][$_[:alnum:]]*)\\\\s+(!)?\",\"beginCaptures\":{\"1\":{\"name\":\"meta.definition.variable.ballerina variable.other.readwrite.ballerina\"},\"2\":{\"name\":\"keyword.operator.definiteassignment.ballerina\"}},\"end\":\"(?=$|^|[,;=}]|((?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))\\\\s+))\",\"name\":\"meta.var-single-variable.expr.ballerina\"}]},\"variable-initializer\":{\"patterns\":[{\"begin\":\"(?<![!=])(=)(?![=>])(?=\\\\s*\\\\S)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.assignment.ballerina\"}},\"end\":\"(?=$|[]),;}])\",\"patterns\":[{\"match\":\"(')([$_[:alpha:]][$_[:alnum:]]*)\",\"name\":\"variable.other.property.ballerina\"},{\"include\":\"#xml\"},{\"include\":\"#function-defn\"},{\"include\":\"#expression\"},{\"include\":\"#punctuation-accessor\"},{\"include\":\"#regex\"}]},{\"begin\":\"(?<![!=])(=)(?![=>])\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.assignment.ballerina\"}},\"end\":\"(?=[]),;}]|((?<![$_[:alnum:]])(?:(?<=\\\\.\\\\.\\\\.)|(?<!\\\\.))\\\\s+))|(?=^\\\\s*$)|(?<=\\\\S)(?<!=)(?=\\\\s*$)\",\"patterns\":[{\"include\":\"#expression\"}]}]},\"variableDef\":{\"patterns\":[{\"begin\":\"(?!\\\\+)[$_[:alpha:]][$_[:alnum:]]*[\\\\t ]|(?=\\\\()\",\"beginCaptures\":{\"0\":{\"name\":\"storage.type.ballerina\"}},\"end\":\"[$_[:alpha:]][$_[:alnum:]]*|(?=,)|(?=;)|\\\\.\\\\.\\\\.\",\"patterns\":[{\"include\":\"#tupleType\"},{\"include\":\"#constrainType\"},{\"include\":\"#comment\"}]}]},\"variableDefInline\":{\"patterns\":[{\"begin\":\"(?=record)|(?=object)\",\"end\":\"(?=;)\",\"patterns\":[{\"include\":\"#record\"},{\"include\":\"#objectDec\"}]}]},\"workerBody\":{\"patterns\":[{\"begin\":\"\\\\{\",\"end\":\"(?=})\",\"patterns\":[{\"include\":\"#code\"}]}]},\"workerDef\":{\"patterns\":[{\"begin\":\"\\\\bworker\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.ballerina\"}},\"end\":\"}\",\"patterns\":[{\"include\":\"#functionReturns\"},{\"include\":\"#workerBody\"}]}]},\"xml\":{\"patterns\":[{\"begin\":\"\\\\b(xml)(\\\\s*)(`)\",\"beginCaptures\":{\"1\":{\"name\":\"support.type.primitive.ballerina\"},\"3\":{\"name\":\"punctuation.definition.string.template.begin.ballerina\"}},\"end\":\"`\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.template.end.ballerina\"}},\"name\":\"string.template.ballerina\",\"patterns\":[{\"include\":\"#xmlTag\"},{\"include\":\"#xmlComment\"},{\"include\":\"#templateVariable\"},{\"match\":\".\",\"name\":\"string\"}]}]},\"xmlComment\":{\"patterns\":[{\"begin\":\"<!--\",\"beginCaptures\":{\"0\":{\"name\":\"comment.block.xml.ballerina\"}},\"end\":\"-->\",\"endCaptures\":{\"0\":{\"name\":\"comment.block.xml.ballerina\"}},\"name\":\"comment.block.xml.ballerina\"}]},\"xmlDoubleQuotedString\":{\"patterns\":[{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"string.begin.ballerina\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"string.end.ballerina\"}},\"patterns\":[{\"match\":\"\\\\\\\\.\",\"name\":\"constant.character.escape.ballerina\"},{\"match\":\".\",\"name\":\"string\"}]}]},\"xmlSingleQuotedString\":{\"patterns\":[{\"begin\":\"'\",\"beginCaptures\":{\"0\":{\"name\":\"string.begin.ballerina\"}},\"end\":\"'\",\"endCaptures\":{\"0\":{\"name\":\"string.end.ballerina\"}},\"patterns\":[{\"match\":\"\\\\\\\\.\",\"name\":\"constant.character.escape.ballerina\"},{\"match\":\".\",\"name\":\"string\"}]}]},\"xmlTag\":{\"patterns\":[{\"begin\":\"(</?\\\\??)\\\\s*([-0-9A-Z_a-z]+)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.tag.begin.xml.ballerina\"},\"2\":{\"name\":\"entity.name.tag.xml.ballerina\"}},\"end\":\"\\\\??/?>\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.tag.end.xml.ballerina\"}},\"patterns\":[{\"include\":\"#xmlSingleQuotedString\"},{\"include\":\"#xmlDoubleQuotedString\"},{\"match\":\"xmlns\",\"name\":\"keyword.other.ballerina\"},{\"match\":\"([-0-9A-Za-z]+)\",\"name\":\"entity.other.attribute-name.xml.ballerina\"}]}]}},\"scopeName\":\"source.ballerina\"}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Batch File\",\"injections\":{\"L:meta.block.repeat.batchfile\":{\"patterns\":[{\"include\":\"#repeatParameter\"}]}},\"name\":\"bat\",\"patterns\":[{\"include\":\"#commands\"},{\"include\":\"#comments\"},{\"include\":\"#constants\"},{\"include\":\"#controls\"},{\"include\":\"#escaped_characters\"},{\"include\":\"#labels\"},{\"include\":\"#numbers\"},{\"include\":\"#operators\"},{\"include\":\"#parens\"},{\"include\":\"#strings\"},{\"include\":\"#variables\"}],\"repository\":{\"command_set\":{\"patterns\":[{\"begin\":\"(?<=^|[@\\\\s])(?i:SET)(?=$|\\\\s)\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.command.batchfile\"}},\"end\":\"(?=$\\\\n|[\\\\&)<>|])\",\"patterns\":[{\"include\":\"#command_set_inside\"}]}]},\"command_set_group\":{\"patterns\":[{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.section.group.begin.batchfile\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.section.group.end.batchfile\"}},\"patterns\":[{\"include\":\"#command_set_inside_arithmetic\"}]}]},\"command_set_inside\":{\"patterns\":[{\"include\":\"#escaped_characters\"},{\"include\":\"#variables\"},{\"include\":\"#numbers\"},{\"include\":\"#parens\"},{\"include\":\"#command_set_strings\"},{\"include\":\"#strings\"},{\"begin\":\"([^ ][^=]*)(=)\",\"beginCaptures\":{\"1\":{\"name\":\"variable.other.readwrite.batchfile\"},\"2\":{\"name\":\"keyword.operator.assignment.batchfile\"}},\"end\":\"(?=$\\\\n|[\\\\&)<>|])\",\"patterns\":[{\"include\":\"#escaped_characters\"},{\"include\":\"#variables\"},{\"include\":\"#numbers\"},{\"include\":\"#parens\"},{\"include\":\"#strings\"}]},{\"begin\":\"\\\\s+/[Aa]\\\\s+\",\"end\":\"(?=$\\\\n|[\\\\&)<>|])\",\"name\":\"meta.expression.set.batchfile\",\"patterns\":[{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.batchfile\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.batchfile\"}},\"name\":\"string.quoted.double.batchfile\",\"patterns\":[{\"include\":\"#command_set_inside_arithmetic\"},{\"include\":\"#command_set_group\"},{\"include\":\"#variables\"}]},{\"include\":\"#command_set_inside_arithmetic\"},{\"include\":\"#command_set_group\"}]},{\"begin\":\"\\\\s+/[Pp]\\\\s+\",\"end\":\"(?=$\\\\n|[\\\\&)<>|])\",\"patterns\":[{\"include\":\"#command_set_strings\"},{\"begin\":\"([^ ][^=]*)(=)\",\"beginCaptures\":{\"1\":{\"name\":\"variable.other.readwrite.batchfile\"},\"2\":{\"name\":\"keyword.operator.assignment.batchfile\"}},\"end\":\"(?=$\\\\n|[\\\\&)<>|])\",\"name\":\"meta.prompt.set.batchfile\",\"patterns\":[{\"include\":\"#strings\"}]}]}]},\"command_set_inside_arithmetic\":{\"patterns\":[{\"include\":\"#command_set_operators\"},{\"include\":\"#numbers\"},{\"match\":\",\",\"name\":\"punctuation.separator.batchfile\"}]},\"command_set_operators\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"variable.other.readwrite.batchfile\"},\"2\":{\"name\":\"keyword.operator.assignment.augmented.batchfile\"}},\"match\":\"([^ ]*)((?:[-*+/]|%%|[\\\\&^|]|<<|>>)=)\"},{\"match\":\"[-*+/]|%%|[\\\\&^|]|<<|>>|~\",\"name\":\"keyword.operator.arithmetic.batchfile\"},{\"match\":\"!\",\"name\":\"keyword.operator.logical.batchfile\"},{\"captures\":{\"1\":{\"name\":\"variable.other.readwrite.batchfile\"},\"2\":{\"name\":\"keyword.operator.assignment.batchfile\"}},\"match\":\"([^ =]*)(=)\"}]},\"command_set_strings\":{\"patterns\":[{\"begin\":\"(\\\")\\\\s*([^ ][^=]*)(=)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.batchfile\"},\"2\":{\"name\":\"variable.other.readwrite.batchfile\"},\"3\":{\"name\":\"keyword.operator.assignment.batchfile\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.batchfile\"}},\"name\":\"string.quoted.double.batchfile\",\"patterns\":[{\"include\":\"#variables\"},{\"include\":\"#numbers\"},{\"include\":\"#escaped_characters\"}]}]},\"commands\":{\"patterns\":[{\"match\":\"(?<=^|[@\\\\s])(?i:adprep|append|arp|assoc|at|atmadm|attrib|auditpol|autochk|autoconv|autofmt|bcdboot|bcdedit|bdehdcfg|bitsadmin|bootcfg|brea|cacls|cd|certreq|certutil|change|chcp|chdir|chglogon|chgport|chgusr|chkdsk|chkntfs|choice|cipher|clip|cls|clscluadmin|cluster|cmd|cmdkey|cmstp|color|comp|compact|convert|copy|cprofile|cscript|csvde|date|dcdiag|dcgpofix|dcpromo|defra|del|dfscmd|dfsdiag|dfsrmig|diantz|dir|dirquota|diskcomp|diskcopy|diskpart|diskperf|diskraid|diskshadow|dispdiag|doin|dnscmd|doskey|driverquery|dsacls|dsadd|dsamain|dsdbutil|dsget|dsmgmt|dsmod|dsmove|dsquery|dsrm|edit|endlocal|eraseesentutl|eventcreate|eventquery|eventtriggers|evntcmd|expand|extract|fc|filescrn|find|findstr|finger|flattemp|fonde|forfiles|format|freedisk|fsutil|ftp|ftype|fveupdate|getmac|gettype|gpfixup|gpresult|gpupdate|graftabl|hashgen|hep|helpctr|hostname|icacls|iisreset|inuse|ipconfig|ipxroute|irftp|ismserv|jetpack|klist|ksetup|ktmutil|ktpass|label|ldifd|ldp|lodctr|logman|logoff|lpq|lpr|macfile|makecab|manage-bde|mapadmin|md|mkdir|mklink|mmc|mode|more|mount|mountvol|move|mqbup|mqsvc|mqtgsvc|msdt|msg|msiexec|msinfo32|mstsc|nbtstat|net computer|net group|net localgroup|net print|net session|net share|net start|net stop|net user??|net view|net|netcfg|netdiag|netdom|netsh|netstat|nfsadmin|nfsshare|nfsstat|nlb|nlbmgr|nltest|nslookup|ntackup|ntcmdprompt|ntdsutil|ntfrsutl|openfiles|pagefileconfig|path|pathping|pause|pbadmin|pentnt|perfmon|ping|pnpunatten|pnputil|popd|powercfg|powershell|powershell_ise|print|prncnfg|prndrvr|prnjobs|prnmngr|prnport|prnqctl|prompt|pubprn|pushd|pushprinterconnections|pwlauncher|qappsrv|qprocess|query|quser|qwinsta|rasdial|rcp|rd|rdpsign|regentc|recover|redircmp|redirusr|reg|regini|regsvr32|relog|ren|rename|rendom|repadmin|repair-bde|replace|reset session|rxec|risetup|rmdir|robocopy|route|rpcinfo|rpcping|rsh|runas|rundll32|rwinsta|sc|schtasks|scp|scwcmd|secedit|serverceipoptin|servrmanagercmd|serverweroptin|setspn|setx|sfc|sftp|shadow|shift|showmount|shutdown|sort|ssh|ssh-add|ssh-agent|ssh-keygen|ssh-keyscan|start|storrept|subst|sxstrace|ysocmgr|systeminfo|takeown|tapicfg|taskkill|tasklist|tcmsetup|telnet|tftp|time|timeout|title|tlntadmn|tpmvscmgr|tacerpt|tracert|tree|tscon|tsdiscon|tsecimp|tskill|tsprof|type|typeperf|tzutil|uddiconfig|umount|unlodctr|ver|verifier|verif|vol|vssadmin|w32tm|waitfor|wbadmin|wdsutil|wecutil|wevtutil|where|whoami|winnt|winnt32|winpop|winrm|winrs|winsat|wlbs|wmic|wscript|wsl|xcopy)(?=$|\\\\s)\",\"name\":\"keyword.command.batchfile\"},{\"begin\":\"(?i)(?<=^|[@\\\\s])(echo)(?:(?=$|[.:])|\\\\s+(?:(o(?:n|ff))(?=\\\\s*$))?)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.command.batchfile\"},\"2\":{\"name\":\"keyword.other.special-method.batchfile\"}},\"end\":\"(?=$\\\\n|[\\\\&)<>|])\",\"patterns\":[{\"include\":\"#escaped_characters\"},{\"include\":\"#variables\"},{\"include\":\"#numbers\"},{\"include\":\"#strings\"}]},{\"captures\":{\"1\":{\"name\":\"keyword.command.batchfile\"},\"2\":{\"name\":\"keyword.other.special-method.batchfile\"}},\"match\":\"(?i)(?<=^|[@\\\\s])(setlocal)(?:\\\\s*$|\\\\s+((?:En|Dis)able(?:Extensions|DelayedExpansion))(?=\\\\s*$))\"},{\"include\":\"#command_set\"}]},\"comments\":{\"patterns\":[{\"begin\":\"(?:^|(&))\\\\s*(?=(:[ +,:;=]))\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.conditional.batchfile\"}},\"end\":\"\\\\n\",\"patterns\":[{\"begin\":\"(:[ +,:;=])\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.comment.batchfile\"}},\"end\":\"(?=\\\\n)\",\"name\":\"comment.line.colon.batchfile\"}]},{\"begin\":\"(?<=^|[@\\\\s])(?i)(REM)(\\\\.)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.command.rem.batchfile\"},\"2\":{\"name\":\"punctuation.separator.batchfile\"}},\"end\":\"(?=$\\\\n|[\\\\&)<>|])\",\"name\":\"comment.line.rem.batchfile\"},{\"begin\":\"(?<=^|[@\\\\s])(?i:rem)\\\\b\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.command.rem.batchfile\"}},\"end\":\"\\\\n\",\"name\":\"comment.line.rem.batchfile\",\"patterns\":[{\"match\":\"[<>|]\",\"name\":\"invalid.illegal.unexpected-character.batchfile\"}]}]},\"constants\":{\"patterns\":[{\"match\":\"\\\\b(?i:NUL)\\\\b\",\"name\":\"constant.language.batchfile\"}]},\"controls\":{\"patterns\":[{\"match\":\"(?i)(?<=^|\\\\s)(?:call|exit(?=$|\\\\s)|goto(?=$|[:\\\\s]))\",\"name\":\"keyword.control.statement.batchfile\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.conditional.batchfile\"},\"2\":{\"name\":\"keyword.operator.logical.batchfile\"},\"3\":{\"name\":\"keyword.other.special-method.batchfile\"}},\"match\":\"(?<=^|\\\\s)(?i)(if)\\\\s+(?:(not)\\\\s+)?(exist|defined|errorlevel|cmdextversion)(?=\\\\s)\"},{\"match\":\"(?<=^|\\\\s)(?i)(?:if|else)(?=$|\\\\s)\",\"name\":\"keyword.control.conditional.batchfile\"},{\"begin\":\"(?<=^|[\\\\&(^\\\\s])(?i)for(?=\\\\s)\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.control.repeat.batchfile\"}},\"end\":\"\\\\n\",\"name\":\"meta.block.repeat.batchfile\",\"patterns\":[{\"begin\":\"(?<=[\\\\^\\\\s])(?i)in(?=\\\\s)\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.control.repeat.in.batchfile\"}},\"end\":\"(?<=[)^\\\\s])(?i)do(?=\\\\s)|\\\\n\",\"endCaptures\":{\"0\":{\"name\":\"keyword.control.repeat.do.batchfile\"}},\"patterns\":[{\"include\":\"$self\"}]},{\"include\":\"$self\"}]}]},\"escaped_characters\":{\"patterns\":[{\"match\":\"%%|\\\\^\\\\^!|\\\\^(?=.)|\\\\^\\\\n\",\"name\":\"constant.character.escape.batchfile\"}]},\"labels\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.separator.batchfile\"},\"2\":{\"name\":\"keyword.other.special-method.batchfile\"}},\"match\":\"(?i)(?:^\\\\s*|(?<=call|goto)\\\\s*)(:)([^+,:;=\\\\s]\\\\S*)\"}]},\"numbers\":{\"patterns\":[{\"match\":\"(?<=^|[=\\\\s])(0[Xx]\\\\h*|[-+]?\\\\d+)(?=$|[<>\\\\s])\",\"name\":\"constant.numeric.batchfile\"}]},\"operators\":{\"patterns\":[{\"match\":\"@(?=\\\\S)\",\"name\":\"keyword.operator.at.batchfile\"},{\"match\":\"(?<=\\\\s)(?i:EQU|NEQ|LSS|LEQ|GTR|GEQ)(?=\\\\s)|==\",\"name\":\"keyword.operator.comparison.batchfile\"},{\"match\":\"(?<=\\\\s)(?i)(NOT)(?=\\\\s)\",\"name\":\"keyword.operator.logical.batchfile\"},{\"match\":\"(?<!\\\\^)&&?|\\\\|\\\\|\",\"name\":\"keyword.operator.conditional.batchfile\"},{\"match\":\"(?<!\\\\^)\\\\|\",\"name\":\"keyword.operator.pipe.batchfile\"},{\"match\":\"<&?|>[\\\\&>]?\",\"name\":\"keyword.operator.redirection.batchfile\"}]},\"parens\":{\"patterns\":[{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.section.group.begin.batchfile\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.section.group.end.batchfile\"}},\"name\":\"meta.group.batchfile\",\"patterns\":[{\"match\":\"[,;]\",\"name\":\"punctuation.separator.batchfile\"},{\"include\":\"$self\"}]}]},\"repeatParameter\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.variable.batchfile\"}},\"match\":\"(%%)(?i:~[adfnpstxz]*(?:\\\\$PATH:)?)?[A-Za-z]\",\"name\":\"variable.parameter.repeat.batchfile\"}]},\"strings\":{\"patterns\":[{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.batchfile\"}},\"end\":\"(\\\")|(\\\\n)\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.batchfile\"},\"2\":{\"name\":\"invalid.illegal.newline.batchfile\"}},\"name\":\"string.quoted.double.batchfile\",\"patterns\":[{\"match\":\"%%\",\"name\":\"constant.character.escape.batchfile\"},{\"include\":\"#variables\"}]}]},\"variable\":{\"patterns\":[{\"begin\":\"%(?=[^%]+%)\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.variable.begin.batchfile\"}},\"end\":\"(%)|\\\\n\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.variable.end.batchfile\"}},\"name\":\"variable.other.readwrite.batchfile\",\"patterns\":[{\"begin\":\":~\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.batchfile\"}},\"end\":\"(?=[\\\\n%])\",\"name\":\"meta.variable.substring.batchfile\",\"patterns\":[{\"include\":\"#variable_substring\"}]},{\"begin\":\":\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.batchfile\"}},\"end\":\"(?=[\\\\n%])\",\"name\":\"meta.variable.substitution.batchfile\",\"patterns\":[{\"include\":\"#variable_replace\"},{\"begin\":\"=\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.batchfile\"}},\"end\":\"(?=[\\\\n%])\",\"patterns\":[{\"include\":\"#variable_delayed_expansion\"},{\"match\":\"[^%]+\",\"name\":\"string.unquoted.batchfile\"}]}]}]}]},\"variable_delayed_expansion\":{\"patterns\":[{\"begin\":\"!(?=[^!]+!)\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.variable.begin.batchfile\"}},\"end\":\"(!)|\\\\n\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.variable.end.batchfile\"}},\"name\":\"variable.other.readwrite.batchfile\",\"patterns\":[{\"begin\":\":~\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.batchfile\"}},\"end\":\"(?=[\\\\n!])\",\"name\":\"meta.variable.substring.batchfile\",\"patterns\":[{\"include\":\"#variable_substring\"}]},{\"begin\":\":\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.batchfile\"}},\"end\":\"(?=[\\\\n!])\",\"name\":\"meta.variable.substitution.batchfile\",\"patterns\":[{\"include\":\"#escaped_characters\"},{\"include\":\"#variable_replace\"},{\"include\":\"#variable\"},{\"begin\":\"=\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.separator.batchfile\"}},\"end\":\"(?=[\\\\n!])\",\"patterns\":[{\"include\":\"#variable\"},{\"match\":\"[^!]+\",\"name\":\"string.unquoted.batchfile\"}]}]}]}]},\"variable_replace\":{\"patterns\":[{\"match\":\"[^\\\\n!%=]+\",\"name\":\"string.unquoted.batchfile\"}]},\"variable_substring\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"constant.numeric.batchfile\"},\"2\":{\"name\":\"punctuation.separator.batchfile\"},\"3\":{\"name\":\"constant.numeric.batchfile\"}},\"match\":\"([-+]?\\\\d+)(?:(,)([-+]?\\\\d+))?\"}]},\"variables\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.variable.batchfile\"}},\"match\":\"(%)(?:(?i:~[adfnpstxz]*(?:\\\\$PATH:)?)?\\\\d|\\\\*)\",\"name\":\"variable.parameter.batchfile\"},{\"include\":\"#variable\"},{\"include\":\"#variable_delayed_expansion\"}]}},\"scopeName\":\"source.batchfile\",\"aliases\":[\"batch\"]}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Beancount\",\"fileTypes\":[\"beancount\"],\"name\":\"beancount\",\"patterns\":[{\"match\":\";.*\",\"name\":\"comment.line.beancount\"},{\"begin\":\"^\\\\s*(p(?:op|ush)tag)\\\\s+(#)([\\\\--9A-Z_a-z]+)\",\"beginCaptures\":{\"1\":{\"name\":\"support.function.beancount\"},\"2\":{\"name\":\"keyword.operator.tag.beancount\"},\"3\":{\"name\":\"entity.name.tag.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.tag.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#illegal\"}]},{\"begin\":\"^\\\\s*(include)\\\\s+(\\\".*\\\")\",\"beginCaptures\":{\"1\":{\"name\":\"support.function.beancount\"},\"2\":{\"name\":\"string.quoted.double.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.include.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#illegal\"}]},{\"begin\":\"^\\\\s*(option)\\\\s+(\\\".*\\\")\\\\s+(\\\".*\\\")\",\"beginCaptures\":{\"1\":{\"name\":\"support.function.beancount\"},\"2\":{\"name\":\"support.variable.beancount\"},\"3\":{\"name\":\"string.quoted.double.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.option.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#illegal\"}]},{\"begin\":\"^\\\\s*(plugin)\\\\s*(\\\"(.*?)\\\")\\\\s*(\\\".*?\\\")?\",\"beginCaptures\":{\"1\":{\"name\":\"support.function.beancount\"},\"2\":{\"name\":\"string.quoted.double.beancount\"},\"3\":{\"name\":\"entity.name.function.beancount\"},\"4\":{\"name\":\"string.quoted.double.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"keyword.operator.directive.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s+(open|close|pad)\\\\b\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.dated.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#meta\"},{\"include\":\"#account\"},{\"include\":\"#commodity\"},{\"match\":\",\",\"name\":\"punctuation.separator.beancount\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s+(custom)\\\\b\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.dated.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#meta\"},{\"include\":\"#string\"},{\"include\":\"#bool\"},{\"include\":\"#amount\"},{\"include\":\"#number\"},{\"include\":\"#date\"},{\"include\":\"#account\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s(event)\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.directive.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.dated.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#meta\"},{\"include\":\"#string\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s(commodity)\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.directive.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.dated.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#meta\"},{\"include\":\"#commodity\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s(note|document)\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.directive.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.dated.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#meta\"},{\"include\":\"#account\"},{\"include\":\"#string\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s(price)\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.directive.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.dated.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#meta\"},{\"include\":\"#commodity\"},{\"include\":\"#amount\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s(balance)\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.directive.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.dated.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#meta\"},{\"include\":\"#account\"},{\"include\":\"#amount\"},{\"include\":\"#illegal\"}]},{\"begin\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\\\\s*(txn|[!#%\\\\&*?CMPR-U])\\\\s*(\\\".*?\\\")?\\\\s*(\\\".*?\\\")?\",\"beginCaptures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"},\"6\":{\"name\":\"support.function.directive.beancount\",\"patterns\":[{\"match\":\"txn|\\\\*\",\"name\":\"support.function.directive.txn.completed.beancount\"},{\"match\":\"!\",\"name\":\"support.function.directive.txn.incomplete.beancount\"},{\"match\":\"P\",\"name\":\"support.function.directive.txn.padding.beancount\"}]},\"7\":{\"name\":\"string.quoted.tiers.beancount\"},\"8\":{\"name\":\"string.quoted.narration.beancount\"}},\"end\":\"(?=^(\\\\s*$|\\\\S))\",\"name\":\"meta.directive.transaction.beancount\",\"patterns\":[{\"include\":\"#comments\"},{\"include\":\"#posting\"},{\"include\":\"#meta\"},{\"include\":\"#tag\"},{\"include\":\"#link\"},{\"include\":\"#illegal\"}]}],\"repository\":{\"account\":{\"begin\":\"([A-Z][a-z]+)(:)\",\"beginCaptures\":{\"1\":{\"name\":\"variable.language.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"}},\"end\":\"\\\\s\",\"name\":\"meta.account.beancount\",\"patterns\":[{\"begin\":\"(\\\\S+)(:?)\",\"beginCaptures\":{\"1\":{\"name\":\"variable.other.account.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"}},\"end\":\"(:?)|(\\\\s)\",\"patterns\":[{\"include\":\"$self\"},{\"include\":\"#illegal\"}]}]},\"amount\":{\"captures\":{\"1\":{\"name\":\"keyword.operator.modifier.beancount\"},\"2\":{\"name\":\"constant.numeric.currency.beancount\"},\"3\":{\"name\":\"entity.name.type.commodity.beancount\"}},\"match\":\"([-+|]?)(\\\\d+(?:,\\\\d{3})*(?:\\\\.\\\\d*)?)\\\\s*([A-Z][-'.0-9A-Z_]{0,22}[0-9A-Z])\",\"name\":\"meta.amount.beancount\"},\"bool\":{\"captures\":{\"0\":{\"name\":\"constant.language.bool.beancount\"},\"2\":{\"name\":\"constant.numeric.currency.beancount\"},\"3\":{\"name\":\"entity.name.type.commodity.beancount\"}},\"match\":\"TRUE|FALSE\"},\"comments\":{\"captures\":{\"1\":{\"name\":\"comment.line.beancount\"}},\"match\":\"(;.*)$\"},\"commodity\":{\"match\":\"([A-Z][-'.0-9A-Z_]{0,22}[0-9A-Z])\",\"name\":\"entity.name.type.commodity.beancount\"},\"cost\":{\"begin\":\"\\\\{\\\\{?\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.operator.assignment.beancount\"}},\"end\":\"}}?\",\"endCaptures\":{\"0\":{\"name\":\"keyword.operator.assignment.beancount\"}},\"name\":\"meta.cost.beancount\",\"patterns\":[{\"include\":\"#amount\"},{\"include\":\"#date\"},{\"match\":\",\",\"name\":\"punctuation.separator.beancount\"},{\"include\":\"#illegal\"}]},\"date\":{\"captures\":{\"1\":{\"name\":\"constant.numeric.date.year.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"},\"3\":{\"name\":\"constant.numeric.date.month.beancount\"},\"4\":{\"name\":\"punctuation.separator.beancount\"},\"5\":{\"name\":\"constant.numeric.date.day.beancount\"}},\"match\":\"([0-9]{4})([-/|])([0-9]{2})([-/|])([0-9]{2})\",\"name\":\"meta.date.beancount\"},\"flag\":{\"match\":\"(?<=\\\\s)([!#%\\\\&*?CMPR-U])(?=\\\\s+)\",\"name\":\"keyword.other.beancount\"},\"illegal\":{\"match\":\"\\\\S\",\"name\":\"invalid.illegal.unrecognized.beancount\"},\"link\":{\"captures\":{\"1\":{\"name\":\"keyword.operator.link.beancount\"},\"2\":{\"name\":\"markup.underline.link.beancount\"}},\"match\":\"(\\\\^)([\\\\--9A-Z_a-z]+)\"},\"meta\":{\"begin\":\"^\\\\s*([a-z][-0-9A-Z_a-z]+)(:)\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.operator.directive.beancount\"},\"2\":{\"name\":\"punctuation.separator.beancount\"}},\"end\":\"\\\\n\",\"name\":\"meta.meta.beancount\",\"patterns\":[{\"include\":\"#string\"},{\"include\":\"#account\"},{\"include\":\"#bool\"},{\"include\":\"#commodity\"},{\"include\":\"#date\"},{\"include\":\"#tag\"},{\"include\":\"#amount\"},{\"include\":\"#number\"},{\"include\":\"#comments\"},{\"include\":\"#illegal\"}]},\"number\":{\"captures\":{\"1\":{\"name\":\"keyword.operator.modifier.beancount\"},\"2\":{\"name\":\"constant.numeric.currency.beancount\"}},\"match\":\"([-+|]?)(\\\\d+(?:,\\\\d{3})*(?:\\\\.\\\\d*)?)\"},\"posting\":{\"begin\":\"^\\\\s+(?=([!A-Z]))\",\"end\":\"(?=^(\\\\s*$|\\\\S|\\\\s*[A-Z]))\",\"name\":\"meta.posting.beancount\",\"patterns\":[{\"include\":\"#meta\"},{\"include\":\"#comments\"},{\"include\":\"#flag\"},{\"include\":\"#account\"},{\"include\":\"#amount\"},{\"include\":\"#cost\"},{\"include\":\"#date\"},{\"include\":\"#price\"},{\"include\":\"#illegal\"}]},\"price\":{\"begin\":\"@@?\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.operator.assignment.beancount\"}},\"end\":\"(?=([\\\\n;]))\",\"name\":\"meta.price.beancount\",\"patterns\":[{\"include\":\"#amount\"},{\"include\":\"#illegal\"}]},\"string\":{\"begin\":\"\\\"\",\"end\":\"\\\"\",\"name\":\"string.quoted.double.beancount\",\"patterns\":[{\"match\":\"\\\\\\\\.\",\"name\":\"constant.character.escape.beancount\"}]},\"tag\":{\"captures\":{\"1\":{\"name\":\"keyword.operator.tag.beancount\"},\"2\":{\"name\":\"entity.name.tag.beancount\"}},\"match\":\"(#)([\\\\--9A-Z_a-z]+)\"}},\"scopeName\":\"text.beancount\"}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|