@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\":\"CMake\",\"fileTypes\":[\"cmake\",\"CMakeLists.txt\"],\"name\":\"cmake\",\"patterns\":[{\"match\":\"\\\\b(?i:APPLE|BORLAND|(CMAKE_)?(CL_64|COMPILER_2005|HOST_APPLE|HOST_SYSTEM|HOST_SYSTEM_NAME|HOST_SYSTEM_PROCESSOR|HOST_SYSTEM_VERSION|HOST_UNIX|HOST_WIN32|LIBRARY_ARCHITECTURE|LIBRARY_ARCHITECTURE_REGEX|OBJECT_PATH_MAX|SYSTEM|SYSTEM_NAME|SYSTEM_PROCESSOR|SYSTEM_VERSION)|CYGWIN|MSVC|MSVC80|MSVC_IDE|MSVC_VERSION|UNIX|WIN32|XCODE_VERSION|MSVC60|MSVC70|MSVC90|MSVC71)\\\\b\",\"name\":\"constant.source.cmake\"},{\"match\":\"\\\\b(?i:ABSOLUTE|AND|BOOL|CACHE|COMMAND|COMMENT|DEFINED|DOC|EQUAL|EXISTS|EXT|FALSE|GREATER|GREATER_EQUAL|INTERNAL|IN_LIST|IS_ABSOLUTE|IS_DIRECTORY|IS_NEWER_THAN|IS_SYMLINK|LESS|LESS_EQUAL|MATCHES|NAMES??|NAME_WE|NOT|OFF|ON|OR|PATHS??|POLICY|PROGRAM|STREQUAL|STRGREATER|STRGREATER_EQUAL|STRING|STRLESS|STRLESS_EQUAL|TARGET|TEST|TRUE|VERSION_EQUAL|VERSION_GREATER|VERSION_GREATER_EQUAL|VERSION_LESS)\\\\b\",\"name\":\"keyword.cmake\"},{\"match\":\"^\\\\s*\\\\b(?i:add_compile_options|add_custom_command|add_custom_target|add_definitions|add_dependencies|add_executable|add_library|add_subdirectory|add_test|aux_source_directory|break|build_command|build_name|cmake_host_system_information|cmake_minimum_required|cmake_policy|configure_file|continue|create_test_sourcelist|ctest_build|ctest_configure|ctest_coverage|ctest_empty_binary_directory|ctest_memcheck|ctest_read_custom_files|ctest_run_script|ctest_sleep|ctest_start|ctest_submit|ctest_test|ctest_update|ctest_upload|define_property|else|elseif|enable_language|enable_testing|endforeach|endfunction|endif|endmacro|endwhile|exec_program|execute_process|export|export_library_dependencies|file|find_file|find_library|find_package|find_path|find_program|fltk_wrap_ui|foreach|function|get_cmake_property|get_directory_property|get_filename_component|get_property|get_source_file_property|get_target_property|get_test_property|if|include|include_directories|include_external_msproject|include_regular_expression|install|install_files|install_programs|install_targets|link_directories|link_libraries|list|load_cache|load_command|macro|make_directory|mark_as_advanced|math|message|option|output_required_files|project|qt_wrap_cpp|qt_wrap_ui|remove|remove_definitions|return|separate_arguments|set|set_directory_properties|set_property|set_source_files_properties|set_target_properties|set_tests_properties|site_name|source_group|string|subdir_depends|subdirs|target_compile_definitions|target_compile_features|target_compile_options|target_include_directories|target_link_libraries|target_sources|try_compile|try_run|unset|use_mangled_mesa|utility_source|variable_requires|variable_watch|while|write_file)\\\\b\",\"name\":\"keyword.cmake\"},{\"match\":\"\\\\b(?i:BUILD_SHARED_LIBS|(CMAKE_)?(ABSOLUTE_DESTINATION_FILES|AUTOMOC_RELAXED_MODE|BACKWARDS_COMPATIBILITY|BUILD_TYPE|COLOR_MAKEFILE|CONFIGURATION_TYPES|DEBUG_TARGET_PROPERTIES|DISABLE_FIND_PACKAGE_\\\\w+|FIND_LIBRARY_PREFIXES|FIND_LIBRARY_SUFFIXES|IGNORE_PATH|INCLUDE_PATH|INSTALL_DEFAULT_COMPONENT_NAME|INSTALL_PREFIX|LIBRARY_PATH|MFC_FLAG|MODULE_PATH|NOT_USING_CONFIG_FLAGS|POLICY_DEFAULT_CMP\\\\w+|PREFIX_PATH|PROGRAM_PATH|SKIP_INSTALL_ALL_DEPENDENCY|SYSTEM_IGNORE_PATH|SYSTEM_INCLUDE_PATH|SYSTEM_LIBRARY_PATH|SYSTEM_PREFIX_PATH|SYSTEM_PROGRAM_PATH|USER_MAKE_RULES_OVERRIDE|WARN_ON_ABSOLUTE_INSTALL_DESTINATION))\\\\b\",\"name\":\"variable.source.cmake\"},{\"match\":\"\\\\$\\\\{\\\\w+}\",\"name\":\"storage.source.cmake\"},{\"match\":\"\\\\$ENV\\\\{\\\\w+}\",\"name\":\"storage.source.cmake\"},{\"match\":\"\\\\b(?i:(CMAKE_)?(\\\\w+_POSTFIX|ARCHIVE_OUTPUT_DIRECTORY|AUTOMOC|AUTOMOC_MOC_OPTIONS|BUILD_WITH_INSTALL_RPATH|DEBUG_POSTFIX|EXE_LINKER_FLAGS|EXE_LINKER_FLAGS_\\\\w+|Fortran_FORMAT|Fortran_MODULE_DIRECTORY|GNUtoMS|INCLUDE_CURRENT_DIR|INCLUDE_CURRENT_DIR_IN_INTERFACE|INSTALL_NAME_DIR|INSTALL_RPATH|INSTALL_RPATH_USE_LINK_PATH|LIBRARY_OUTPUT_DIRECTORY|LIBRARY_PATH_FLAG|LINK_DEF_FILE_FLAG|LINK_DEPENDS_NO_SHARED|LINK_INTERFACE_LIBRARIES|LINK_LIBRARY_FILE_FLAG|LINK_LIBRARY_FLAG|MACOSX_BUNDLE|NO_BUILTIN_CHRPATH|PDB_OUTPUT_DIRECTORY|POSITION_INDEPENDENT_CODE|RUNTIME_OUTPUT_DIRECTORY|SKIP_BUILD_RPATH|SKIP_INSTALL_RPATH|TRY_COMPILE_CONFIGURATION|USE_RELATIVE_PATHS|WIN32_EXECUTABLE)|EXECUTABLE_OUTPUT_PATH|LIBRARY_OUTPUT_PATH)\\\\b\",\"name\":\"variable.source.cmake\"},{\"match\":\"\\\\b(?i:CMAKE_(AR|ARGC|ARGV0|BINARY_DIR|BUILD_TOOL|CACHEFILE_DIR|CACHE_MAJOR_VERSION|CACHE_MINOR_VERSION|CACHE_PATCH_VERSION|CFG_INTDIR|COMMAND|CROSSCOMPILING|CTEST_COMMAND|CURRENT_BINARY_DIR|CURRENT_LIST_DIR|CURRENT_LIST_FILE|CURRENT_LIST_LINE|CURRENT_SOURCE_DIR|DL_LIBS|EDIT_COMMAND|EXECUTABLE_SUFFIX|EXTRA_GENERATOR|EXTRA_SHARED_LIBRARY_SUFFIXES|GENERATOR|HOME_DIRECTORY|IMPORT_LIBRARY_PREFIX|IMPORT_LIBRARY_SUFFIX|LINK_LIBRARY_SUFFIX|MAJOR_VERSION|MAKE_PROGRAM|MINOR_VERSION|PARENT_LIST_FILE|PATCH_VERSION|PROJECT_NAME|RANLIB|ROOT|SCRIPT_MODE_FILE|SHARED_LIBRARY_PREFIX|SHARED_LIBRARY_SUFFIX|SHARED_MODULE_PREFIX|SHARED_MODULE_SUFFIX|SIZEOF_VOID_P|SKIP_RPATH|SOURCE_DIR|STANDARD_LIBRARIES|STATIC_LIBRARY_PREFIX|STATIC_LIBRARY_SUFFIX|TWEAK_VERSION|USING_VC_FREE_TOOLS|VERBOSE_MAKEFILE|VERSION)|PROJECT_BINARY_DIR|PROJECT_NAME|PROJECT_SOURCE_DIR|\\\\w+_BINARY_DIR|\\\\w+__SOURCE_DIR)\\\\b\",\"name\":\"variable.source.cmake\"},{\"begin\":\"#\\\\[(=*)\\\\[\",\"end\":\"]\\\\1]\",\"name\":\"comment.source.cmake\",\"patterns\":[{\"match\":\"\\\\\\\\(.|$)\",\"name\":\"constant.character.escape\"}]},{\"begin\":\"\\\\[(=*)\\\\[\",\"end\":\"]\\\\1]\",\"name\":\"argument.source.cmake\",\"patterns\":[{\"match\":\"\\\\\\\\(.|$)\",\"name\":\"constant.character.escape\"}]},{\"match\":\"#+.*$\",\"name\":\"comment.source.cmake\"},{\"match\":\"\\\\b(?i:ADVANCED|HELPSTRING|MODIFIED|STRINGS|TYPE|VALUE)\\\\b\",\"name\":\"entity.source.cmake\"},{\"match\":\"\\\\b(?i:ABSTRACT|COMPILE_DEFINITIONS|COMPILE_DEFINITIONS_<CONFIG>|COMPILE_FLAGS|EXTERNAL_OBJECT|Fortran_FORMAT|GENERATED|HEADER_FILE_ONLY|KEEP_EXTENSION|LABELS|LANGUAGE|LOCATION|MACOSX_PACKAGE_LOCATION|OBJECT_DEPENDS|OBJECT_OUTPUTS|SYMBOLIC|WRAP_EXCLUDE)\\\\b\",\"name\":\"entity.source.cmake\"},{\"match\":\"\\\\b(?i:ATTACHED_FILES|ATTACHED_FILES_ON_FAIL|COST|DEPENDS|ENVIRONMENT|FAIL_REGULAR_EXPRESSION|LABELS|MEASUREMENT|PASS_REGULAR_EXPRESSION|PROCESSORS|REQUIRED_FILES|RESOURCE_LOCK|RUN_SERIAL|TIMEOUT|WILL_FAIL|WORKING_DIRECTORY)\\\\b\",\"name\":\"entity.source.cmake\"},{\"match\":\"\\\\b(?i:ADDITIONAL_MAKE_CLEAN_FILES|CACHE_VARIABLES|CLEAN_NO_CUSTOM|COMPILE_DEFINITIONS|COMPILE_DEFINITIONS_\\\\w+|DEFINITIONS|EXCLUDE_FROM_ALL|IMPLICIT_DEPENDS_INCLUDE_TRANSFORM|INCLUDE_DIRECTORIES|INCLUDE_REGULAR_EXPRESSION|INTERPROCEDURAL_OPTIMIZATION|INTERPROCEDURAL_OPTIMIZATION_\\\\w+|LINK_DIRECTORIES|LISTFILE_STACK|MACROS|PARENT_DIRECTORY|RULE_LAUNCH_COMPILE|RULE_LAUNCH_CUSTOM|RULE_LAUNCH_LINK|TEST_INCLUDE_FILE|VARIABLES|VS_GLOBAL_SECTION_POST_\\\\w+|VS_GLOBAL_SECTION_PRE_\\\\w+)\\\\b\",\"name\":\"entity.source.cmake\"},{\"match\":\"\\\\b(?i:ALLOW_DUPLICATE_CUSTOM_TARGETS|DEBUG_CONFIGURATIONS|DISABLED_FEATURES|ENABLED_FEATURES|ENABLED_LANGUAGES|FIND_LIBRARY_USE_LIB64_PATHS|FIND_LIBRARY_USE_OPENBSD_VERSIONING|GLOBAL_DEPENDS_DEBUG_MODE|GLOBAL_DEPENDS_NO_CYCLES|IN_TRY_COMPILE|PACKAGES_FOUND|PACKAGES_NOT_FOUND|PREDEFINED_TARGETS_FOLDER|REPORT_UNDEFINED_PROPERTIES|RULE_LAUNCH_COMPILE|RULE_LAUNCH_CUSTOM|RULE_LAUNCH_LINK|RULE_MESSAGES|TARGET_ARCHIVES_MAY_BE_SHARED_LIBS|TARGET_SUPPORTS_SHARED_LIBS|USE_FOLDERS|__CMAKE_DELETE_CACHE_CHANGE_VARS_)\\\\b\",\"name\":\"entity.source.cmake\"},{\"match\":\"\\\\b(?i:\\\\w+_(OUTPUT_NAME|POSTFIX)|ARCHIVE_OUTPUT_(DIRECTORY(_\\\\w+)?|NAME(_\\\\w+)?)|AUTOMOC(_MOC_OPTIONS)?|BUILD_WITH_INSTALL_RPATH|BUNDLE(_EXTENSION)??|COMPATIBLE_INTERFACE_BOOL|COMPATIBLE_INTERFACE_STRING|COMPILE_(DEFINITIONS(_\\\\w+)?|FLAGS)|DEBUG_POSTFIX|DEFINE_SYMBOL|ENABLE_EXPORTS|EXCLUDE_FROM_ALL|EchoString|FOLDER|FRAMEWORK|Fortran_(FORMAT|MODULE_DIRECTORY)|GENERATOR_FILE_NAME|GNUtoMS|HAS_CXX|IMPLICIT_DEPENDS_INCLUDE_TRANSFORM|IMPORTED|IMPORTED_(CONFIGURATIONS|IMPLIB(_\\\\w+)?|LINK_DEPENDENT_LIBRARIES(_\\\\w+)?|LINK_INTERFACE_LANGUAGES(_\\\\w+)?|LINK_INTERFACE_LIBRARIES(_\\\\w+)?|LINK_INTERFACE_MULTIPLICITY(_\\\\w+)?|LOCATION(_\\\\w+)?|NO_SONAME(_\\\\w+)?|SONAME(_\\\\w+)?)|IMPORT_PREFIX|IMPORT_SUFFIX|INSTALL_NAME_DIR|INSTALL_RPATH|INSTALL_RPATH_USE_LINK_PATH|INTERFACE|INTERFACE_COMPILE_DEFINITIONS|INTERFACE_INCLUDE_DIRECTORIES|INTERPROCEDURAL_OPTIMIZATION|INTERPROCEDURAL_OPTIMIZATION_\\\\w+|LABELS|LIBRARY_OUTPUT_DIRECTORY(_\\\\w+)?|LIBRARY_OUTPUT_NAME(_\\\\w+)?|LINKER_LANGUAGE|LINK_DEPENDS|LINK_FLAGS(_\\\\w+)?|LINK_INTERFACE_LIBRARIES(_\\\\w+)?|LINK_INTERFACE_MULTIPLICITY(_\\\\w+)?|LINK_LIBRARIES|LINK_SEARCH_END_STATIC|LINK_SEARCH_START_STATIC|LOCATION(_\\\\w+)?|MACOSX_BUNDLE|MACOSX_BUNDLE_INFO_PLIST|MACOSX_FRAMEWORK_INFO_PLIST|MAP_IMPORTED_CONFIG_\\\\w+|NO_SONAME|OSX_ARCHITECTURES(_\\\\w+)?|OUTPUT_NAME(_\\\\w+)?|PDB_NAME(_\\\\w+)?|POST_INSTALL_SCRIPT|PREFIX|PRE_INSTALL_SCRIPT|PRIVATE|PRIVATE_HEADER|PROJECT_LABEL|PUBLIC|PUBLIC_HEADER|RESOURCE|RULE_LAUNCH_(COMPILE|CUSTOM|LINK)|RUNTIME_OUTPUT_(DIRECTORY(_\\\\w+)?|NAME(_\\\\w+)?)|SKIP_BUILD_RPATH|SOURCES|SOVERSION|STATIC_LIBRARY_FLAGS(_\\\\w+)?|SUFFIX|TYPE|VERSION|VS_DOTNET_REFERENCES|VS_GLOBAL_(\\\\w+|KEYWORD|PROJECT_TYPES)|VS_KEYWORD|VS_SCC_(AUXPATH|LOCALPATH|PROJECTNAME|PROVIDER)|VS_WINRT_EXTENSIONS|VS_WINRT_REFERENCES|WIN32_EXECUTABLE|XCODE_ATTRIBUTE_\\\\w+)\\\\b\",\"name\":\"entity.source.cmake\"},{\"begin\":\"\\\\\\\\\\\"\",\"end\":\"\\\\\\\\\\\"\",\"name\":\"string.source.cmake\",\"patterns\":[{\"match\":\"\\\\\\\\(.|$)\",\"name\":\"constant.character.escape\"}]},{\"begin\":\"\\\"\",\"end\":\"\\\"\",\"name\":\"string.source.cmake\",\"patterns\":[{\"match\":\"\\\\\\\\(.|$)\",\"name\":\"constant.character.escape\"}]},{\"match\":\"\\\\bBUILD_NAME\\\\b\",\"name\":\"invalid.deprecated.source.cmake\"},{\"match\":\"\\\\b(?i:(CMAKE_)?(C(?:XX_FLAGS|MAKE_CXX_FLAGS_DEBUG|MAKE_CXX_FLAGS_MINSIZEREL|MAKE_CXX_FLAGS_RELEASE|MAKE_CXX_FLAGS_RELWITHDEBINFO)))\\\\b\",\"name\":\"variable.source.cmake\"}],\"repository\":{},\"scopeName\":\"source.cmake\"}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import html from './html.mjs'
|
|
2
|
+
import java from './java.mjs'
|
|
3
|
+
|
|
4
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"COBOL\",\"fileTypes\":[\"ccp\",\"scbl\",\"cobol\",\"cbl\",\"cblle\",\"cblsrce\",\"cblcpy\",\"lks\",\"pdv\",\"cpy\",\"copybook\",\"cobcopy\",\"fd\",\"sel\",\"scb\",\"scbl\",\"sqlcblle\",\"cob\",\"dds\",\"def\",\"src\",\"ss\",\"wks\",\"bib\",\"pco\"],\"name\":\"cobol\",\"patterns\":[{\"match\":\"^([ *][ *][ *][ *][ *][ *])([Dd]\\\\s.*)$\",\"name\":\"token.info-token.cobol\"},{\"captures\":{\"1\":{\"name\":\"constant.numeric.cobol\"},\"2\":{\"name\":\"comment.line.cobol.newpage\"}},\"match\":\"^([ *][ *][ *][ *][ *][ *])(/.*)$\"},{\"captures\":{\"1\":{\"name\":\"constant.numeric.cobol\"},\"2\":{\"name\":\"comment.line.cobol.fixed\"}},\"match\":\"^([ *][ *][ *][ *][ *][ *])(\\\\*.*)$\"},{\"captures\":{\"1\":{\"name\":\"constant.numeric.cobol\"},\"2\":{\"name\":\"comment.line.cobol.newpage\"}},\"match\":\"^([0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s])(/.*)$\"},{\"match\":\"^[0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s]$\",\"name\":\"constant.numeric.cobol\"},{\"captures\":{\"1\":{\"name\":\"constant.numeric.cobol\"},\"2\":{\"name\":\"comment.line.cobol.fixed\"}},\"match\":\"^([0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s][0-9\\\\s])(\\\\*.*)$\"},{\"captures\":{\"1\":{\"name\":\"constant.numeric.cobol\"},\"2\":{\"name\":\"comment.line.cobol.fixed\"}},\"match\":\"^([- #$%+.0-9@-Za-z\\\\s][- #$%+.0-9@-Za-z\\\\s][- #$%+.0-9@-Za-z\\\\s][- #$%+.0-9@-Za-z\\\\s][- #$%+.0-9@-Za-z\\\\s][- #$%+.0-9@-Za-z\\\\s])(\\\\*.*)$\"},{\"captures\":{\"1\":{\"name\":\"constant.numeric.cobol\"},\"2\":{\"name\":\"variable.other.constant\"}},\"match\":\"^\\\\s+(78)\\\\s+([0-9A-Za-z][-0-9A-Z_a-z]+)\"},{\"captures\":{\"1\":{\"name\":\"constant.numeric.cobol\"},\"2\":{\"name\":\"variable.other.constant\"},\"3\":{\"name\":\"keyword.identifers.cobol\"}},\"match\":\"^\\\\s+([0-9]+)\\\\s+([0-9A-Za-z][-0-9A-Z_a-z]+)\\\\s+((?i:constant))\"},{\"captures\":{\"1\":{\"name\":\"constant.cobol\"},\"2\":{\"name\":\"comment.line.cobol.newpage\"}},\"match\":\"^([#$%.0-9@-Za-z\\\\s][#$%.0-9@-Za-z\\\\s][#$%.0-9@-Za-z\\\\s][#$%.0-9@-Za-z\\\\s][#$%.0-9@-Za-z\\\\s][#$%.0-9@-Za-z\\\\s])(/.*)$\"},{\"match\":\"^\\\\*.*$\",\"name\":\"comment.line.cobol.fixed\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.directive.conditional.cobol\"},\"2\":{\"name\":\"entity.name.function.preprocessor.cobol\"},\"3\":{\"name\":\"entity.name.function.cobol\"},\"4\":{\"name\":\"keyword.control.directive.conditional.cobol\"}},\"match\":\"((?:^|\\\\s+)(?i:\\\\$set)\\\\s+)((?i:constant)\\\\s+)([0-9A-Za-z][-0-9A-Za-z]+\\\\s*)([-0-9A-Za-z]*)\"},{\"captures\":{\"1\":{\"name\":\"entity.name.function.preprocessor.cobol\"},\"2\":{\"name\":\"storage.modifier.import.cobol\"},\"3\":{\"name\":\"punctuation.begin.bracket.round.cobol\"},\"4\":{\"name\":\"string.quoted.other.cobol\"},\"5\":{\"name\":\"punctuation.end.bracket.round.cobol\"}},\"match\":\"((?i:\\\\$\\\\s*set\\\\s+)(ilusing)(\\\\()(.*)(\\\\)))\"},{\"captures\":{\"1\":{\"name\":\"entity.name.function.preprocessor.cobol\"},\"2\":{\"name\":\"storage.modifier.import.cobol\"},\"3\":{\"name\":\"punctuation.definition.string.begin.cobol\"},\"4\":{\"name\":\"string.quoted.other.cobol\"},\"5\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"match\":\"((?i:\\\\$\\\\s*set\\\\s+)(ilusing)(\\\")(.*)(\\\"))\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.directive.conditional.cobol\"},\"2\":{\"name\":\"entity.name.function.preprocessor.cobol\"},\"3\":{\"name\":\"punctuation.definition.string.begin.cobol\"},\"4\":{\"name\":\"string.quoted.other.cobol\"},\"5\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"match\":\"((?i:\\\\$set))\\\\s+(\\\\w+)\\\\s*(\\\")(\\\\w*)(\\\")\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.directive.conditional.cobol\"},\"2\":{\"name\":\"entity.name.function.preprocessor.cobol\"},\"3\":{\"name\":\"punctuation.begin.bracket.round.cobol\"},\"4\":{\"name\":\"string.quoted.other.cobol\"},\"5\":{\"name\":\"punctuation.end.bracket.round.cobol\"}},\"match\":\"((?i:\\\\$set))\\\\s+(\\\\w+)\\\\s*(\\\\()(.*)(\\\\))\"},{\"captures\":{\"0\":{\"name\":\"keyword.control.directive.conditional.cobol\"},\"1\":{\"name\":\"invalid.illegal.directive\"},\"2\":{\"name\":\"comment.line.set.cobol\"}},\"match\":\"(?:^|\\\\s+)(?i:\\\\$\\\\s*set\\\\s)((?i:01SHUFFLE|64KPARA|64KSECT|AUXOPT|CHIP|DATALIT|EANIM|EXPANDDATA|FIXING|FLAG-CHIP|MASM|MODEL|OPTSIZE|OPTSPEED|PARAS|PROTMODE|REGPARM|SEGCROSS|SEGSIZE|SIGNCOMPARE|SMALLDD|TABLESEGCROSS|TRICKLECHECK|\\\\s)+).*$\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.directive.cobol\"},\"2\":{\"name\":\"entity.other.attribute-name.preprocessor.cobol\"}},\"match\":\"(\\\\$(?:(?i:region)|(?i:end-region)))(.*)$\"},{\"begin\":\"\\\\$(?i:doc)(.*)$\",\"end\":\"\\\\$(?i:end-doc)(.*)$\",\"name\":\"invalid.illegal.iscobol\"},{\"match\":\">>\\\\s*(?i:turn|page|listing|leap-seconds|d)\\\\s+.*$\",\"name\":\"invalid.illegal.meta.preprocessor.cobolit\"},{\"match\":\"(?i:substitute(?:-case|))\\\\s+\",\"name\":\"invalid.illegal.functions.cobolit\"},{\"captures\":{\"1\":{\"name\":\"invalid.illegal.keyword.control.directive.conditional.cobol\"},\"2\":{\"name\":\"invalid.illegal.entity.name.function.preprocessor.cobol\"},\"3\":{\"name\":\"invalid.illegal.entity.name.function.preprocessor.cobol\"}},\"match\":\"((((>>|\\\\$)\\\\s*)(?i:elif))(.*))$\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.directive.conditional.cobol\"},\"2\":{\"name\":\"entity.name.function.preprocessor.cobol\"},\"3\":{\"name\":\"entity.name.function.preprocessor.cobol\"}},\"match\":\"((((>>|\\\\$)\\\\s*)(?i:if|else|elif|end-if|end-evaluate|end|define|evaluate|when|display|call-convention|set))(.*))$\"},{\"captures\":{\"1\":{\"name\":\"comment.line.scantoken.cobol\"},\"2\":{\"name\":\"keyword.cobol\"},\"3\":{\"name\":\"string.cobol\"}},\"match\":\"(\\\\*>)\\\\s+(@[0-9A-Za-z][-0-9A-Za-z]+)\\\\s+(.*)$\"},{\"match\":\"(\\\\*>.*)$\",\"name\":\"comment.line.modern\"},{\"match\":\"(>>.*)$\",\"name\":\"strong comment.line.set.cobol\"},{\"match\":\"([NUnu][Xx]|[HXhx])'\\\\h*'\",\"name\":\"constant.numeric.integer.hexadecimal.cobol\"},{\"match\":\"([NUnu][Xx]|[HXhx])'.*'\",\"name\":\"invalid.illegal.hexadecimal.cobol\"},{\"match\":\"([NUnu][Xx]|[HXhx])\\\"\\\\h*\\\"\",\"name\":\"constant.numeric.integer.hexadecimal.cobol\"},{\"match\":\"([NUnu][Xx]|[HXhx])\\\".*\\\"\",\"name\":\"invalid.illegal.hexadecimal.cobol\"},{\"match\":\"[Bb]\\\"[01]\\\"\",\"name\":\"constant.numeric.integer.boolean.cobol\"},{\"match\":\"[Bb]'[01]'\",\"name\":\"constant.numeric.integer.boolean.cobol\"},{\"match\":\"[Oo]\\\"[0-7]*\\\"\",\"name\":\"constant.numeric.integer.octal.cobol\"},{\"match\":\"[Oo]\\\".*\\\"\",\"name\":\"invalid.illegal.octal.cobol\"},{\"match\":\"(#)([0-9A-Za-z][-0-9A-Za-z]+)\",\"name\":\"meta.symbol.forced.cobol\"},{\"begin\":\"((?<![-()0-9A-Z_a-z])(?i:installation|author|source-computer|object-computer|date-written|security|date-compiled)(\\\\.|$))\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.identifiers.cobol\"}},\"end\":\"(?=((?<![-_])(?i:remarks|author|date-written|source-computer|object-computer|installation|date-compiled|special-names|security|environment\\\\s+division|data\\\\s+division|working-storage\\\\s+section|input-output\\\\s+section|linkage\\\\s+section|procedure\\\\s+division|local-storage\\\\s+section)|^[ *][ *][ *][ *][ *][ *]\\\\*.*$|^\\\\+$))\",\"name\":\"comment.block.cobol.remark\",\"patterns\":[{\"match\":\"^([ 0-9][ 0-9][ 0-9][ 0-9][ 0-9][ 0-9])\",\"name\":\"constant.numeric.cobol\"}]},{\"captures\":{\"1\":{\"name\":\"keyword.start.bracket.cobol\"},\"2\":{\"name\":\"constant.numeric.cobol\"},\"3\":{\"name\":\"keyword.end.bracket.cobol\"}},\"match\":\"(?<=([(\\\\[]))((-\\\\+)*\\\\s*[ *-9]+)(?=([])]))\",\"name\":\"constant.numeric.cobol\"},{\"include\":\"#number-complex-constant\"},{\"include\":\"#number-simple-constant\"},{\"match\":\"(?<![-_])(?i:true|false|nulls??)(?![-0-9A-Z_a-z])\",\"name\":\"constant.language.cobol\"},{\"match\":\"(?<![-_])(?i:zeroes|alphabetic-lower|alphabetic-upper|alphanumeric-edited|alphabetic|alphabet|alphanumeric|zeros?|spaces?|quotes?|low-values?|high-values?)(?=\\\\s+|[),.])\",\"name\":\"constant.language.figurative.cobol\"},{\"begin\":\"(?i:exec(?:\\\\s+sqlims|\\\\s+sql))\",\"contentName\":\"meta.embedded.block.openesql\",\"end\":\"(?i:end-exec)\",\"name\":\"keyword.verb.cobol\",\"patterns\":[{\"match\":\"^(\\\\s*\\\\*.*)$\",\"name\":\"comment.line.sql\"},{\"match\":\"(--.*)$\",\"name\":\"comment.line.sql\"},{\"match\":\"(\\\\*>.*)$\",\"name\":\"comment.line.modern\"},{\"match\":\"(:([-0-9A-Z_a-z])*)\",\"name\":\"variable.cobol\"},{\"include\":\"source.openesql\"}]},{\"begin\":\"(?i:exec\\\\s+cics)\",\"contentName\":\"meta.embedded.block.cics\",\"end\":\"(?i:end-exec)\",\"name\":\"keyword.verb.cobol\",\"patterns\":[{\"match\":\"(\\\\()\",\"name\":\"meta.symbol.cobol\"},{\"include\":\"#cics-keywords\"},{\"include\":\"#string-double-quoted-constant\"},{\"include\":\"#string-quoted-constant\"},{\"include\":\"#number-complex-constant\"},{\"include\":\"#number-simple-constant\"},{\"match\":\"([-0-9A-Z_a-z]*[0-9A-Za-z]|(#?[0-9A-Za-z]+[-0-9A-Z_a-z]*[0-9A-Za-z]))\",\"name\":\"variable.cobol\"}]},{\"begin\":\"(?i:exec\\\\s+dli)\",\"contentName\":\"meta.embedded.block.dli\",\"end\":\"(?i:end-exec)\",\"name\":\"keyword.verb.cobol\",\"patterns\":[{\"match\":\"(\\\\()\",\"name\":\"meta.symbol.cobol\"},{\"include\":\"#dli-keywords\"},{\"include\":\"#dli-options\"},{\"include\":\"#string-double-quoted-constant\"},{\"include\":\"#string-quoted-constant\"},{\"include\":\"#number-complex-constant\"},{\"include\":\"#number-simple-constant\"},{\"match\":\"([-0-9A-Z_a-z]*[0-9A-Za-z]|(#?[0-9A-Za-z]+[-0-9A-Z_a-z]*[0-9A-Za-z]))\",\"name\":\"variable.cobol\"}]},{\"begin\":\"(?i:exec\\\\s+sqlims)\",\"contentName\":\"meta.embedded.block.openesql\",\"end\":\"(?i:end-exec)\",\"name\":\"keyword.verb.cobol\",\"patterns\":[{\"match\":\"(\\\\*>.*)$\",\"name\":\"comment.line.modern\"},{\"match\":\"(:([-A-Za-z])*)\",\"name\":\"variable.cobol\"},{\"include\":\"source.openesql\"}]},{\"begin\":\"(?i:exec\\\\s+ado)\",\"contentName\":\"meta.embedded.block.openesql\",\"end\":\"(?i:end-exec)\",\"name\":\"keyword.verb.cobol\",\"patterns\":[{\"match\":\"(--.*)$\",\"name\":\"comment.line.sql\"},{\"match\":\"(\\\\*>.*)$\",\"name\":\"comment.line.modern\"},{\"match\":\"(:([-A-Za-z])*)\",\"name\":\"variable.cobol\"},{\"include\":\"source.openesql\"}]},{\"begin\":\"(?i:exec\\\\s+html)\",\"contentName\":\"meta.embedded.block.html\",\"end\":\"(?i:end-exec)\",\"name\":\"keyword.verb.cobol\",\"patterns\":[{\"include\":\"text.html.basic\"}]},{\"begin\":\"(?i:exec\\\\s+java)\",\"contentName\":\"meta.embedded.block.java\",\"end\":\"(?i:end-exec)\",\"name\":\"keyword.verb.cobol\",\"patterns\":[{\"include\":\"source.java\"}]},{\"captures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.cobol\"},\"2\":{\"name\":\"support.function.cobol\"},\"3\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"match\":\"(\\\")(CBL_.*)(\\\")\"},{\"captures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.cobol\"},\"2\":{\"name\":\"support.function.cobol\"},\"3\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"match\":\"(\\\")(PC_.*)(\\\")\"},{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"(\\\"|$)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.double.cobol\"},{\"captures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.cobol\"},\"2\":{\"name\":\"support.function.cobol\"},\"3\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"match\":\"(')(CBL_.*)(')\"},{\"captures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.cobol\"},\"2\":{\"name\":\"support.function.cobol\"},\"3\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"match\":\"(')(PC_.*)(')\"},{\"begin\":\"'\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"('|$)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.single.cobol\"},{\"begin\":\"(?<![-\\\\w])[GZgz]\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"(\\\"|$)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.double.cobol\"},{\"begin\":\"(?<![-\\\\w])[GZgz]'\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"'\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.single.cobol\"},{\"begin\":\"(?<![-\\\\w])[GNgn]\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"(\\\"|$)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.double.cobol\"},{\"begin\":\"(?<![-\\\\w])[GNgn]'\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"'\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.single.cobol\"},{\"begin\":\"(?<![-\\\\w])[Uu]\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"(\\\"|$)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.utf8.double.cobol\"},{\"begin\":\"(?<![-\\\\w])[Uu]'\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"'\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.utf8.single.cobol\"},{\"match\":\"(?<![-_])(?i:id\\\\s+division|identification\\\\s+division|identification|id|property-id|getter|setter|entry|function-id|end\\\\s+attribute|attribute|interface-id|indexer-id|factory|ctl|class-control|options|environment\\\\s+division|environment-name|environment-value|environment|configuration\\\\s+section|configuration|decimal-point\\\\s+is|decimal-point|console\\\\s+is|call-convention|special-names|cursor\\\\s+is|update|picture\\\\s+symbol|currency\\\\s+sign|currency|repository|input-output\\\\s+section|input-output|file\\\\s+section|file-control|select|optional|i-o-control|data\\\\s+division|working-storage\\\\s+section|working-storage|section|local-storage|linkage\\\\s+section|linkage|communication|report|screen\\\\s+section|object-storage|object\\\\s+section|class-object|fd|rd|cd|sd|printing|procedure\\\\s+division|procedure|division|references|debugging|end\\\\s+declaratives|declaratives|end\\\\s+static|end\\\\s+factory|end\\\\s+class-object|based-storage|size|font|national-edited|national)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.identifiers.cobol\"},{\"captures\":{\"1\":{\"name\":\"keyword.verb.cobol\"},\"2\":{\"name\":\"entity.name.function.cobol\"}},\"match\":\"(?<![-_])((?i:valuetype-id|operator-id|method-id|method|property-id|attribute-id|enum-id|iterator-id|class-id|program-id|operator-id|end\\\\s+program|end\\\\s+valuetype|extension))\\\\.*\\\\s+([-0-9A-Z_a-z]*)\"},{\"match\":\"(?<![-_])(?i:implements|inherits|constraints|constrain)(?=[.\\\\s])\",\"name\":\"keyword.verb.cobol\"},{\"match\":\"(?<![-_])(?i:end\\\\s+enum|end\\\\s+interface|end\\\\s+class|end\\\\s+property|end\\\\s+method|end\\\\s+object|end\\\\s+iterator|end\\\\s+function|end\\\\s+operator|end\\\\s+program|end\\\\s+indexer|create|reset|instance|delegate|end-delegate|delegate-id|declare|exception-object|as|stop\\\\s+iterator|stop\\\\s+run|stop)(?=[),.\\\\s])\",\"name\":\"keyword.identifiers.cobol\"},{\"match\":\"\\\\s+(?i:attach\\\\s+method|attach\\\\s+del|attach|detach\\\\s+del|detach\\\\s+method|detach|method|del)(?=[.\\\\s]|$)\",\"name\":\"keyword.identifiers.cobol\"},{\"match\":\"\\\\s+(?i:sync\\\\s+(?i:on))(?=[.\\\\s])\",\"name\":\"keyword.other.sync.cobol\"},{\"match\":\"\\\\s+(?i:try|finally|catch|end-try|throw)(?=[.\\\\s]|$)\",\"name\":\"keyword.control.catch-exception.cobol\"},{\"match\":\"(?<![-_])(?i:select|use|thru|varying|giving|remainder|tallying|through|until|execute|returning|using|chaining|yielding|\\\\+\\\\+include|copy|replace)(?=\\\\s)\",\"name\":\"keyword.otherverb.cobol\"},{\"match\":\"(?i:dynamic)\\\\s+(?i:length)(?=[.\\\\s])\",\"name\":\"storage.type.dynamiclength.cobol\"},{\"match\":\"(?<![-_])(?i:assign|external|prototype|organization|organisation|indexed|column|plus|line\\\\*s*sequential|sequential|access|dynamic|relative|label|block|contains|standard|records|record\\\\s+key|record|is|alternate|duplicates|reel|tape|terminal|disk\\\\sfilename|disk|disc|recording\\\\smode|mode|random)(?=[.\\\\s])\",\"name\":\"keyword.identifers.cobol\"},{\"match\":\"(?<![-_])(?i:max|min|integer-of-date|integer-of-day|integer-part|integer|date-to-yyyymmdd|year-to-yyyy|day-to-yyyyddd|exp|exception-file|exception-location|exception-statement|exception-status|e|variance|integer-of-date|rem|pi|factorial|sqrt|log10|fraction-part|mean|exp|log|char|day-of-integer|date-of-integer|exp10|atan|integer-part|tan|sin|cos|midrange|addr|acos|asin|annuity|present-value|integer-of-day|ord-max|ord-min|ord|random|integer-of-date|sum|standard-deviation|median|reverse|abs|upper-case|lower-case|char-national|numval|mod|range|length|locale-date|locale-time-from-seconds|locale-time|seconds-past-midnight|stored-char-length|seconds-from-formatted-time|seconds-past-midnight|trim|length-an|numval-c|current-date|national-of|display-of|when-compiled|integer-of-boolean|combined-datetime|concatenate)(?=[().\\\\s])\",\"name\":\"support.function.cobol\"},{\"captures\":{\"0\":{\"name\":\"support.function.cics.cobol\"},\"1\":{\"name\":\"punctuation.definition.string.end.cobol\"},\"2\":{\"name\":\"keyword.identifers.cobol\"},\"3\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"match\":\"(?<![-_])(?i:DFH(?:RESP|VALUE))(\\\\s*\\\\(\\\\s*)([A-Za-z]*)(\\\\s*\\\\))\"},{\"match\":\"(?<![-_])(?i:function)(?=[.\\\\s])\",\"name\":\"keyword.verb.cobol\"},{\"match\":\"(?<![-_])(?i:end-accept|end-add|end-sync|end-compute|end-delete|end-display|end-divide|end-set|end-multiply|end-of-page|end-read|end-receive|end-return|end-rewrite|end-search|end-start|end-string|end-subtract|end-unstring|end-write|program|class|interface|enum|interface)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.verb.cobol\"},{\"match\":\"(?<![-_])(?:by value|by reference|by content|property-value)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.other.cobol\"},{\"match\":\"(?<![-_])(?i:attr-string|automatic|auto-skip|footing|next|group|indicate|source|control|full|required|of|input|output|i-o|extend|file|error|exception|overflow|goto|off|on|proceed|procedures?|through|invalid|data|normal|eop|returning|to|for|giving|into|by|params|remainder|also|numeric|free|depending|converting|replacing|after|before|all|leading|first|recursive|initialized|global|common|initial|resident|reference|content|are\\\\sstandard|are|renames|like|format\\\\stime|values|omitted|value|constant|ascending|descending|key|retry|until|varying|with|no|advancing|up|down|uccurs|ignore\\\\s+lock|lock|length|delimited|count|delimiter|redefines|from\\\\s+console|from\\\\s+command-line|from\\\\s+user\\\\s+name|from\\\\s+day\\\\s+yyyyddd|from\\\\s+day|from\\\\s+time|from\\\\s+day-of-week|from\\\\s+escape|from\\\\s+day\\\\s+yyyyddd|from\\\\s+date\\\\s+yyyymmdd|from\\\\s+date|from|raising|crt\\\\s+status|status|class|upon\\\\s+crt|upon|lines|columns|step|linage|auto|line|position|col|reports|code-set|reporting|arithmetic|localize|program|class|interface|in|at\\\\s+end|page|name)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.identifers.cobol\"},{\"captures\":{\"0\":{\"name\":\"keyword.verb.cobol\"},\"1\":{\"name\":\"storage.type.cobol\"}},\"match\":\"(?<![-_])(?i:type|new)\\\\s+([A-Za-z][-$.0-9A-Z_a-z]*|[A-Za-z])(?=\\\\.$)\"},{\"match\":\"(?<![-_])(?i:string)(?=\\\\s+value|\\\\.)\",\"name\":\"storage.type.cobol\"},{\"match\":\"(?<![-_])(?i:bit|byte|binary-char|binary-char-unsigned|binary-short|binary-short-unsigned|binary.long|binary-c-long|binary-long-unsigned|binary-long|binary-double|binary-double-unsigned|float-short|float-extended|float-long|bit|condition-value|characters|character\\\\s+type|character|comma|crt|decimal|object\\\\+sreference|object-reference|object|list|dictionary|unsigned)(?=[],.\\\\[\\\\s])\",\"name\":\"storage.type.cobol\"},{\"captures\":{\"1\":{\"name\":\"keyword.other.verb.cobol\"},\"2\":{\"name\":\"meta.symbol.cobol\"}},\"match\":\"(operator-id\\\\s+[-*+/])\",\"name\":\"keyword.operator-id.cobol\"},{\"captures\":{\"1\":{\"name\":\"punctuation.accessor.cobol.b3\"},\"2\":{\"name\":\"entity.name.function.b3\"}},\"match\":\"(?i:self)(::)([-.0-9A-Z_a-z]*)(?=\\\\.$)\"},{\"captures\":{\"1\":{\"name\":\"punctuation.accessor.cobol\"},\"2\":{\"name\":\"entity.name.function.cobol\"}},\"match\":\"(::)([-.0-9A-Z_a-z]*)\"},{\"captures\":{\"0\":{\"name\":\"keyword.verb.cobol.aa\"},\"1\":{\"name\":\"storage.type.cobol.bb\"}},\"match\":\"(?<![-_])(?i:type)\\\\s+([.0-9A-Za-z]*)\"},{\"match\":\"(?<![-_])(?i:if|else|end-if|exit\\\\s+iterator|exit\\\\s+program|exit\\\\s+method|evaluate|end-evaluate|exit\\\\s+perform|perform|end-perform|when\\\\s+other|when|continue|call|end-call|chain|end-chain|invoke|end\\\\s+invoke|end-xml|go\\\\s+to|go|sort|merge|use|xml\\\\s+parse|xml|top\\\\s+run|goback\\\\s+returning|goback|raise|exit\\\\s+function|exit\\\\sparagraph|await)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.control.cobol\"},{\"captures\":{\"1\":{\"name\":\"storage.type.picture10.cobol\"},\"2\":{\"name\":\"constant.numeric.cobol\"},\"3\":{\"name\":\"storage.type.picture10.cobol\"},\"4\":{\"name\":\"constant.numeric.cobol\"}},\"match\":\"(?<![-_])((?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-09ABNPSUXZabnpsuxz]*)\\\\(([0-9]*)\\\\)([Vv][$*-09ABNPSUXZabnpsuxz]*)\\\\(([0-9]*)\\\\)[-+|]\"},{\"captures\":{\"1\":{\"name\":\"storage.type.picture9.cobol\"},\"2\":{\"name\":\"constant.numeric.cobol\"},\"3\":{\"name\":\"storage.type.picture9.cobol\"},\"4\":{\"name\":\"constant.numeric.cobol\"}},\"match\":\"(?<![-_])((?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-09ABNPSUXZabnpsuxz]*)\\\\(([0-9]*)\\\\)([Vv][$*-09ABNPSUXZabnpsuxz]*)\\\\(([0-9]*)\\\\)\"},{\"captures\":{\"1\":{\"name\":\"storage.type.picture8.cobol\"},\"2\":{\"name\":\"constant.numeric.cobol\"},\"3\":{\"name\":\"storage.type.picture8.cobol\"}},\"match\":\"(?<![-_])((?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-09ABNPSUXZabnpsuxz]*)\\\\(([0-9]*)\\\\)([.Vv][$*-\\\\-/09ABNSUXZabnsuxz]*[().0-9])*\"},{\"match\":\"(?<![-_])(?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-09ABNPSUXZabnpsuxz]*\\\\([0-9]*\\\\)[.Vv][$*-\\\\-/09ABNPSUXZabnpsuxz]*\",\"name\":\"storage.type.picture7.cobol\"},{\"match\":\"(?<![-_])(?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-09ABNPSUXZabnpsuxz]*\\\\([0-9]*\\\\)[$*-\\\\-/09ABNPSUXZabnpsuxz]*[.Vv][$*-\\\\-/09ABNPSUXZabnpsuxz]*\",\"name\":\"storage.type.picture6.cobol\"},{\"captures\":{\"1\":{\"name\":\"storage.type.picture5.cobol\"},\"2\":{\"name\":\"constant.numeric.cobol\"}},\"match\":\"(?<![-_])((?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-09ABNPSUXZabnpsuxz]*)\\\\(([0-9]*)\\\\)[$*-\\\\-/09ABNPSUXZabnpsuxz]*\"},{\"match\":\"(?<![-_])(?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-09ABNSUXZabnpsuxz]*\\\\([0-9]*\\\\)\",\"name\":\"storage.type.picture4.cobol\"},{\"match\":\"(?<![-_])(?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[Ss]?[9ABNSUXZabnsuxz]*[Vv][9AUXZabuxz]*\\\\([0-9]*\\\\)\",\"name\":\"storage.type.picture3.cobol\"},{\"match\":\"(?<![-_])(?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[Ss]?[9ABNSUXZabnsuxz]*[Vv][9AUXZabuxz]*\",\"name\":\"storage.type.picture2.cobol\"},{\"match\":\"(?<![-_])(?i:pic(?:ture\\\\s+is|ture|\\\\s+is|))\\\\s+[$*-/9ABNPSUVXZabnpsuvxz]*\",\"name\":\"storage.type.picture1.cobol\"},{\"captures\":{\"1\":{\"name\":\"invalid.illegal.keyword.verb.acu.cobol\"},\"2\":{\"name\":\"invalid.illegal.constant.numeric.integer\"}},\"match\":\"((?<![-_])(?i:binary|computational-4|comp-4|computational-5|comp-5))\\\\(([0-9]*)\\\\)\"},{\"match\":\"(?i:cblt-(?:x1-compx-const|x2-compx-const|x4-compx-const|alphanum-const|x9-compx|x8-compx|x8-comp5|x4-compx|x4-comp5|x2-compx|x2-comp5|x1-compx|x1-comp5|x1|vfile-status|vfile-handle|sx8-comp5|sx4-comp5|sx2-comp5|sx1-comp5|subsys-params|splitjoin-buf|screen-position|rtncode|request-context|reqhand-service-info|reqhand-service-funcs|reqhand-response|reqhand-funcs|prog-info-params|prog-info-arg-info|printer-properties|printer-name|printer-info|printer-default|ppointer|pointer|os-ssize|os-size|os-offset|os-info-params|os-flags|node-name|nls-msg-params|nls-msg-number-pair|nls-msg-ins-struct|nls-msg-buffer|mouse-shape|mouse-rect|mouse-pos|mouse-event|mem-validate-param|idp-exit-service-funcs|idp-exit-info|HWND|HINSTANCE|get-scr-line-draw-buffer|get-scr-graphics-buffer|generic-attr-value|generic-attr-rgb-values|generic-attr-information|file-status|fileexist-buf|exit-params|exit-info-params|cancel-proc-params|bytestream-handle|alphanum))\",\"name\":\"support.function.cbltypes.cobol\"},{\"match\":\"(?<![-_])(?i:computational-1|comp-1|computational-2|comp-2|computational-3|comp-3|computational-4|comp-4|computational-x|comp-x|computational-5|comp-5|computational-6|comp-6|computational-n|comp-n|packed-decimal|index|float|double|signed-short|unsigned-short|signed-int|unsigned-int|signed-long|unsigned-long|comp|computational|group-usage|usage\\\\sis\\\\sdisplay|usage\\\\sis\\\\sfont|usage\\\\s+display|binary|mutex-pointer|data-pointer|thread-pointer|sempahore-pointer|event-pointer|program-pointer|procedure-pointer|pointer-32|pointer|window|subwindow|control-type|thread|menu|variant|layout-manager|occurs|typedef|any|times|display\\\\s+blank\\\\s+when|blank\\\\s+when|blank\\\\s+screen|blank|usage\\\\sis|is\\\\spartial|usage|justified|just|right|signed|trailing\\\\s+separate|sign|seperate|sql)(?=[).\\\\s])\",\"name\":\"storage.type.picture.cobol\"},{\"match\":\"(?i:byte-length)\\\\s+[0-9]+\",\"name\":\"storage.type.length.cobol\"},{\"match\":\"(?<![-_])(?i:accept|add|address|allocate|cancel|close|commit|compute|continue|delete|disable|display|bell|divide|eject|enable|enter|evaluate|exhibit|named|exit|free|generate|go\\\\s+to|initialize\\\\sonly|initialize|initiate|inspect|merge|end-set|set|end-invoke|invoke\\\\s+run|invoke|move|corresponding|corr|multiply|otherwise|open|sharing|sort-merge|purge|ready?|kept|receive|release|return|rewrite|rounded|rollback|search|send|sort|collating\\\\s+sequence|collating|start|service|subtract|suppress|terminate|then|unlock|string|unstring|validate|write|next|statement|sentence)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.verb.cobol\"},{\"match\":\"(?<![-_])(?i:thread-local)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.verb.cobol\"},{\"match\":\"(\\\\s+|^)(?i:foreground-color|background-color|prompt|underline|reverse-video|no-echo|highlight|blink)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.screens.cobol\"},{\"match\":\"(\\\\s+|^)(?i:bold|high|lowlight|low|background-high|background-low|background-standard)(?![-0-9A-Z_a-z])\",\"name\":\"invalid.illegal.screens.acu.cobol\"},{\"match\":\"(?<![-_])(?i:internal|public|protected|final|private|static|new|abstract|override|readonly|property|async-void|async-value|async)(?=[.\\\\s])\",\"name\":\"storage.modifier.cobol\"},{\"match\":\"[<=>]|<=|>=|<>|[-*+/]|(?<![-_])(?i:b-and|b-or|b-xor|b-exor|b-not|b-left|b-right|and|or|equals?|greater\\\\s+than|less\\\\s+than|greater)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.operator.cobol\"},{\"match\":\"(?i:not\\\\s+at\\\\s+end)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.verb.cobol\"},{\"match\":\"(?<![-_])(?i:not)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.operator.cobol\"},{\"match\":\"(?<![-_])(?i:sysout-flush|sysin|stderr|stdout|csp|stdin|sysipt|sysout|sysprint|syslist|syslst|printer|syserr|console|c01|c02|c03|c04|c05|c06|c07|c08|c09|c10|c11|c12|formfeed|switch-0|switch-10|switch-11|switch-12|switch-13|switch-14|switch-15?|switch-2|switch-3|switch-4|switch-5|switch-6|switch-7|switch-8|switch-9|sw0|sw11|sw12|sw13|sw14|sw15?|sw2|sw3|sw4|sw5|sw6|sw7|sw8|sw9|sw10|lc_all|lc_collate|lc_ctype|lc_messages|lc_monetary|lc_numeric|lc_time|ucs-4|utf-8|utf-16)(?![-0-9A-Z_a-z])\",\"name\":\"support.type.cobol\"},{\"match\":\"(?<![-_])(?i:processing.*procedure|xml-information|xml-text|xml-schemal|xml-declaration)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.xml.cobol\"},{\"match\":\"(?<![-_])(?i:json\\\\s+generate|json|end-json|name\\\\sof)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.json.cobol\"},{\"match\":\"(?<![-_])(?i:modify|inquire|tab|title|event|center|label-offset|cell|help-id|cells|push-button|radio-button|page-layout-screen|entry-field|list-box|label|default-font|id|no-tab|unsorted|color|height|width|bind|thread|erase|modeless|scroll|system|menu|title-bar|wrap|destroy|resizeable|user-gray|large-font|newline|3-d|data-columns|display-columns|alignment|separation|cursor-frame-width|divider-color|drag-color|heading-color|heading-divider-color|num-rows|record-data|tiled-headings|vpadding|centered-headings|column-headings|self-act|cancel-button|vscroll|report-composer|clsid|primary-interface|active-x-control|default-interface|default-source|auto-minimize|auto-resize|resource|engraved|initial-state|frame|acuactivexcontrol|activex-res|grid|box|message|namespace|class-name|module|constructor|version|strong|culture|method|handle|exception-value|read-only|dividers|graphical|indexed|termination-value|permanent|boxed|visible|centered|record-position|convert)(?=[,.;\\\\s]|$)\",\"name\":\"invalid.illegal.acu.cobol\"},{\"match\":\"(?<![-_])(?i:actual|auto|automatic|based-storage|complex|connect|contained|core-index|db-access-control-key|db-data-name|db-exception|db-record-name|db-set-name|db-status|dead-lock|endcobol|end-disable|end-enable|end-send|end-transceive|eos|file-limits?|formatted|sort-status|usage-mode)(?=[,.;\\\\s]|$)\",\"name\":\"invalid.illegal.netcobol.cobol\"},{\"match\":\"(?<![-_])(?i:(?:System|Terminal)-Info)(?![-0-9A-Z_a-z])\",\"name\":\"support.type.cobol.acu strong\"},{\"match\":\"(?<![-_])(?i:alter)(?=[.\\\\s])\",\"name\":\"invalid.illegal.cobol\"},{\"match\":\"(?<![-_])(?i:apply|areas?|clock-units|code|com-reg|controls|dbcs|destination|detail|display-1|ending|every|insert|kanjikey|last|left|less|limits?|memory|metaclass|modules|more-labels|multiple|native_binary|native|negative|number|numeric-edited|other|padding|password|pf|ph|postive|processing|queue|recording|reload|removal|rerun|reserved??|rewind|segment-limit|segment|separate|sequence|skip1|skip2|skip3|standard-1|standard-2|sub-queue-1|sub-queue-2|sub-queue-3|sum|symbolic|synchronized|sync|table|test|text|than|top|trace|trailing|unit|words|write-only|at|basis|beginning|bottom|cbl|cf|ch|de|positive|egcs|egi|emi|end|reversed|rf|rh|run|same|order|heading|esi)(?![-0-9A-Z_a-z])\",\"name\":\"keyword.ibmreserved.cobol\"},{\"match\":\"(?<![-_])(?i:active-class|aligned|anycase|boolean|cols?|condition|ec|eo|system-default|function-pointer)(?![-0-9A-Z_a-z])\",\"name\":\"strong keyword.potential.reserved.cobol\"},{\"match\":\"(?i:filler)\",\"name\":\"keyword.filler.cobol\"},{\"match\":\"(?<![-_])(?i:address-of|date|day-of-week|day|debug-content|debug-item|debug-line|debug-item|debug-sub-1|debug-sub-2|debug-sub-3|shift-in|shift-out|sort-control|sort-core-size|sort-file-size|sort-message|sort-return|sort-mode-size|sort-return|tally|time|when-compiled|line-counter|page-counter|return-code|linage-counter|debug-line|debug-name|debug-contents|json-code|json-status|xml-code|xml-event|xml-information|xml-namespace-prefix|xml-namespace|xml-nnamespace-repfix|xml-nnamespace|xml-ntext|jnienvptr|igy-javaiop-call-exception)(?![-0-9A-Z_a-z])\",\"name\":\"variable.language\"},{\"match\":\"(?<![-_])(?i:shortint1|shortint2|shortint3|shortint4|shortint5|shortint6|shortint7|longint1|longint2|longint3|longint4|longint5|longint6|bigint1|bigint2|blob-locator|clob-locator|dbclob-locator|dbclob-file|blob-file|clob-file|clob|dbclob|blob|varbinary|long-varbinary|time-record|timestamp-record|timestamp-offset-record|timestamp-offset|timestamp|rowid|xml|long-varchar)(?=[().\\\\s])\",\"name\":\"storage.type.sql.picture.cobol\"},{\"match\":\"(?<![-_])(?i:self)\",\"name\":\"keyword.other.self.cobol\"},{\"match\":\"(?<![-_])(?i:super)\",\"name\":\"keyword.other.super.cobol\"},{\"match\":\"^([0-9][0-9][0-9][0-9][0-9][0-9])\",\"name\":\"constant.numeric.cobol\"},{\"captures\":{\"1\":{\"name\":\"meta.symbol.cobol\"},\"2\":{\"name\":\"constant.numeric.integer\"},\"3\":{\"name\":\"meta.symbol.cobol\"},\"4\":{\"name\":\"constant.numeric.integer\"},\"5\":{\"name\":\"meta.symbol.cobol\"}},\"match\":\"(\\\\()([0-9]*)(:)([0-9]*)(\\\\))\"},{\"match\":\"([-0-9A-Z_a-z]*[0-9A-Za-z]|(#?[0-9A-Za-z]+[-0-9A-Z_a-z]*[0-9A-Za-z]))\",\"name\":\"meta.symbol.cobol\"}],\"repository\":{\"cics-keywords\":{\"match\":\"(?<![-\\\\w])(?i:abcode|abdump|abend|abort|abprogram|abstime|accum|acee|acqactivity|acqprocess|acquactivity|action|activity|activityid|actpartn|add|address|after|aid|alarm|all|allocate|alter|alternate|altscrnht|altscrnwd|and|anykey|aplkybd|apltext|applid|asa??|asis|asktime|asraintrpt|asrakey|asrapsw|asraregs|asraspc|asrastg|assign|asynchronous|at|attach|attachid|attributes|authenticate|autopage|auxiliary|base64|basicauth|below|bif|binary|bit|bodycharset|bookmark|brdata|brdatalength|brexit|bridge|browsetoken|btrans|buffer|build|burgeability|caddrlength|cancel|card|cbuff|ccsid|certificate|change|changetime|channel|char|characterset|check|chunkend|chunking|chunkno|chunkyes|cicsdatakey|ciphers|class|clear|cliconvert|client|clientaddr|clientaddrnu|clientconv|clientname|clntaddr6nu|clntipfamily|close|closestatus|clrpartn|cmdsec|cnamelength|cnotcompl|codepage|color|commarea|commonname|commonnamlen|comparemax|comparemin|complete|composite|compstatus|condition|confirm|confirmation|connect|consistent|console|container|contexttype|control|convdata|converse|convertst|converttime|convid|copy|counter|country|countrylen|create|critical|ctlchar|current|cursor|cwa|cwaleng|data1??|data2|datalength|datalenth|dataonly|datapointer|dataset|datastr|datatoxml|datatype|datcontainer|date|dateform|datesep|datestring|day|daycount|dayofmonth|dayofweek|dayofyear|days|daysleft|day-of-week|dcounter|ddmmyy|ddmmyyyy|debkey|debrec|debug-contents|debug-item|debug-line|debug-name|debug-sub-1|debug-sub-2|debug-sub-3|deedit|default|define|defresp|defscrnht|defscrnwd|delay|deleteq??|delimiter|deq|destcount|destid|destidleng|detail|detaillength|dfhresp|dfhvalue|digest|digesttype|disconnect|docdelete|docsize|docstatus|doctoken|document|ds3270|dsscs|dump|dumpcode|dumpid|duprec|ecaddr|ecblist|eib|elemname|elemnamelen|elemns|elemnslen|end|endactivity|endbr|endbrowse|endfile|endoutput|enq|enter|entry|entryname|eoc|eods|eprfield|eprfrom|eprinto|eprlength|eprset|eprtype|equal|erase|eraseaup|error|errterm|esmreason|esmresp|event|eventtype|eventual|ewasupp|exception|expect|expirytime|extds|external|extract|facility|facilitytokn|false|faultactlen|faultactor|faultcode|faultcodelen|faultcodestr|faultstring|faultstrlen|fci|fct|field|file|firestatus|flength|fmh|fmhparm|for|force|formattime|formfeed|formfield|free|freekb|freemain|from|fromactivity|fromccsid|fromchannel|fromcodepage|fromdoc|fromflength|fromlength|fromprocess|frset|fulldate|function|gchars|gcodes|gds|generic|get|getmain|getnext|gmmi|groupid|gtec|gteq|handle|head|header|hex|high-values??|hilight|hold|honeom|host|hostcodepage|hostlength|hosttype|hours|httpheader|httpmethod|httprnum|httpversion|httpvnum|ignore|immediate|in|increment|initimg|initparm|initparmlen|inpartn|input|inputevent|inputmsg|inputmsglen|inquire|insert|integer|interval|into|intoccsid|intocodepage|invalidcount|invite|invmpsz|invoke|invokingprog|invpartn|invreq|issuer??|item|iutype|journalname|jtypeid|jusfirst|juslast|justify|katakana|keep|keylength|keynumber|l40|l64|l80|label|langinuse|languagecode|last|lastusetime|ldc|ldcmnem|ldcnum|leavekb|length|lengthlist|level|lightpen|linage-counter|line|lineaddr|line-counter|link|list|listlength|llid|load|locality|localitylen|logmessage|logmode|logonlogmode|logonmsg|low-values??|luname|main|map|mapcolumn|mapfail|mapheight|mapline|maponly|mapped|mappingdev|mapset|mapwidth|massinsert|maxdatalen|maxflength|maximum|maxlength|maxlifetime|maxproclen|mcc|mediatype|message|messageid|metadata|metadatalen|method|methodlength|milliseconds|minimum|minutes|mmddyy|mmddyyyy|mode|modename|monitor|month|monthofyear|move|msr|msrcontrol|name|namelength|natlang|natlanginuse|netname|newpassword|newphrase|newphraselen|next|nexttransid|nleom|noautopage|nocc|nocheck|nocliconvert|noclose|nodata|node|nodocdelete|nodump|noedit|noflush|nohandle|noinconvert|none|nooutconert|noqueue|noquiesce|nosrvconvert|nosuspend|note|notpurgeable|notruncate|nowait|nscontainer|nulls??|numciphers|numevents|numitems|numrec|numroutes|numsegments|numtab|of|oidcard|on|opclass|open|operation|operator|operid|operkeys|operpurge|opid|opsecurity|options|or|orgabcode|organization|organizatlen|orgunit|orgunitlen|outdescr|outline|outpartn|output|owner|pa1|pa2|pa3|page|pagenum|page-counter|paging|parse|partn|partner|partnfail|partnpage|partns|partnset|pass|passbk|password|passwordlen|path|pathlength|pct|pf10??|pf11|pf12|pf13|pf14|pf15|pf16|pf17|pf18|pf19|pf20??|pf21|pf22|pf23|pf24|pf3|pf4|pf5|pf6|pf7|pf8|pf9|pfxleng|phrase|phraselen|piplength|piplist|point|pool|pop|portnumber|portnumnu|post|ppt|predicate|prefix|prepare|princonvid|prinsysid|print|priority|privacy|process|processtype|proclength|procname|profile|program|protect|ps|punch|purge|purgeable|push|put|qname|query|queryparm|querystring|querystrlen|queue|quotes??|random|rba|rbn|rdatt|read|readnext|readprev|readq|reattach|receiver??|recfm|record|recordlen|recordlength|reduce|refparms|refparmslen|relatesindex|relatestype|relatesuri|release|remove|repeatable|repetable|replace|reply|replylength|reqid|requesttype|resclass|reset|resetbr|resid|residlength|resource|resp2??|ressec|restart|restype|result|resume|retain|retcode|retcord|retriece|retrieve|return|returnprog|return-code|rewind|rewrite|ridfld|role|rolelength|rollback|route|routecodes|rprocess|rresource|rrn|rtermid|rtransid|run|saddrlength|scheme|schemename|scope|scopelen|scrnht|scrnwd|seconds|security|segmentlist|send|sender|serialnum|serialnumlen|server|serveraddr|serveraddrnu|serverconv|servername|service|session|sesstoken|set|shared|shift-in|shift-out|sigdata|signal|signoff|signon|sit|snamelength|soapfault|sort-control|sort-core-size|sort-file-size|sort-message|sort-mode-size|sort-return|sosi|spaces??|spoolclose|spoolopen|spoolread|spoolwrite|srvconvert|srvraddr6nu|srvripfamily|ssltype|start|startbr|startbrowse|startcode|state|statelen|stationid|status|statuscode|statuslen|statustext|storage|strfield|stringformat|subaddr|subcodelen|subcodestr|subevent1??|subevent2|subevent3|subevent4|subevent5|subevent6|subevent7|subevent8|sum|suspend|suspstatus|symbol|symbollist|synchronous|synclevel|synconreturn|syncpoint|sysid|tables|tally|task|taskpriority|tcpip|tcpipservice|tct|tctua|tctualeng|td|tellerid|template|termcode|termid|terminal|termpriority|test|text|textkybd|textlength|textprint|time|timeout|timer|timesep|title|to|toactivity|tochannel|tocontainer|toflength|token|tolength|toprocess|trace|tracenum|trailer|tranpriority|transaction|transform|transid|trigger|trt|true|ts|twa|twaleng|type|typename|typenamelen|typens|typenslen|unattend|uncommitted|unescaped|unexpin|unlock|until|uow|update|uri|urimap|url|urllength|userdatakey|userid|username|usernamelen|userpriority|using|validation|value|valuelength|verify|versionlen|volume|volumeleng|wait|waitcics|web|when-compiled|wpmedia1|wpmedia2|wpmedia3|wpmedia4|wrap|writeq??|wsacontext|wsaepr|xctl|xmlcontainer|xmltodata|xmltransform|xrba|year|yyddd|yyddmm|yymmdd|yyyyddd|yyyyddmm|yyyymmdd|zero|zeroes|zeros)(?![-\\\\w])\",\"name\":\"keyword.verb.cics\"},\"dli-keywords\":{\"match\":\"(?<![-\\\\w])(?i:accept|chkp|deq|dlet|gnp?|gu|isrt|load|log|pos|query|refresh|repl|retrieve|rolb|roll|rols|schd|sets|setu|symchkp|term|xrst)(?![-\\\\w])\",\"name\":\"keyword.verb.dli\"},\"dli-options\":{\"match\":\"(?<![-\\\\w])(?i:statusgroup|checkpoint|chkp|id|lockclass|segment|info|where|from|using|keyfeedback|feedbacklen|variable|first|last|current|seglength|offset|locked|movenext|getfirst|set|setcond|setzero|setparent|fieldlength|keys|maxlength|length[0-9]*|area[0-9]*|psc|pcs|pcb|sysserve|into)(?![-\\\\w])\",\"name\":\"keyword.other.dli\"},\"number-complex-constant\":{\"match\":\"([-+])?((([0-9]+(\\\\.[0-9]+))|(\\\\.[0-9]+))(([Ee])([-+])?[0-9]+)?)([DFLUdflu]|UL|ul)?(?=\\\\s|\\\\.$|[),])\",\"name\":\"constant.numeric.cobol\"},\"number-simple-constant\":{\"match\":\"([-+])?([0-9]+)(?=\\\\s|\\\\.$|[),])\",\"name\":\"constant.numeric.cobol\"},\"string-double-quoted-constant\":{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"(\\\"|$)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}}},\"string-quoted-constant\":{\"begin\":\"'\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.cobol\"}},\"end\":\"('|$)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.cobol\"}},\"name\":\"string.quoted.single.cobol\"}},\"scopeName\":\"source.cobol\",\"embeddedLangs\":[\"html\",\"java\"]}"))
|
|
5
|
+
|
|
6
|
+
export default [
|
|
7
|
+
...html,
|
|
8
|
+
...java,
|
|
9
|
+
lang
|
|
10
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"CODEOWNERS\",\"name\":\"codeowners\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#pattern\"},{\"include\":\"#owner\"}],\"repository\":{\"comment\":{\"patterns\":[{\"begin\":\"^\\\\s*#\",\"captures\":{\"0\":{\"name\":\"punctuation.definition.comment.codeowners\"}},\"end\":\"$\",\"name\":\"comment.line.codeowners\"}]},\"owner\":{\"match\":\"\\\\S*@\\\\S+\",\"name\":\"storage.type.function.codeowners\"},\"pattern\":{\"match\":\"^\\\\s*(\\\\S+)\",\"name\":\"variable.other.codeowners\"}},\"scopeName\":\"text.codeowners\"}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"CodeQL\",\"fileTypes\":[\"ql\",\"qll\"],\"name\":\"codeql\",\"patterns\":[{\"include\":\"#module-member\"}],\"repository\":{\"abstract\":{\"match\":\"\\\\babstract(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.abstract.ql\"},\"additional\":{\"match\":\"\\\\badditional(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.additional.ql\"},\"and\":{\"match\":\"\\\\band(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.and.ql\"},\"annotation\":{\"patterns\":[{\"include\":\"#bindingset-annotation\"},{\"include\":\"#language-annotation\"},{\"include\":\"#pragma-annotation\"},{\"include\":\"#annotation-keyword\"}]},\"annotation-keyword\":{\"patterns\":[{\"include\":\"#abstract\"},{\"include\":\"#additional\"},{\"include\":\"#bindingset\"},{\"include\":\"#cached\"},{\"include\":\"#default\"},{\"include\":\"#deprecated\"},{\"include\":\"#external\"},{\"include\":\"#final\"},{\"include\":\"#language\"},{\"include\":\"#library\"},{\"include\":\"#override\"},{\"include\":\"#pragma\"},{\"include\":\"#private\"},{\"include\":\"#query\"},{\"include\":\"#signature\"},{\"include\":\"#transient\"}]},\"any\":{\"match\":\"\\\\bany(?![0-9A-Z_a-z])\",\"name\":\"keyword.quantifier.any.ql\"},\"arithmetic-operator\":{\"match\":\"[-%*+/]\",\"name\":\"keyword.operator.arithmetic.ql\"},\"as\":{\"match\":\"\\\\bas(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.as.ql\"},\"asc\":{\"match\":\"\\\\basc(?![0-9A-Z_a-z])\",\"name\":\"keyword.order.asc.ql\"},\"at-lower-id\":{\"match\":\"@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\"},\"avg\":{\"match\":\"\\\\bavg(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.avg.ql\"},\"bindingset\":{\"match\":\"\\\\bbindingset(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.bindingset.ql\"},\"bindingset-annotation\":{\"begin\":\"\\\\b(bindingset(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#bindingset\"}]}},\"end\":\"(?!(?:\\\\s|$|/[*/])|\\\\[)|(?<=])\",\"name\":\"meta.block.bindingset-annotation.ql\",\"patterns\":[{\"include\":\"#bindingset-annotation-body\"},{\"include\":\"#non-context-sensitive\"}]},\"bindingset-annotation-body\":{\"begin\":\"(\\\\[)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-bracket\"}]}},\"end\":\"(])\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-bracket\"}]}},\"name\":\"meta.block.bindingset-annotation-body.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"variable.parameter.ql\"}]},\"boolean\":{\"match\":\"\\\\bboolean(?![0-9A-Z_a-z])\",\"name\":\"keyword.type.boolean.ql\"},\"by\":{\"match\":\"\\\\bby(?![0-9A-Z_a-z])\",\"name\":\"keyword.order.by.ql\"},\"cached\":{\"match\":\"\\\\bcached(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.cached.ql\"},\"class\":{\"match\":\"\\\\bclass(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.class.ql\"},\"class-body\":{\"begin\":\"(\\\\{)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-brace\"}]}},\"end\":\"(})\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-brace\"}]}},\"name\":\"meta.block.class-body.ql\",\"patterns\":[{\"include\":\"#class-member\"}]},\"class-declaration\":{\"begin\":\"\\\\b(class(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#class\"}]}},\"end\":\"(?<=[;}])\",\"name\":\"meta.block.class-declaration.ql\",\"patterns\":[{\"include\":\"#class-body\"},{\"include\":\"#extends-clause\"},{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.class.ql\"}]},\"class-member\":{\"patterns\":[{\"include\":\"#predicate-or-field-declaration\"},{\"include\":\"#annotation\"},{\"include\":\"#non-context-sensitive\"}]},\"close-angle\":{\"match\":\">\",\"name\":\"punctuation.anglebracket.close.ql\"},\"close-brace\":{\"match\":\"}\",\"name\":\"punctuation.curlybrace.close.ql\"},\"close-bracket\":{\"match\":\"]\",\"name\":\"punctuation.squarebracket.close.ql\"},\"close-paren\":{\"match\":\"\\\\)\",\"name\":\"punctuation.parenthesis.close.ql\"},\"comma\":{\"match\":\",\",\"name\":\"punctuation.separator.comma.ql\"},\"comment\":{\"patterns\":[{\"begin\":\"/\\\\*\\\\*\",\"end\":\"\\\\*/\",\"name\":\"comment.block.documentation.ql\",\"patterns\":[{\"begin\":\"(?<=/\\\\*\\\\*)([^*]|\\\\*(?!/))*$\",\"patterns\":[{\"match\":\"\\\\G\\\\s*(@\\\\S+)\",\"name\":\"keyword.tag.ql\"}],\"while\":\"(^|\\\\G)\\\\s*([^*]|\\\\*(?!/))(?=([^*]|\\\\*(?!/))*$)\"}]},{\"begin\":\"/\\\\*\",\"end\":\"\\\\*/\",\"name\":\"comment.block.ql\"},{\"match\":\"//.*$\",\"name\":\"comment.line.double-slash.ql\"}]},\"comment-start\":{\"match\":\"/[*/]\"},\"comparison-operator\":{\"match\":\"!??=\",\"name\":\"keyword.operator.comparison.ql\"},\"concat\":{\"match\":\"\\\\bconcat(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.concat.ql\"},\"count\":{\"match\":\"\\\\bcount(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.count.ql\"},\"date\":{\"match\":\"\\\\bdate(?![0-9A-Z_a-z])\",\"name\":\"keyword.type.date.ql\"},\"default\":{\"match\":\"\\\\bdefault(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.default.ql\"},\"deprecated\":{\"match\":\"\\\\bdeprecated(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.deprecated.ql\"},\"desc\":{\"match\":\"\\\\bdesc(?![0-9A-Z_a-z])\",\"name\":\"keyword.order.desc.ql\"},\"dont-care\":{\"match\":\"\\\\b_(?![0-9A-Z_a-z])\",\"name\":\"variable.language.dont-care.ql\"},\"dot\":{\"match\":\"\\\\.\",\"name\":\"punctuation.accessor.ql\"},\"dotdot\":{\"match\":\"\\\\.\\\\.\",\"name\":\"punctuation.operator.range.ql\"},\"else\":{\"match\":\"\\\\belse(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.else.ql\"},\"end-of-as-clause\":{\"match\":\"(?<=[0-9A-Z_a-z])(?![0-9A-Z_a-z])(?<!(?<![0-9A-Z_a-z])as)|(?=\\\\s*(?!/[*/]|\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z]))\\\\S)|(?=\\\\s*\\\\b(?:_(?![0-9A-Z_a-z])|and(?![0-9A-Z_a-z])|any(?![0-9A-Z_a-z])|as(?![0-9A-Z_a-z])|asc(?![0-9A-Z_a-z])|avg(?![0-9A-Z_a-z])|boolean(?![0-9A-Z_a-z])|by(?![0-9A-Z_a-z])|class(?![0-9A-Z_a-z])|concat(?![0-9A-Z_a-z])|count(?![0-9A-Z_a-z])|date(?![0-9A-Z_a-z])|desc(?![0-9A-Z_a-z])|else(?![0-9A-Z_a-z])|exists(?![0-9A-Z_a-z])|extends(?![0-9A-Z_a-z])|false(?![0-9A-Z_a-z])|float(?![0-9A-Z_a-z])|forall(?![0-9A-Z_a-z])|forex(?![0-9A-Z_a-z])|from(?![0-9A-Z_a-z])|if(?![0-9A-Z_a-z])|implies(?![0-9A-Z_a-z])|import(?![0-9A-Z_a-z])|in(?![0-9A-Z_a-z])|instanceof(?![0-9A-Z_a-z])|int(?![0-9A-Z_a-z])|max(?![0-9A-Z_a-z])|min(?![0-9A-Z_a-z])|module(?![0-9A-Z_a-z])|newtype(?![0-9A-Z_a-z])|none(?![0-9A-Z_a-z])|not(?![0-9A-Z_a-z])|or(?![0-9A-Z_a-z])|order(?![0-9A-Z_a-z])|predicate(?![0-9A-Z_a-z])|rank(?![0-9A-Z_a-z])|result(?![0-9A-Z_a-z])|select(?![0-9A-Z_a-z])|strictconcat(?![0-9A-Z_a-z])|strictcount(?![0-9A-Z_a-z])|strictsum(?![0-9A-Z_a-z])|string(?![0-9A-Z_a-z])|sum(?![0-9A-Z_a-z])|super(?![0-9A-Z_a-z])|then(?![0-9A-Z_a-z])|this(?![0-9A-Z_a-z])|true(?![0-9A-Z_a-z])|unique(?![0-9A-Z_a-z])|where(?![0-9A-Z_a-z])))\"},\"end-of-id\":{\"match\":\"(?![0-9A-Z_a-z])\"},\"exists\":{\"match\":\"\\\\bexists(?![0-9A-Z_a-z])\",\"name\":\"keyword.quantifier.exists.ql\"},\"expr-as-clause\":{\"begin\":\"\\\\b(as(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#as\"}]}},\"end\":\"(?<=[0-9A-Z_a-z])(?![0-9A-Z_a-z])(?<!(?<![0-9A-Z_a-z])as)|(?=\\\\s*(?!/[*/]|\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z]))\\\\S)|(?=\\\\s*\\\\b(?:_(?![0-9A-Z_a-z])|and(?![0-9A-Z_a-z])|any(?![0-9A-Z_a-z])|as(?![0-9A-Z_a-z])|asc(?![0-9A-Z_a-z])|avg(?![0-9A-Z_a-z])|boolean(?![0-9A-Z_a-z])|by(?![0-9A-Z_a-z])|class(?![0-9A-Z_a-z])|concat(?![0-9A-Z_a-z])|count(?![0-9A-Z_a-z])|date(?![0-9A-Z_a-z])|desc(?![0-9A-Z_a-z])|else(?![0-9A-Z_a-z])|exists(?![0-9A-Z_a-z])|extends(?![0-9A-Z_a-z])|false(?![0-9A-Z_a-z])|float(?![0-9A-Z_a-z])|forall(?![0-9A-Z_a-z])|forex(?![0-9A-Z_a-z])|from(?![0-9A-Z_a-z])|if(?![0-9A-Z_a-z])|implies(?![0-9A-Z_a-z])|import(?![0-9A-Z_a-z])|in(?![0-9A-Z_a-z])|instanceof(?![0-9A-Z_a-z])|int(?![0-9A-Z_a-z])|max(?![0-9A-Z_a-z])|min(?![0-9A-Z_a-z])|module(?![0-9A-Z_a-z])|newtype(?![0-9A-Z_a-z])|none(?![0-9A-Z_a-z])|not(?![0-9A-Z_a-z])|or(?![0-9A-Z_a-z])|order(?![0-9A-Z_a-z])|predicate(?![0-9A-Z_a-z])|rank(?![0-9A-Z_a-z])|result(?![0-9A-Z_a-z])|select(?![0-9A-Z_a-z])|strictconcat(?![0-9A-Z_a-z])|strictcount(?![0-9A-Z_a-z])|strictsum(?![0-9A-Z_a-z])|string(?![0-9A-Z_a-z])|sum(?![0-9A-Z_a-z])|super(?![0-9A-Z_a-z])|then(?![0-9A-Z_a-z])|this(?![0-9A-Z_a-z])|true(?![0-9A-Z_a-z])|unique(?![0-9A-Z_a-z])|where(?![0-9A-Z_a-z])))\",\"name\":\"meta.block.expr-as-clause.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"variable.other.ql\"}]},\"extends\":{\"match\":\"\\\\bextends(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.extends.ql\"},\"extends-clause\":{\"begin\":\"\\\\b(extends(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#extends\"}]}},\"end\":\"(?=\\\\{)\",\"name\":\"meta.block.extends-clause.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])|@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.ql\"}]},\"external\":{\"match\":\"\\\\bexternal(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.external.ql\"},\"false\":{\"match\":\"\\\\bfalse(?![0-9A-Z_a-z])\",\"name\":\"constant.language.boolean.false.ql\"},\"final\":{\"match\":\"\\\\bfinal(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.final.ql\"},\"float\":{\"match\":\"\\\\bfloat(?![0-9A-Z_a-z])\",\"name\":\"keyword.type.float.ql\"},\"float-literal\":{\"match\":\"-?[0-9]+\\\\.[0-9]+(?![0-9])\",\"name\":\"constant.numeric.decimal.ql\"},\"forall\":{\"match\":\"\\\\bforall(?![0-9A-Z_a-z])\",\"name\":\"keyword.quantifier.forall.ql\"},\"forex\":{\"match\":\"\\\\bforex(?![0-9A-Z_a-z])\",\"name\":\"keyword.quantifier.forex.ql\"},\"from\":{\"match\":\"\\\\bfrom(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.from.ql\"},\"from-section\":{\"begin\":\"\\\\b(from(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#from\"}]}},\"end\":\"(?=\\\\b(?:select(?![0-9A-Z_a-z])|where(?![0-9A-Z_a-z])))\",\"name\":\"meta.block.from-section.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])(?=\\\\s*(?:,|\\\\bwhere(?![0-9A-Z_a-z])|\\\\bselect(?![0-9A-Z_a-z])|$))\",\"name\":\"variable.parameter.ql\"},{\"include\":\"#module-qualifier\"},{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])|@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.ql\"},{\"match\":\"\\\\b[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"variable.parameter.ql\"}]},\"id-character\":{\"match\":\"[0-9A-Z_a-z]\"},\"if\":{\"match\":\"\\\\bif(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.if.ql\"},\"implements\":{\"match\":\"\\\\bimplements(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.implements.ql\"},\"implements-clause\":{\"begin\":\"\\\\b(implements(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#implements\"}]}},\"end\":\"(?=\\\\{)\",\"name\":\"meta.block.implements-clause.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])|@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.ql\"}]},\"implies\":{\"match\":\"\\\\bimplies(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.implies.ql\"},\"import\":{\"match\":\"\\\\bimport(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.import.ql\"},\"import-as-clause\":{\"begin\":\"\\\\b(as(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#as\"}]}},\"end\":\"(?<=[0-9A-Z_a-z])(?![0-9A-Z_a-z])(?<!(?<![0-9A-Z_a-z])as)|(?=\\\\s*(?!/[*/]|\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z]))\\\\S)|(?=\\\\s*\\\\b(?:_(?![0-9A-Z_a-z])|and(?![0-9A-Z_a-z])|any(?![0-9A-Z_a-z])|as(?![0-9A-Z_a-z])|asc(?![0-9A-Z_a-z])|avg(?![0-9A-Z_a-z])|boolean(?![0-9A-Z_a-z])|by(?![0-9A-Z_a-z])|class(?![0-9A-Z_a-z])|concat(?![0-9A-Z_a-z])|count(?![0-9A-Z_a-z])|date(?![0-9A-Z_a-z])|desc(?![0-9A-Z_a-z])|else(?![0-9A-Z_a-z])|exists(?![0-9A-Z_a-z])|extends(?![0-9A-Z_a-z])|false(?![0-9A-Z_a-z])|float(?![0-9A-Z_a-z])|forall(?![0-9A-Z_a-z])|forex(?![0-9A-Z_a-z])|from(?![0-9A-Z_a-z])|if(?![0-9A-Z_a-z])|implies(?![0-9A-Z_a-z])|import(?![0-9A-Z_a-z])|in(?![0-9A-Z_a-z])|instanceof(?![0-9A-Z_a-z])|int(?![0-9A-Z_a-z])|max(?![0-9A-Z_a-z])|min(?![0-9A-Z_a-z])|module(?![0-9A-Z_a-z])|newtype(?![0-9A-Z_a-z])|none(?![0-9A-Z_a-z])|not(?![0-9A-Z_a-z])|or(?![0-9A-Z_a-z])|order(?![0-9A-Z_a-z])|predicate(?![0-9A-Z_a-z])|rank(?![0-9A-Z_a-z])|result(?![0-9A-Z_a-z])|select(?![0-9A-Z_a-z])|strictconcat(?![0-9A-Z_a-z])|strictcount(?![0-9A-Z_a-z])|strictsum(?![0-9A-Z_a-z])|string(?![0-9A-Z_a-z])|sum(?![0-9A-Z_a-z])|super(?![0-9A-Z_a-z])|then(?![0-9A-Z_a-z])|this(?![0-9A-Z_a-z])|true(?![0-9A-Z_a-z])|unique(?![0-9A-Z_a-z])|where(?![0-9A-Z_a-z])))\",\"name\":\"meta.block.import-as-clause.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.namespace.ql\"}]},\"import-directive\":{\"begin\":\"\\\\b(import(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#import\"}]}},\"end\":\"(?<!\\\\bimport)(?<=[0-9>A-Z_a-z])(?!\\\\s*(\\\\.|::|[,<]))\",\"name\":\"meta.block.import-directive.ql\",\"patterns\":[{\"include\":\"#instantiation-args\"},{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.namespace.ql\"}]},\"in\":{\"match\":\"\\\\bin(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.in.ql\"},\"instanceof\":{\"match\":\"\\\\binstanceof(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.instanceof.ql\"},\"instantiation-args\":{\"begin\":\"(<)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-angle\"}]}},\"end\":\"(>)\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-angle\"}]}},\"name\":\"meta.type.parameters.ql\",\"patterns\":[{\"include\":\"#instantiation-args\"},{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.namespace.ql\"}]},\"int\":{\"match\":\"\\\\bint(?![0-9A-Z_a-z])\",\"name\":\"keyword.type.int.ql\"},\"int-literal\":{\"match\":\"-?[0-9]+(?![0-9])\",\"name\":\"constant.numeric.decimal.ql\"},\"keyword\":{\"patterns\":[{\"include\":\"#dont-care\"},{\"include\":\"#and\"},{\"include\":\"#any\"},{\"include\":\"#as\"},{\"include\":\"#asc\"},{\"include\":\"#avg\"},{\"include\":\"#boolean\"},{\"include\":\"#by\"},{\"include\":\"#class\"},{\"include\":\"#concat\"},{\"include\":\"#count\"},{\"include\":\"#date\"},{\"include\":\"#desc\"},{\"include\":\"#else\"},{\"include\":\"#exists\"},{\"include\":\"#extends\"},{\"include\":\"#false\"},{\"include\":\"#float\"},{\"include\":\"#forall\"},{\"include\":\"#forex\"},{\"include\":\"#from\"},{\"include\":\"#if\"},{\"include\":\"#implies\"},{\"include\":\"#import\"},{\"include\":\"#in\"},{\"include\":\"#instanceof\"},{\"include\":\"#int\"},{\"include\":\"#max\"},{\"include\":\"#min\"},{\"include\":\"#module\"},{\"include\":\"#newtype\"},{\"include\":\"#none\"},{\"include\":\"#not\"},{\"include\":\"#or\"},{\"include\":\"#order\"},{\"include\":\"#predicate\"},{\"include\":\"#rank\"},{\"include\":\"#result\"},{\"include\":\"#select\"},{\"include\":\"#strictconcat\"},{\"include\":\"#strictcount\"},{\"include\":\"#strictsum\"},{\"include\":\"#string\"},{\"include\":\"#sum\"},{\"include\":\"#super\"},{\"include\":\"#then\"},{\"include\":\"#this\"},{\"include\":\"#true\"},{\"include\":\"#unique\"},{\"include\":\"#where\"}]},\"language\":{\"match\":\"\\\\blanguage(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.language.ql\"},\"language-annotation\":{\"begin\":\"\\\\b(language(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#language\"}]}},\"end\":\"(?!(?:\\\\s|$|/[*/])|\\\\[)|(?<=])\",\"name\":\"meta.block.language-annotation.ql\",\"patterns\":[{\"include\":\"#language-annotation-body\"},{\"include\":\"#non-context-sensitive\"}]},\"language-annotation-body\":{\"begin\":\"(\\\\[)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-bracket\"}]}},\"end\":\"(])\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-bracket\"}]}},\"name\":\"meta.block.language-annotation-body.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\bmonotonicAggregates(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.ql\"}]},\"library\":{\"match\":\"\\\\blibrary(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.library.ql\"},\"literal\":{\"patterns\":[{\"include\":\"#float-literal\"},{\"include\":\"#int-literal\"},{\"include\":\"#string-literal\"}]},\"lower-id\":{\"match\":\"\\\\b[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\"},\"max\":{\"match\":\"\\\\bmax(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.max.ql\"},\"min\":{\"match\":\"\\\\bmin(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.min.ql\"},\"module\":{\"match\":\"\\\\bmodule(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.module.ql\"},\"module-body\":{\"begin\":\"(\\\\{)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-brace\"}]}},\"end\":\"(})\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-brace\"}]}},\"name\":\"meta.block.module-body.ql\",\"patterns\":[{\"include\":\"#module-member\"}]},\"module-declaration\":{\"begin\":\"\\\\b(module(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#module\"}]}},\"end\":\"(?<=[;}])\",\"name\":\"meta.block.module-declaration.ql\",\"patterns\":[{\"include\":\"#module-body\"},{\"include\":\"#implements-clause\"},{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.namespace.ql\"}]},\"module-member\":{\"patterns\":[{\"include\":\"#import-directive\"},{\"include\":\"#import-as-clause\"},{\"include\":\"#module-declaration\"},{\"include\":\"#newtype-declaration\"},{\"include\":\"#newtype-branch-name-with-prefix\"},{\"include\":\"#predicate-parameter-list\"},{\"include\":\"#predicate-body\"},{\"include\":\"#class-declaration\"},{\"include\":\"#select-clause\"},{\"include\":\"#predicate-or-field-declaration\"},{\"include\":\"#non-context-sensitive\"},{\"include\":\"#annotation\"}]},\"module-qualifier\":{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])(?=\\\\s*::)\",\"name\":\"entity.name.type.namespace.ql\"},\"newtype\":{\"match\":\"\\\\bnewtype(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.newtype.ql\"},\"newtype-branch-name-with-prefix\":{\"begin\":\"=|\\\\bor(?![0-9A-Z_a-z])\",\"beginCaptures\":{\"0\":{\"patterns\":[{\"include\":\"#or\"},{\"include\":\"#comparison-operator\"}]}},\"end\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"endCaptures\":{\"0\":{\"name\":\"entity.name.type.ql\"}},\"name\":\"meta.block.newtype-branch-name-with-prefix.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"}]},\"newtype-declaration\":{\"begin\":\"\\\\b(newtype(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#newtype\"}]}},\"end\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"endCaptures\":{\"0\":{\"name\":\"entity.name.type.ql\"}},\"name\":\"meta.block.newtype-declaration.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"}]},\"non-context-sensitive\":{\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#literal\"},{\"include\":\"#operator-or-punctuation\"},{\"include\":\"#keyword\"}]},\"none\":{\"match\":\"\\\\bnone(?![0-9A-Z_a-z])\",\"name\":\"keyword.quantifier.none.ql\"},\"not\":{\"match\":\"\\\\bnot(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.not.ql\"},\"open-angle\":{\"match\":\"<\",\"name\":\"punctuation.anglebracket.open.ql\"},\"open-brace\":{\"match\":\"\\\\{\",\"name\":\"punctuation.curlybrace.open.ql\"},\"open-bracket\":{\"match\":\"\\\\[\",\"name\":\"punctuation.squarebracket.open.ql\"},\"open-paren\":{\"match\":\"\\\\(\",\"name\":\"punctuation.parenthesis.open.ql\"},\"operator-or-punctuation\":{\"patterns\":[{\"include\":\"#relational-operator\"},{\"include\":\"#comparison-operator\"},{\"include\":\"#arithmetic-operator\"},{\"include\":\"#comma\"},{\"include\":\"#semicolon\"},{\"include\":\"#dot\"},{\"include\":\"#dotdot\"},{\"include\":\"#pipe\"},{\"include\":\"#open-paren\"},{\"include\":\"#close-paren\"},{\"include\":\"#open-brace\"},{\"include\":\"#close-brace\"},{\"include\":\"#open-bracket\"},{\"include\":\"#close-bracket\"},{\"include\":\"#open-angle\"},{\"include\":\"#close-angle\"}]},\"or\":{\"match\":\"\\\\bor(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.or.ql\"},\"order\":{\"match\":\"\\\\border(?![0-9A-Z_a-z])\",\"name\":\"keyword.order.order.ql\"},\"override\":{\"match\":\"\\\\boverride(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.override.ql\"},\"pipe\":{\"match\":\"\\\\|\",\"name\":\"punctuation.separator.pipe.ql\"},\"pragma\":{\"match\":\"\\\\bpragma(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.pragma.ql\"},\"pragma-annotation\":{\"begin\":\"\\\\b(pragma(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#pragma\"}]}},\"end\":\"(?!(?:\\\\s|$|/[*/])|\\\\[)|(?<=])\",\"name\":\"meta.block.pragma-annotation.ql\",\"patterns\":[{\"include\":\"#pragma-annotation-body\"},{\"include\":\"#non-context-sensitive\"}]},\"pragma-annotation-body\":{\"begin\":\"(\\\\[)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-bracket\"}]}},\"end\":\"(])\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-bracket\"}]}},\"name\":\"meta.block.pragma-annotation-body.ql\",\"patterns\":[{\"match\":\"\\\\b(?:inline|noinline|nomagic|noopt)\\\\b\",\"name\":\"storage.modifier.ql\"}]},\"predicate\":{\"match\":\"\\\\bpredicate(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.predicate.ql\"},\"predicate-body\":{\"begin\":\"(\\\\{)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-brace\"}]}},\"end\":\"(})\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-brace\"}]}},\"name\":\"meta.block.predicate-body.ql\",\"patterns\":[{\"include\":\"#predicate-body-contents\"}]},\"predicate-body-contents\":{\"patterns\":[{\"include\":\"#expr-as-clause\"},{\"include\":\"#non-context-sensitive\"},{\"include\":\"#module-qualifier\"},{\"match\":\"\\\\b[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\\\\s*[*+]?\\\\s*(?=\\\\()\",\"name\":\"entity.name.function.ql\"},{\"match\":\"\\\\b[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"variable.other.ql\"},{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])|@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.ql\"}]},\"predicate-or-field-declaration\":{\"begin\":\"(?=\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z]))(?!\\\\b(?:(?:_(?![0-9A-Z_a-z])|and(?![0-9A-Z_a-z])|any(?![0-9A-Z_a-z])|as(?![0-9A-Z_a-z])|asc(?![0-9A-Z_a-z])|avg(?![0-9A-Z_a-z])|boolean(?![0-9A-Z_a-z])|by(?![0-9A-Z_a-z])|class(?![0-9A-Z_a-z])|concat(?![0-9A-Z_a-z])|count(?![0-9A-Z_a-z])|date(?![0-9A-Z_a-z])|desc(?![0-9A-Z_a-z])|else(?![0-9A-Z_a-z])|exists(?![0-9A-Z_a-z])|extends(?![0-9A-Z_a-z])|false(?![0-9A-Z_a-z])|float(?![0-9A-Z_a-z])|forall(?![0-9A-Z_a-z])|forex(?![0-9A-Z_a-z])|from(?![0-9A-Z_a-z])|if(?![0-9A-Z_a-z])|implies(?![0-9A-Z_a-z])|import(?![0-9A-Z_a-z])|in(?![0-9A-Z_a-z])|instanceof(?![0-9A-Z_a-z])|int(?![0-9A-Z_a-z])|max(?![0-9A-Z_a-z])|min(?![0-9A-Z_a-z])|module(?![0-9A-Z_a-z])|newtype(?![0-9A-Z_a-z])|none(?![0-9A-Z_a-z])|not(?![0-9A-Z_a-z])|or(?![0-9A-Z_a-z])|order(?![0-9A-Z_a-z])|predicate(?![0-9A-Z_a-z])|rank(?![0-9A-Z_a-z])|result(?![0-9A-Z_a-z])|select(?![0-9A-Z_a-z])|strictconcat(?![0-9A-Z_a-z])|strictcount(?![0-9A-Z_a-z])|strictsum(?![0-9A-Z_a-z])|string(?![0-9A-Z_a-z])|sum(?![0-9A-Z_a-z])|super(?![0-9A-Z_a-z])|then(?![0-9A-Z_a-z])|this(?![0-9A-Z_a-z])|true(?![0-9A-Z_a-z])|unique(?![0-9A-Z_a-z])|where(?![0-9A-Z_a-z]))|(?:abstract(?![0-9A-Z_a-z])|additional(?![0-9A-Z_a-z])|bindingset(?![0-9A-Z_a-z])|cached(?![0-9A-Z_a-z])|default(?![0-9A-Z_a-z])|deprecated(?![0-9A-Z_a-z])|external(?![0-9A-Z_a-z])|final(?![0-9A-Z_a-z])|language(?![0-9A-Z_a-z])|library(?![0-9A-Z_a-z])|override(?![0-9A-Z_a-z])|pragma(?![0-9A-Z_a-z])|private(?![0-9A-Z_a-z])|query(?![0-9A-Z_a-z])|signature(?![0-9A-Z_a-z])|transient(?![0-9A-Z_a-z]))))|(?=\\\\b(?:boolean(?![0-9A-Z_a-z])|date(?![0-9A-Z_a-z])|float(?![0-9A-Z_a-z])|int(?![0-9A-Z_a-z])|predicate(?![0-9A-Z_a-z])|string(?![0-9A-Z_a-z])))|(?=@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z]))\",\"end\":\"(?<=[;}])\",\"name\":\"meta.block.predicate-or-field-declaration.ql\",\"patterns\":[{\"include\":\"#predicate-parameter-list\"},{\"include\":\"#predicate-body\"},{\"include\":\"#non-context-sensitive\"},{\"include\":\"#module-qualifier\"},{\"match\":\"\\\\b[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])(?=\\\\s*;)\",\"name\":\"variable.field.ql\"},{\"match\":\"\\\\b[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.function.ql\"},{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])|@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.ql\"}]},\"predicate-parameter-list\":{\"begin\":\"(\\\\()\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#open-paren\"}]}},\"end\":\"(\\\\))\",\"endCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#close-paren\"}]}},\"name\":\"meta.block.predicate-parameter-list.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])(?=\\\\s*[),])\",\"name\":\"variable.parameter.ql\"},{\"include\":\"#module-qualifier\"},{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])|@[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"entity.name.type.ql\"},{\"match\":\"\\\\b[a-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"variable.parameter.ql\"}]},\"predicate-start-keyword\":{\"patterns\":[{\"include\":\"#boolean\"},{\"include\":\"#date\"},{\"include\":\"#float\"},{\"include\":\"#int\"},{\"include\":\"#predicate\"},{\"include\":\"#string\"}]},\"private\":{\"match\":\"\\\\bprivate(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.private.ql\"},\"query\":{\"match\":\"\\\\bquery(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.query.ql\"},\"rank\":{\"match\":\"\\\\brank(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.rank.ql\"},\"relational-operator\":{\"match\":\"<=?|>=?\",\"name\":\"keyword.operator.relational.ql\"},\"result\":{\"match\":\"\\\\bresult(?![0-9A-Z_a-z])\",\"name\":\"variable.language.result.ql\"},\"select\":{\"match\":\"\\\\bselect(?![0-9A-Z_a-z])\",\"name\":\"keyword.query.select.ql\"},\"select-as-clause\":{\"begin\":\"\\\\b(as(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#as\"}]}},\"end\":\"(?<=[0-9A-Z_a-z])(?![0-9A-Z_a-z])\",\"match\":\"meta.block.select-as-clause.ql\",\"patterns\":[{\"include\":\"#non-context-sensitive\"},{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\",\"name\":\"variable.other.ql\"}]},\"select-clause\":{\"begin\":\"(?=\\\\b(?:from(?![0-9A-Z_a-z])|where(?![0-9A-Z_a-z])|select(?![0-9A-Z_a-z])))\",\"end\":\"(?!\\\\b(?:from(?![0-9A-Z_a-z])|where(?![0-9A-Z_a-z])|select(?![0-9A-Z_a-z])))\",\"name\":\"meta.block.select-clause.ql\",\"patterns\":[{\"include\":\"#from-section\"},{\"include\":\"#where-section\"},{\"include\":\"#select-section\"}]},\"select-section\":{\"begin\":\"\\\\b(select(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#select\"}]}},\"end\":\"(?=\\\\n)\",\"name\":\"meta.block.select-section.ql\",\"patterns\":[{\"include\":\"#predicate-body-contents\"},{\"include\":\"#select-as-clause\"}]},\"semicolon\":{\"match\":\";\",\"name\":\"punctuation.separator.statement.ql\"},\"signature\":{\"match\":\"\\\\bsignature(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.signature.ql\"},\"simple-id\":{\"match\":\"\\\\b[A-Za-z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\"},\"strictconcat\":{\"match\":\"\\\\bstrictconcat(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.strictconcat.ql\"},\"strictcount\":{\"match\":\"\\\\bstrictcount(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.strictcount.ql\"},\"strictsum\":{\"match\":\"\\\\bstrictsum(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.strictsum.ql\"},\"string\":{\"match\":\"\\\\bstring(?![0-9A-Z_a-z])\",\"name\":\"keyword.type.string.ql\"},\"string-escape\":{\"match\":\"\\\\\\\\[\\\"\\\\\\\\nrt]\",\"name\":\"constant.character.escape.ql\"},\"string-literal\":{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.ql\"}},\"end\":\"(\\\")|([^\\\\n\\\\\\\\])$\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.ql\"},\"2\":{\"name\":\"invalid.illegal.newline.ql\"}},\"name\":\"string.quoted.double.ql\",\"patterns\":[{\"include\":\"#string-escape\"}]},\"sum\":{\"match\":\"\\\\bsum(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.sum.ql\"},\"super\":{\"match\":\"\\\\bsuper(?![0-9A-Z_a-z])\",\"name\":\"variable.language.super.ql\"},\"then\":{\"match\":\"\\\\bthen(?![0-9A-Z_a-z])\",\"name\":\"keyword.other.then.ql\"},\"this\":{\"match\":\"\\\\bthis(?![0-9A-Z_a-z])\",\"name\":\"variable.language.this.ql\"},\"transient\":{\"match\":\"\\\\btransient(?![0-9A-Z_a-z])\",\"name\":\"storage.modifier.transient.ql\"},\"true\":{\"match\":\"\\\\btrue(?![0-9A-Z_a-z])\",\"name\":\"constant.language.boolean.true.ql\"},\"unique\":{\"match\":\"\\\\bunique(?![0-9A-Z_a-z])\",\"name\":\"keyword.aggregate.unique.ql\"},\"upper-id\":{\"match\":\"\\\\b[A-Z][0-9A-Z_a-z]*(?![0-9A-Z_a-z])\"},\"where\":{\"match\":\"\\\\bwhere(?![0-9A-Z_a-z])\",\"name\":\"keyword.query.where.ql\"},\"where-section\":{\"begin\":\"\\\\b(where(?![0-9A-Z_a-z]))\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#where\"}]}},\"end\":\"(?=\\\\bselect(?![0-9A-Z_a-z]))\",\"name\":\"meta.block.where-section.ql\",\"patterns\":[{\"include\":\"#predicate-body-contents\"}]},\"whitespace-or-comment-start\":{\"match\":\"\\\\s|$|/[*/]\"}},\"scopeName\":\"source.ql\",\"aliases\":[\"ql\"]}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import javascript from './javascript.mjs'
|
|
2
|
+
|
|
3
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"CoffeeScript\",\"name\":\"coffee\",\"patterns\":[{\"include\":\"#jsx\"},{\"captures\":{\"1\":{\"name\":\"keyword.operator.new.coffee\"},\"2\":{\"name\":\"storage.type.class.coffee\"},\"3\":{\"name\":\"entity.name.type.instance.coffee\"},\"4\":{\"name\":\"entity.name.type.instance.coffee\"}},\"match\":\"(new)\\\\s+(?:(class)\\\\s+(\\\\w+(?:\\\\.\\\\w*)*)?|(\\\\w+(?:\\\\.\\\\w*)*))\",\"name\":\"meta.class.instance.constructor.coffee\"},{\"begin\":\"'''\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.coffee\"}},\"end\":\"'''\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.coffee\"}},\"name\":\"string.quoted.single.heredoc.coffee\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.escape.backslash.coffee\"}},\"match\":\"(\\\\\\\\).\",\"name\":\"constant.character.escape.backslash.coffee\"}]},{\"begin\":\"\\\"\\\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.coffee\"}},\"end\":\"\\\"\\\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.coffee\"}},\"name\":\"string.quoted.double.heredoc.coffee\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.escape.backslash.coffee\"}},\"match\":\"(\\\\\\\\).\",\"name\":\"constant.character.escape.backslash.coffee\"},{\"include\":\"#interpolated_coffee\"}]},{\"captures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.coffee\"},\"2\":{\"name\":\"source.js.embedded.coffee\",\"patterns\":[{\"include\":\"source.js\"}]},\"3\":{\"name\":\"punctuation.definition.string.end.coffee\"}},\"match\":\"(`)(.*)(`)\",\"name\":\"string.quoted.script.coffee\"},{\"begin\":\"(?<!#)###(?!#)\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.coffee\"}},\"end\":\"###\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.coffee\"}},\"name\":\"comment.block.coffee\",\"patterns\":[{\"match\":\"(?<=^|\\\\s)@\\\\w*(?=\\\\s)\",\"name\":\"storage.type.annotation.coffee\"}]},{\"begin\":\"#\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.coffee\"}},\"end\":\"$\",\"name\":\"comment.line.number-sign.coffee\"},{\"begin\":\"///\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.coffee\"}},\"end\":\"(///)[gimuy]*\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.coffee\"}},\"name\":\"string.regexp.multiline.coffee\",\"patterns\":[{\"include\":\"#heregexp\"}]},{\"begin\":\"(?<![$\\\\w])(/)(?=(?![*+/?])(.+)(/)[gimuy]*(?!\\\\s*[$(/\\\\w]))\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.coffee\"}},\"end\":\"(/)[gimuy]*(?!\\\\s*[$(/\\\\w])\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.coffee\"}},\"name\":\"string.regexp.coffee\",\"patterns\":[{\"include\":\"source.js.regexp\"}]},{\"match\":\"\\\\b(?<![$.])(break|by|catch|continue|else|finally|for|in|of|if|return|switch|then|throw|try|unless|when|while|until|loop|do|export|import|default|from|as|yield|async|await|(?<=for)\\\\s+own)(?!\\\\s*:)\\\\b\",\"name\":\"keyword.control.coffee\"},{\"match\":\"\\\\b(?<![$.])(delete|instanceof|new|typeof)(?!\\\\s*:)\\\\b\",\"name\":\"keyword.operator.$1.coffee\"},{\"match\":\"\\\\b(?<![$.])(case|function|var|void|with|const|let|enum|native|__hasProp|__extends|__slice|__bind|__indexOf|implements|interface|package|private|protected|public|static)(?!\\\\s*:)\\\\b\",\"name\":\"keyword.reserved.coffee\"},{\"begin\":\"(?<=\\\\s|^)((@)?[$A-Z_a-z][$\\\\w]*)\\\\s*([:=])\\\\s*(?=(\\\\([^()]*\\\\)\\\\s*)?[-=]>)\",\"beginCaptures\":{\"1\":{\"name\":\"entity.name.function.coffee\"},\"2\":{\"name\":\"variable.other.readwrite.instance.coffee\"},\"3\":{\"name\":\"keyword.operator.assignment.coffee\"}},\"end\":\"[-=]>\",\"endCaptures\":{\"0\":{\"name\":\"storage.type.function.coffee\"}},\"name\":\"meta.function.coffee\",\"patterns\":[{\"include\":\"#function_params\"}]},{\"begin\":\"(?<=\\\\s|^)(?:((')([^']*?)('))|((\\\")([^\\\"]*?)(\\\")))\\\\s*([:=])\\\\s*(?=(\\\\([^()]*\\\\)\\\\s*)?[-=]>)\",\"beginCaptures\":{\"1\":{\"name\":\"string.quoted.single.coffee\"},\"2\":{\"name\":\"punctuation.definition.string.begin.coffee\"},\"3\":{\"name\":\"entity.name.function.coffee\"},\"4\":{\"name\":\"punctuation.definition.string.end.coffee\"},\"5\":{\"name\":\"string.quoted.double.coffee\"},\"6\":{\"name\":\"punctuation.definition.string.begin.coffee\"},\"7\":{\"name\":\"entity.name.function.coffee\"},\"8\":{\"name\":\"punctuation.definition.string.end.coffee\"},\"9\":{\"name\":\"keyword.operator.assignment.coffee\"}},\"end\":\"[-=]>\",\"endCaptures\":{\"0\":{\"name\":\"storage.type.function.coffee\"}},\"name\":\"meta.function.coffee\",\"patterns\":[{\"include\":\"#function_params\"}]},{\"begin\":\"(?=(\\\\([^()]*\\\\)\\\\s*)?[-=]>)\",\"end\":\"[-=]>\",\"endCaptures\":{\"0\":{\"name\":\"storage.type.function.coffee\"}},\"name\":\"meta.function.inline.coffee\",\"patterns\":[{\"include\":\"#function_params\"}]},{\"begin\":\"(?<=\\\\s|^)(\\\\{)(?=[^\\\"#']+?}[]}\\\\s]*=)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.destructuring.begin.bracket.curly.coffee\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.destructuring.end.bracket.curly.coffee\"}},\"name\":\"meta.variable.assignment.destructured.object.coffee\",\"patterns\":[{\"include\":\"$self\"},{\"match\":\"[$A-Z_a-z]\\\\w*\",\"name\":\"variable.assignment.coffee\"}]},{\"begin\":\"(?<=\\\\s|^)(\\\\[)(?=[^\\\"#']+?][]}\\\\s]*=)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.destructuring.begin.bracket.square.coffee\"}},\"end\":\"]\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.destructuring.end.bracket.square.coffee\"}},\"name\":\"meta.variable.assignment.destructured.array.coffee\",\"patterns\":[{\"include\":\"$self\"},{\"match\":\"[$A-Z_a-z]\\\\w*\",\"name\":\"variable.assignment.coffee\"}]},{\"match\":\"\\\\b(?<!\\\\.|::)(true|on|yes)(?!\\\\s*[:=][^=])\\\\b\",\"name\":\"constant.language.boolean.true.coffee\"},{\"match\":\"\\\\b(?<!\\\\.|::)(false|off|no)(?!\\\\s*[:=][^=])\\\\b\",\"name\":\"constant.language.boolean.false.coffee\"},{\"match\":\"\\\\b(?<!\\\\.|::)null(?!\\\\s*[:=][^=])\\\\b\",\"name\":\"constant.language.null.coffee\"},{\"match\":\"\\\\b(?<!\\\\.|::)extends(?!\\\\s*[:=])\\\\b\",\"name\":\"variable.language.coffee\"},{\"match\":\"(?<!\\\\.)\\\\b(?<!\\\\$)(super|this|arguments)(?!\\\\s*[:=][^=]|\\\\$)\\\\b\",\"name\":\"variable.language.$1.coffee\"},{\"captures\":{\"1\":{\"name\":\"storage.type.class.coffee\"},\"2\":{\"name\":\"keyword.control.inheritance.coffee\"},\"3\":{\"name\":\"entity.other.inherited-class.coffee\"}},\"match\":\"(?<=\\\\s|^|[(\\\\[])(class)\\\\s+(extends)\\\\s+(@?[$.A-Z_a-z][.\\\\w]*)\",\"name\":\"meta.class.coffee\"},{\"captures\":{\"1\":{\"name\":\"storage.type.class.coffee\"},\"2\":{\"name\":\"entity.name.type.class.coffee\"},\"3\":{\"name\":\"keyword.control.inheritance.coffee\"},\"4\":{\"name\":\"entity.other.inherited-class.coffee\"}},\"match\":\"(?<=\\\\s|^|[(\\\\[])(class)\\\\b\\\\s+(@?[$A-Z_a-z][.\\\\w]*)?(?:\\\\s+(extends)\\\\s+(@?[$.A-Z_a-z][.\\\\w]*))?\",\"name\":\"meta.class.coffee\"},{\"match\":\"\\\\b(debugger|\\\\\\\\)\\\\b\",\"name\":\"keyword.other.coffee\"},{\"match\":\"\\\\b(Array|ArrayBuffer|Blob|Boolean|Date|document|Function|Int(8|16|32|64)Array|Math|Map|Number|Object|Proxy|RegExp|Set|String|WeakMap|window|Uint(8|16|32|64)Array|XMLHttpRequest)\\\\b\",\"name\":\"support.class.coffee\"},{\"match\":\"\\\\b(console)\\\\b\",\"name\":\"entity.name.type.object.coffee\"},{\"match\":\"((?<=console\\\\.)(debug|warn|info|log|error|time|timeEnd|assert))\\\\b\",\"name\":\"support.function.console.coffee\"},{\"match\":\"((?<=\\\\.)(apply|call|concat|every|filter|forEach|from|hasOwnProperty|indexOf|isPrototypeOf|join|lastIndexOf|map|of|pop|propertyIsEnumerable|push|reduce(Right)?|reverse|shift|slice|some|sort|splice|to(Locale)?String|unshift|valueOf))\\\\b\",\"name\":\"support.function.method.array.coffee\"},{\"match\":\"((?<=Array\\\\.)(isArray))\\\\b\",\"name\":\"support.function.static.array.coffee\"},{\"match\":\"((?<=Object\\\\.)(create|definePropert(ies|y)|freeze|getOwnProperty(Descriptors?|Names)|getProperty(Descriptor|Names)|getPrototypeOf|is(Extensible|Frozen|Sealed)?|isnt|keys|preventExtensions|seal))\\\\b\",\"name\":\"support.function.static.object.coffee\"},{\"match\":\"((?<=Math\\\\.)(abs|acosh??|asinh??|atan2??|atanh|ceil|cosh??|exp|expm1|floor|hypot|log|log10|log1p|log2|max|min|pow|random|round|sign|sinh??|sqrt|tanh??|trunc))\\\\b\",\"name\":\"support.function.static.math.coffee\"},{\"match\":\"((?<=Number\\\\.)(is(Finite|Integer|NaN)|toInteger))\\\\b\",\"name\":\"support.function.static.number.coffee\"},{\"match\":\"(?<!\\\\.)\\\\b(module|exports|__filename|__dirname|global|process)(?!\\\\s*:)\\\\b\",\"name\":\"support.variable.coffee\"},{\"match\":\"\\\\b(Infinity|NaN|undefined)\\\\b\",\"name\":\"constant.language.coffee\"},{\"include\":\"#operators\"},{\"include\":\"#method_calls\"},{\"include\":\"#function_calls\"},{\"include\":\"#numbers\"},{\"include\":\"#objects\"},{\"include\":\"#properties\"},{\"match\":\"::\",\"name\":\"keyword.operator.prototype.coffee\"},{\"match\":\"(?<!\\\\$)\\\\b[0-9]+[$\\\\w]*\",\"name\":\"invalid.illegal.identifier.coffee\"},{\"match\":\";\",\"name\":\"punctuation.terminator.statement.coffee\"},{\"match\":\",\",\"name\":\"punctuation.separator.delimiter.coffee\"},{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"meta.brace.curly.coffee\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.curly.coffee\"}},\"patterns\":[{\"include\":\"$self\"}]},{\"begin\":\"\\\\[\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.array.begin.bracket.square.coffee\"}},\"end\":\"]\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.array.end.bracket.square.coffee\"}},\"patterns\":[{\"match\":\"(?<!\\\\.)\\\\.{3}\",\"name\":\"keyword.operator.slice.exclusive.coffee\"},{\"match\":\"(?<!\\\\.)\\\\.{2}\",\"name\":\"keyword.operator.slice.inclusive.coffee\"},{\"include\":\"$self\"}]},{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"meta.brace.round.coffee\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.round.coffee\"}},\"patterns\":[{\"include\":\"$self\"}]},{\"include\":\"#instance_variable\"},{\"include\":\"#single_quoted_string\"},{\"include\":\"#double_quoted_string\"}],\"repository\":{\"arguments\":{\"patterns\":[{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.arguments.begin.bracket.round.coffee\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.arguments.end.bracket.round.coffee\"}},\"name\":\"meta.arguments.coffee\",\"patterns\":[{\"include\":\"$self\"}]},{\"begin\":\"(?=(@|@?[$\\\\w]+|[-=]>|-\\\\d|[\\\"'\\\\[{]))\",\"end\":\"(?=\\\\s*(?<![$\\\\w])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![$\\\\w]))|(?=\\\\s*([]#)}]|$))\",\"name\":\"meta.arguments.coffee\",\"patterns\":[{\"include\":\"$self\"}]}]},\"double_quoted_string\":{\"patterns\":[{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.coffee\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.coffee\"}},\"name\":\"string.quoted.double.coffee\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.escape.backslash.coffee\"}},\"match\":\"(\\\\\\\\)(x\\\\h{2}|[012][0-7]{0,2}|3[0-6][0-7]|37[0-7]?|[4-7][0-7]?|.)\",\"name\":\"constant.character.escape.backslash.coffee\"},{\"include\":\"#interpolated_coffee\"}]}]},\"embedded_comment\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.comment.coffee\"}},\"match\":\"(?<!\\\\\\\\)(#).*$\\\\n?\",\"name\":\"comment.line.number-sign.coffee\"}]},\"function_calls\":{\"patterns\":[{\"begin\":\"(@)?([$\\\\w]+)(?=\\\\()\",\"beginCaptures\":{\"1\":{\"name\":\"variable.other.readwrite.instance.coffee\"},\"2\":{\"patterns\":[{\"include\":\"#function_names\"}]}},\"end\":\"(?<=\\\\))\",\"name\":\"meta.function-call.coffee\",\"patterns\":[{\"include\":\"#arguments\"}]},{\"begin\":\"(@)?([$\\\\w]+)\\\\s*(?=\\\\s+(?!(?<![$\\\\w])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![$\\\\w]))(?=(@?[$\\\\w]+|[-=]>|-\\\\d|[\\\"'\\\\[{])))\",\"beginCaptures\":{\"1\":{\"name\":\"variable.other.readwrite.instance.coffee\"},\"2\":{\"patterns\":[{\"include\":\"#function_names\"}]}},\"end\":\"(?=\\\\s*(?<![$\\\\w])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![$\\\\w]))|(?=\\\\s*([]#)}]|$))\",\"name\":\"meta.function-call.coffee\",\"patterns\":[{\"include\":\"#arguments\"}]}]},\"function_names\":{\"patterns\":[{\"match\":\"\\\\b(isNaN|isFinite|eval|uneval|parseInt|parseFloat|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|escape|unescape|require|set(Interval|Timeout)|clear(Interval|Timeout))\\\\b\",\"name\":\"support.function.coffee\"},{\"match\":\"[$A-Z_a-z][$\\\\w]*\",\"name\":\"entity.name.function.coffee\"},{\"match\":\"\\\\d[$\\\\w]*\",\"name\":\"invalid.illegal.identifier.coffee\"}]},\"function_params\":{\"patterns\":[{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.begin.bracket.round.coffee\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.parameters.end.bracket.round.coffee\"}},\"name\":\"meta.parameters.coffee\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"variable.parameter.function.coffee\"},\"2\":{\"name\":\"keyword.operator.splat.coffee\"}},\"match\":\"([$A-Z_a-z][$\\\\w]*)(\\\\.\\\\.\\\\.)?\"},{\"captures\":{\"1\":{\"name\":\"variable.parameter.function.readwrite.instance.coffee\"},\"2\":{\"name\":\"keyword.operator.splat.coffee\"}},\"match\":\"(@(?:[$A-Z_a-z][$\\\\w]*)?)(\\\\.\\\\.\\\\.)?\"},{\"include\":\"$self\"}]}]},\"heregexp\":{\"patterns\":[{\"match\":\"\\\\\\\\[Bb]|[$^]\",\"name\":\"keyword.control.anchor.regexp\"},{\"match\":\"\\\\\\\\[1-9]\\\\d*\",\"name\":\"keyword.other.back-reference.regexp\"},{\"match\":\"[*+?]|\\\\{(\\\\d+,\\\\d+|\\\\d+,|,\\\\d+|\\\\d+)}\\\\??\",\"name\":\"keyword.operator.quantifier.regexp\"},{\"match\":\"\\\\|\",\"name\":\"keyword.operator.or.regexp\"},{\"begin\":\"(\\\\()((\\\\?=)|(\\\\?!))\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.group.regexp\"},\"3\":{\"name\":\"meta.assertion.look-ahead.regexp\"},\"4\":{\"name\":\"meta.assertion.negative-look-ahead.regexp\"}},\"end\":\"(\\\\))\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.group.regexp\"}},\"name\":\"meta.group.assertion.regexp\",\"patterns\":[{\"include\":\"#heregexp\"}]},{\"begin\":\"\\\\((\\\\?:)?\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.group.regexp\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.group.regexp\"}},\"name\":\"meta.group.regexp\",\"patterns\":[{\"include\":\"#heregexp\"}]},{\"begin\":\"(\\\\[)(\\\\^)?\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.character-class.regexp\"},\"2\":{\"name\":\"keyword.operator.negation.regexp\"}},\"end\":\"(])\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.character-class.regexp\"}},\"name\":\"constant.other.character-class.set.regexp\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"constant.character.numeric.regexp\"},\"2\":{\"name\":\"constant.character.control.regexp\"},\"3\":{\"name\":\"constant.character.escape.backslash.regexp\"},\"4\":{\"name\":\"constant.character.numeric.regexp\"},\"5\":{\"name\":\"constant.character.control.regexp\"},\"6\":{\"name\":\"constant.character.escape.backslash.regexp\"}},\"match\":\"(?:.|(\\\\\\\\(?:[0-7]{3}|x\\\\h{2}|u\\\\h{4}))|(\\\\\\\\c[A-Z])|(\\\\\\\\.))-(?:[^]\\\\\\\\]|(\\\\\\\\(?:[0-7]{3}|x\\\\h{2}|u\\\\h{4}))|(\\\\\\\\c[A-Z])|(\\\\\\\\.))\",\"name\":\"constant.other.character-class.range.regexp\"},{\"include\":\"#regex-character-class\"}]},{\"include\":\"#regex-character-class\"},{\"include\":\"#interpolated_coffee\"},{\"include\":\"#embedded_comment\"}]},\"instance_variable\":{\"patterns\":[{\"match\":\"(@)([$A-Z_a-z]\\\\w*)?\",\"name\":\"variable.other.readwrite.instance.coffee\"}]},\"interpolated_coffee\":{\"patterns\":[{\"begin\":\"#\\\\{\",\"captures\":{\"0\":{\"name\":\"punctuation.section.embedded.coffee\"}},\"end\":\"}\",\"name\":\"source.coffee.embedded.source\",\"patterns\":[{\"include\":\"$self\"}]}]},\"jsx\":{\"patterns\":[{\"include\":\"#jsx-tag\"},{\"include\":\"#jsx-end-tag\"}]},\"jsx-attribute\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"entity.other.attribute-name.coffee\"},\"2\":{\"name\":\"keyword.operator.assignment.coffee\"}},\"match\":\"(?:^|\\\\s+)([-.\\\\w]+)\\\\s*(=)\"},{\"include\":\"#double_quoted_string\"},{\"include\":\"#single_quoted_string\"},{\"include\":\"#jsx-expression\"}]},\"jsx-end-tag\":{\"patterns\":[{\"begin\":\"(</)([-.\\\\w]+)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.tag.coffee\"},\"2\":{\"name\":\"entity.name.tag.coffee\"}},\"end\":\"(/?>)\",\"name\":\"meta.tag.coffee\"}]},\"jsx-expression\":{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"meta.brace.curly.coffee\"}},\"end\":\"}\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.curly.coffee\"}},\"patterns\":[{\"include\":\"#double_quoted_string\"},{\"include\":\"$self\"}]},\"jsx-tag\":{\"patterns\":[{\"begin\":\"(<)([-.\\\\w]+)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.tag.coffee\"},\"2\":{\"name\":\"entity.name.tag.coffee\"}},\"end\":\"(/?>)\",\"name\":\"meta.tag.coffee\",\"patterns\":[{\"include\":\"#jsx-attribute\"}]}]},\"method_calls\":{\"patterns\":[{\"begin\":\"(?:(\\\\.)|(::))\\\\s*([$\\\\w]+)\\\\s*(?=\\\\()\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.separator.method.period.coffee\"},\"2\":{\"name\":\"keyword.operator.prototype.coffee\"},\"3\":{\"patterns\":[{\"include\":\"#method_names\"}]}},\"end\":\"(?<=\\\\))\",\"name\":\"meta.method-call.coffee\",\"patterns\":[{\"include\":\"#arguments\"}]},{\"begin\":\"(?:(\\\\.)|(::))\\\\s*([$\\\\w]+)\\\\s*(?=\\\\s+(?!(?<![$\\\\w])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![$\\\\w]))(?=(@|@?[$\\\\w]+|[-=]>|-\\\\d|[\\\"'\\\\[{])))\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.separator.method.period.coffee\"},\"2\":{\"name\":\"keyword.operator.prototype.coffee\"},\"3\":{\"patterns\":[{\"include\":\"#method_names\"}]}},\"end\":\"(?=\\\\s*(?<![$\\\\w])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![$\\\\w]))|(?=\\\\s*([]#)}]|$))\",\"name\":\"meta.method-call.coffee\",\"patterns\":[{\"include\":\"#arguments\"}]}]},\"method_names\":{\"patterns\":[{\"match\":\"\\\\bon(Rowsinserted|Rowsdelete|Rowenter|Rowexit|Resize|Resizestart|Resizeend|Reset|Readystatechange|Mouseout|Mouseover|Mousedown|Mouseup|Mousemove|Before(cut|deactivate|unload|update|paste|print|editfocus|activate)|Blur|Scrolltop|Submit|Select|Selectstart|Selectionchange|Hover|Help|Change|Contextmenu|Controlselect|Cut|Cellchange|Clock|Close|Deactivate|Datasetchanged|Datasetcomplete|Dataavailable|Drop|Drag|Dragstart|Dragover|Dragdrop|Dragenter|Dragend|Dragleave|Dblclick|Unload|Paste|Propertychange|Error|Errorupdate|Keydown|Keyup|Keypress|Focus|Load|Activate|Afterupdate|Afterprint|Abort)\\\\b\",\"name\":\"support.function.event-handler.coffee\"},{\"match\":\"\\\\b(shift|showModelessDialog|showModalDialog|showHelp|scrollX??|scrollByPages|scrollByLines|scrollY|scrollTo|stop|strike|sizeToContent|sidebar|signText|sort|sup|sub|substr|substring|splice|split|send|set(Milliseconds|Seconds|Minutes|Hours|Month|Year|FullYear|Date|UTC(Milliseconds|Seconds|Minutes|Hours|Month|FullYear|Date)|Time|Hotkeys|Cursor|ZOptions|Active|Resizable|RequestHeader)|search|slice|savePreferences|small|home|handleEvent|navigate|char|charCodeAt|charAt|concat|contextual|confirm|compile|clear|captureEvents|call|createStyleSheet|createPopup|createEventObject|to(GMTString|UTCString|String|Source|UpperCase|LowerCase|LocaleString)|test|taint|taintEnabled|indexOf|italics|disableExternalCapture|dump|detachEvent|unshift|untaint|unwatch|updateCommands|join|javaEnabled|pop|push|plugins.refresh|paddings|parse|print|prompt|preference|enableExternalCapture|exec|execScript|valueOf|UTC|find|file|fileModifiedDate|fileSize|fileCreatedDate|fileUpdatedDate|fixed|fontsize|fontcolor|forward|fromCharCode|watch|link|load|lastIndexOf|anchor|attachEvent|atob|apply|alert|abort|routeEvents|resize|resizeBy|resizeTo|recalc|returnValue|replace|reverse|reload|releaseCapture|releaseEvents|go|get(Milliseconds|Seconds|Minutes|Hours|Month|Day|Year|FullYear|Time|Date|TimezoneOffset|UTC(Milliseconds|Seconds|Minutes|Hours|Day|Month|FullYear|Date)|Attention|Selection|ResponseHeader|AllResponseHeaders)|moveBy|moveBelow|moveTo|moveToAbsolute|moveAbove|mergeAttributes|match|margins|btoa|big|bold|borderWidths|blink|back)\\\\b\",\"name\":\"support.function.coffee\"},{\"match\":\"\\\\b(acceptNode|add|addEventListener|addTextTrack|adoptNode|after|animate|append|appendChild|appendData|before|blur|canPlayType|captureStream|caretPositionFromPoint|caretRangeFromPoint|checkValidity|clear|click|cloneContents|cloneNode|cloneRange|close|closest|collapse|compareBoundaryPoints|compareDocumentPosition|comparePoint|contains|convertPointFromNode|convertQuadFromNode|convertRectFromNode|createAttribute|createAttributeNS|createCaption|createCDATASection|createComment|createContextualFragment|createDocument|createDocumentFragment|createDocumentType|createElement|createElementNS|createEntityReference|createEvent|createExpression|createHTMLDocument|createNodeIterator|createNSResolver|createProcessingInstruction|createRange|createShadowRoot|createTBody|createTextNode|createTFoot|createTHead|createTreeWalker|delete|deleteCaption|deleteCell|deleteContents|deleteData|deleteRow|deleteTFoot|deleteTHead|detach|disconnect|dispatchEvent|elementFromPoint|elementsFromPoint|enableStyleSheetsForSet|entries|evaluate|execCommand|exitFullscreen|exitPointerLock|expand|extractContents|fastSeek|firstChild|focus|forEach|get|getAll|getAnimations|getAttribute|getAttributeNames|getAttributeNode|getAttributeNodeNS|getAttributeNS|getBoundingClientRect|getBoxQuads|getClientRects|getContext|getDestinationInsertionPoints|getElementById|getElementsByClassName|getElementsByName|getElementsByTagName|getElementsByTagNameNS|getItem|getNamedItem|getSelection|getStartDate|getVideoPlaybackQuality|has|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasFeature|hasFocus|importNode|initEvent|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|insertBefore|insertCell|insertData|insertNode|insertRow|intersectsNode|isDefaultNamespace|isEqualNode|isPointInRange|isSameNode|item|keys??|lastChild|load|lookupNamespaceURI|lookupPrefix|matches|move|moveAttribute|moveAttributeNode|moveChild|moveNamedItem|namedItem|nextNode|nextSibling|normalize|observe|open|parentNode|pause|play|postMessage|prepend|preventDefault|previousNode|previousSibling|probablySupportsContext|queryCommandEnabled|queryCommandIndeterm|queryCommandState|queryCommandSupported|queryCommandValue|querySelector|querySelectorAll|registerContentHandler|registerElement|registerProtocolHandler|releaseCapture|releaseEvents|remove|removeAttribute|removeAttributeNode|removeAttributeNS|removeChild|removeEventListener|removeItem|replace|replaceChild|replaceData|replaceWith|reportValidity|requestFullscreen|requestPointerLock|reset|scroll|scrollBy|scrollIntoView|scrollTo|seekToNextFrame|select|selectNode|selectNodeContents|set|setAttribute|setAttributeNode|setAttributeNodeNS|setAttributeNS|setCapture|setCustomValidity|setEnd|setEndAfter|setEndBefore|setItem|setNamedItem|setRangeText|setSelectionRange|setSinkId|setStart|setStartAfter|setStartBefore|slice|splitText|stepDown|stepUp|stopImmediatePropagation|stopPropagation|submit|substringData|supports|surroundContents|takeRecords|terminate|toBlob|toDataURL|toggle|toString|values|write|writeln)\\\\b\",\"name\":\"support.function.dom.coffee\"},{\"match\":\"[$A-Z_a-z][$\\\\w]*\",\"name\":\"entity.name.function.coffee\"},{\"match\":\"\\\\d[$\\\\w]*\",\"name\":\"invalid.illegal.identifier.coffee\"}]},\"numbers\":{\"patterns\":[{\"match\":\"\\\\b(?<!\\\\$)0([Xx])\\\\h+\\\\b(?!\\\\$)\",\"name\":\"constant.numeric.hex.coffee\"},{\"match\":\"\\\\b(?<!\\\\$)0([Bb])[01]+\\\\b(?!\\\\$)\",\"name\":\"constant.numeric.binary.coffee\"},{\"match\":\"\\\\b(?<!\\\\$)0([Oo])?[0-7]+\\\\b(?!\\\\$)\",\"name\":\"constant.numeric.octal.coffee\"},{\"captures\":{\"0\":{\"name\":\"constant.numeric.decimal.coffee\"},\"1\":{\"name\":\"punctuation.separator.decimal.period.coffee\"},\"2\":{\"name\":\"punctuation.separator.decimal.period.coffee\"},\"3\":{\"name\":\"punctuation.separator.decimal.period.coffee\"},\"4\":{\"name\":\"punctuation.separator.decimal.period.coffee\"},\"5\":{\"name\":\"punctuation.separator.decimal.period.coffee\"},\"6\":{\"name\":\"punctuation.separator.decimal.period.coffee\"}},\"match\":\"(?<!\\\\$)(?:\\\\b[0-9]+(\\\\.)[0-9]+[Ee][-+]?[0-9]+\\\\b|\\\\b[0-9]+(\\\\.)[Ee][-+]?[0-9]+\\\\b|\\\\B(\\\\.)[0-9]+[Ee][-+]?[0-9]+\\\\b|\\\\b[0-9]+[Ee][-+]?[0-9]+\\\\b|\\\\b[0-9]+(\\\\.)[0-9]+\\\\b|\\\\b[0-9]+(?=\\\\.{2,3})|\\\\b[0-9]+(\\\\.)\\\\B|\\\\B(\\\\.)[0-9]+\\\\b|\\\\b[0-9]+\\\\b(?!\\\\.))(?!\\\\$)\"}]},\"objects\":{\"patterns\":[{\"match\":\"[A-Z][$0-9A-Z_]*(?=\\\\s*\\\\??(\\\\.\\\\s*[$A-Z_a-z]\\\\w*|::))\",\"name\":\"constant.other.object.coffee\"},{\"match\":\"[$A-Z_a-z][$\\\\w]*(?=\\\\s*\\\\??(\\\\.\\\\s*[$A-Z_a-z]\\\\w*|::))\",\"name\":\"variable.other.object.coffee\"}]},\"operators\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"variable.assignment.coffee\"},\"2\":{\"name\":\"keyword.operator.assignment.compound.coffee\"}},\"match\":\"(?:([$A-Z_a-z][$\\\\w]*)?\\\\s+|(?<![$\\\\w]))(and=|or=)\"},{\"captures\":{\"1\":{\"name\":\"variable.assignment.coffee\"},\"2\":{\"name\":\"keyword.operator.assignment.compound.coffee\"}},\"match\":\"([$A-Z_a-z][$\\\\w]*)?\\\\s*((?:[-%*+]|&&|\\\\|\\\\||\\\\?|(?<!\\\\()/)=)\"},{\"captures\":{\"1\":{\"name\":\"variable.assignment.coffee\"},\"2\":{\"name\":\"keyword.operator.assignment.compound.bitwise.coffee\"}},\"match\":\"([$A-Z_a-z][$\\\\w]*)?\\\\s*((?:[\\\\&^]|<<|>>>??|\\\\|)=)\"},{\"match\":\"<<|>>>?\",\"name\":\"keyword.operator.bitwise.shift.coffee\"},{\"match\":\"!=|<=|>=|==|[<>]\",\"name\":\"keyword.operator.comparison.coffee\"},{\"match\":\"&&|!|\\\\|\\\\|\",\"name\":\"keyword.operator.logical.coffee\"},{\"match\":\"[\\\\&^|~]\",\"name\":\"keyword.operator.bitwise.coffee\"},{\"captures\":{\"1\":{\"name\":\"variable.assignment.coffee\"},\"2\":{\"name\":\"keyword.operator.assignment.coffee\"}},\"match\":\"([$A-Z_a-z][$\\\\w]*)?\\\\s*(=|:(?!:))(?![=>])\"},{\"match\":\"--\",\"name\":\"keyword.operator.decrement.coffee\"},{\"match\":\"\\\\+\\\\+\",\"name\":\"keyword.operator.increment.coffee\"},{\"match\":\"\\\\.\\\\.\\\\.\",\"name\":\"keyword.operator.splat.coffee\"},{\"match\":\"\\\\?\",\"name\":\"keyword.operator.existential.coffee\"},{\"match\":\"[-%*+/]\",\"name\":\"keyword.operator.coffee\"},{\"captures\":{\"1\":{\"name\":\"keyword.operator.logical.coffee\"},\"2\":{\"name\":\"keyword.operator.comparison.coffee\"}},\"match\":\"\\\\b(?<![$.])(?:(and|or|not)|(is(?:|nt)))(?!\\\\s*:)\\\\b\"}]},\"properties\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.separator.property.period.coffee\"},\"2\":{\"name\":\"keyword.operator.prototype.coffee\"},\"3\":{\"name\":\"constant.other.object.property.coffee\"}},\"match\":\"(?:(\\\\.)|(::))\\\\s*([A-Z][$0-9A-Z_]*\\\\b\\\\$*)(?=\\\\s*\\\\??(\\\\.\\\\s*[$A-Z_a-z]\\\\w*|::))\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.property.period.coffee\"},\"2\":{\"name\":\"keyword.operator.prototype.coffee\"},\"3\":{\"name\":\"variable.other.object.property.coffee\"}},\"match\":\"(?:(\\\\.)|(::))\\\\s*(\\\\$*[$A-Z_a-z][$\\\\w]*)(?=\\\\s*\\\\??(\\\\.\\\\s*[$A-Z_a-z]\\\\w*|::))\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.property.period.coffee\"},\"2\":{\"name\":\"keyword.operator.prototype.coffee\"},\"3\":{\"name\":\"constant.other.property.coffee\"}},\"match\":\"(?:(\\\\.)|(::))\\\\s*([A-Z][$0-9A-Z_]*\\\\b\\\\$*)\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.property.period.coffee\"},\"2\":{\"name\":\"keyword.operator.prototype.coffee\"},\"3\":{\"name\":\"variable.other.property.coffee\"}},\"match\":\"(?:(\\\\.)|(::))\\\\s*(\\\\$*[$A-Z_a-z][$\\\\w]*)\"},{\"captures\":{\"1\":{\"name\":\"punctuation.separator.property.period.coffee\"},\"2\":{\"name\":\"keyword.operator.prototype.coffee\"},\"3\":{\"name\":\"invalid.illegal.identifier.coffee\"}},\"match\":\"(?:(\\\\.)|(::))\\\\s*([0-9][$\\\\w]*)\"}]},\"regex-character-class\":{\"patterns\":[{\"match\":\"\\\\\\\\[DSWdsw]|\\\\.\",\"name\":\"constant.character.character-class.regexp\"},{\"match\":\"\\\\\\\\([0-7]{3}|x\\\\h{2}|u\\\\h{4})\",\"name\":\"constant.character.numeric.regexp\"},{\"match\":\"\\\\\\\\c[A-Z]\",\"name\":\"constant.character.control.regexp\"},{\"match\":\"\\\\\\\\.\",\"name\":\"constant.character.escape.backslash.regexp\"}]},\"single_quoted_string\":{\"patterns\":[{\"begin\":\"'\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.coffee\"}},\"end\":\"'\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.coffee\"}},\"name\":\"string.quoted.single.coffee\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"punctuation.definition.escape.backslash.coffee\"}},\"match\":\"(\\\\\\\\)(x\\\\h{2}|[012][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)\",\"name\":\"constant.character.escape.backslash.coffee\"}]}]}},\"scopeName\":\"source.coffee\",\"embeddedLangs\":[\"javascript\"],\"aliases\":[\"coffeescript\"]}"))
|
|
4
|
+
|
|
5
|
+
export default [
|
|
6
|
+
...javascript,
|
|
7
|
+
lang
|
|
8
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Common Lisp\",\"fileTypes\":[\"lisp\",\"lsp\",\"l\",\"cl\",\"asd\",\"asdf\"],\"foldingStartMarker\":\"\\\\(\",\"foldingStopMarker\":\"\\\\)\",\"name\":\"common-lisp\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#block-comment\"},{\"include\":\"#string\"},{\"include\":\"#escape\"},{\"include\":\"#constant\"},{\"include\":\"#lambda-list\"},{\"include\":\"#function\"},{\"include\":\"#style-guide\"},{\"include\":\"#def-name\"},{\"include\":\"#macro\"},{\"include\":\"#symbol\"},{\"include\":\"#special-operator\"},{\"include\":\"#declaration\"},{\"include\":\"#type\"},{\"include\":\"#class\"},{\"include\":\"#condition-type\"},{\"include\":\"#package\"},{\"include\":\"#variable\"},{\"include\":\"#punctuation\"}],\"repository\":{\"block-comment\":{\"begin\":\"#\\\\|\",\"contentName\":\"comment.block.commonlisp\",\"end\":\"\\\\|#\",\"name\":\"comment\",\"patterns\":[{\"include\":\"#block-comment\",\"name\":\"comment\"}]},\"class\":{\"match\":\"(?i)(?<=^|[(\\\\s])(?:two-way-stream|synonym-stream|symbol|structure-object|structure-class|string-stream|stream|standard-object|standard-method|standard-generic-function|standard-class|sequence|restart|real|readtable|ratio|random-state|package|number|method|integer|hash-table|generic-function|file-stream|echo-stream|concatenated-stream|class|built-in-class|broadcast-stream|bit-vector|array)(?=([()\\\\s]))\",\"name\":\"support.class.commonlisp\"},\"comment\":{\"begin\":\"(^[\\\\t ]+)?(?=;)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.whitespace.comment.leading.commonlisp\"}},\"end\":\"(?!\\\\G)\",\"patterns\":[{\"begin\":\";\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.comment.commonlisp\"}},\"end\":\"\\\\n\",\"name\":\"comment.line.semicolon.commonlisp\"}]},\"condition-type\":{\"match\":\"(?i)(?<=^|[(\\\\s])(?:warning|undefined-function|unbound-variable|unbound-slot|type-error|style-warning|stream-error|storage-condition|simple-warning|simple-type-error|simple-error|simple-condition|serious-condition|reader-error|program-error|print-not-readable|parse-error|package-error|floating-point-underflow|floating-point-overflow|floating-point-invalid-operation|floating-point-inexact|file-error|error|end-of-file|division-by-zero|control-error|condition|cell-error|arithmetic-error)(?=([()\\\\s]))\",\"name\":\"support.type.exception.commonlisp\"},\"constant\":{\"patterns\":[{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(?:t|single-float-negative-epsilon|single-float-epsilon|short-float-negative-epsilon|short-float-epsilon|pi|nil|multiple-values-limit|most-positive-single-float|most-positive-short-float|most-positive-long-float|most-positive-fixnum|most-positive-double-float|most-negative-single-float|most-negative-short-float|most-negative-long-float|most-negative-fixnum|most-negative-double-float|long-float-negative-epsilon|long-float-epsilon|least-positive-single-float|least-positive-short-float|least-positive-normalized-single-float|least-positive-normalized-short-float|least-positive-normalized-long-float|least-positive-normalized-double-float|least-positive-long-float|least-positive-double-float|least-negative-single-float|least-negative-short-float|least-negative-normalized-single-float|least-negative-normalized-short-float|least-negative-normalized-long-float|least-negative-normalized-double-float|least-negative-long-float|least-negative-double-float|lambda-parameters-limit|lambda-list-keywords|internal-time-units-per-second|double-float-negative-epsilon|double-float-epsilon|char-code-limit|call-arguments-limit|boole-xor|boole-set|boole-orc2|boole-orc1|boole-nor|boole-nand|boole-ior|boole-eqv|boole-clr|boole-c2|boole-c1|boole-andc2|boole-andc1|boole-and|boole-2|boole-1|array-total-size-limit|array-rank-limit|array-dimension-limit)(?=([()\\\\s]))\",\"name\":\"constant.language.commonlisp\"},{\"match\":\"(?<=^|[(\\\\s]|,@|,\\\\.?)([-+]?[0-9]+(?:/[0-9]+)*|[-+]?[0-9]*\\\\.?[0-9]+([Ee][-+]?[0-9]+)?|(#[Bb])[-+/01]+|(#[Oo])[-+/-7]+|(#[Xx])[-+/\\\\h]+|(#[0-9]+[Rr]?)[-+/-9A-Za-z]+)(?=([)\\\\s]))\",\"name\":\"constant.numeric.commonlisp\"},{\"match\":\"(?i)(?<=\\\\s)(\\\\.)(?=\\\\s)\",\"name\":\"variable.other.constant.dot.commonlisp\"},{\"match\":\"(?<=^|[(\\\\s]|,@|,\\\\.?)([-+]?[0-9]*\\\\.[0-9]*(([DEFLSdefls])[-+]?[0-9]+)?|[-+]?[0-9]+(\\\\.[0-9]*)?([DEFLSdefls])[-+]?[0-9]+)(?=([)\\\\s]))\",\"name\":\"constant.numeric.commonlisp\"}]},\"declaration\":{\"match\":\"(?i)(?<=^|[(\\\\s])(?:type|speed|special|space|safety|optimize|notinline|inline|ignore|ignorable|ftype|dynamic-extent|declaration|debug|compilation-speed)(?=([()\\\\s]))\",\"name\":\"storage.type.function.declaration.commonlisp\"},\"def-name\":{\"patterns\":[{\"captures\":{\"1\":{\"name\":\"storage.type.function.defname.commonlisp\"},\"3\":{\"name\":\"storage.type.function.defname.commonlisp\"},\"4\":{\"name\":\"variable.other.constant.defname.commonlisp\"},\"6\":{\"patterns\":[{\"include\":\"#package\"},{\"match\":\"\\\\S+?\",\"name\":\"entity.name.function.commonlisp\"}]},\"7\":{\"name\":\"variable.other.constant.defname.commonlisp\"},\"9\":{\"patterns\":[{\"include\":\"#package\"},{\"match\":\"\\\\S+?\",\"name\":\"entity.name.function.commonlisp\"}]}},\"match\":\"(?i)(?<=^|[(\\\\s])(def(?:un|setf|method|macro|ine-symbol-macro|ine-setf-expander|ine-modify-macro|ine-method-combination|ine-compiler-macro|generic))\\\\s+(\\\\(\\\\s*([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+)\\\\s*((,(?:@|\\\\.?))?)([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?)|((,(?:@|\\\\.?))?)([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?))(?=([()\\\\s]))\"},{\"captures\":{\"1\":{\"name\":\"storage.type.function.defname.commonlisp\"},\"2\":{\"name\":\"entity.name.type.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s])(def(?:type|package|ine-condition|class))\\\\s+([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?)(?=([()\\\\s]))\"},{\"captures\":{\"1\":{\"name\":\"storage.type.function.defname.commonlisp\"},\"2\":{\"patterns\":[{\"include\":\"#package\"},{\"match\":\"\\\\S+?\",\"name\":\"variable.other.constant.defname.commonlisp\"}]}},\"match\":\"(?i)(?<=^|[(\\\\s])(defconstant)\\\\s+([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?)(?=([()\\\\s]))\"},{\"captures\":{\"1\":{\"name\":\"storage.type.function.defname.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s])(def(?:var|parameter))\\\\s+(?=([()\\\\s]))\"},{\"captures\":{\"1\":{\"name\":\"storage.type.function.defname.commonlisp\"},\"2\":{\"name\":\"entity.name.type.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s])(defstruct)\\\\s+\\\\(?\\\\s*([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?)(?=([()\\\\s]))\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.commonlisp\"},\"2\":{\"patterns\":[{\"include\":\"#package\"},{\"match\":\"\\\\S+?\",\"name\":\"entity.name.function.commonlisp\"}]}},\"match\":\"(?i)(?<=^|[(\\\\s])(macrolet|labels|flet)\\\\s+\\\\(\\\\s*\\\\(\\\\s*([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?)(?=([()\\\\s]))\"}]},\"escape\":{\"match\":\"(?i)(?<=^|[(\\\\s])#\\\\\\\\\\\\S+?(?=([()\\\\s]))\",\"name\":\"constant.character.escape.commonlisp\"},\"function\":{\"patterns\":[{\"match\":\"(?i)(?<=^|[(\\\\s]|#')(?:values|third|tenth|symbol-value|symbol-plist|symbol-function|svref|subseq|sixth|seventh|second|schar|sbit|row-major-aref|rest|readtable-case|nth|ninth|mask-field|macro-function|logical-pathname-translations|ldb|gethash|getf?|fourth|first|find-class|fill-pointer|fifth|fdefinition|elt|eighth|compiler-macro-function|char|cdr|cddr|cdddr|cddddr|cdddar|cddar|cddadr|cddaar|cdar|cdadr|cdaddr|cdadar|cdaar|cdaadr|cdaaar|car|cadr|caddr|cadddr|caddar|cadar|cadadr|cadaar|caar|caadr|caaddr|caadar|caaar|caaadr|caaaar|bit|aref)(?=([()\\\\s]))\",\"name\":\"support.function.accessor.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|#')(?:yes-or-no-p|y-or-n-p|write-sequence|write-char|write-byte|warn|vector-pop|use-value|use-package|unuse-package|union|unintern|unexport|terpri|tailp|substitute-if-not|substitute-if|substitute|subst-if-not|subst-if|subst|sublis|string-upcase|string-downcase|string-capitalize|store-value|sleep|signal|shadowing-import|shadow|set-syntax-from-char|set-macro-character|set-exclusive-or|set-dispatch-macro-character|set-difference|set|rplacd|rplaca|room|reverse|revappend|require|replace|remprop|remove-if-not|remove-if|remove-duplicates|remove|remhash|read-sequence|read-byte|random|provide|pprint-tabular|pprint-newline|pprint-linear|pprint-fill|nunion|nsubstitute-if-not|nsubstitute-if|nsubstitute|nsubst-if-not|nsubst-if|nsubst|nsublis|nstring-upcase|nstring-downcase|nstring-capitalize|nset-exclusive-or|nset-difference|nreverse|nreconc|nintersection|nconc|muffle-warning|method-combination-error|maphash|makunbound|ldiff|invoke-restart-interactively|invoke-restart|invoke-debugger|invalid-method-error|intersection|inspect|import|get-output-stream-string|get-macro-character|get-dispatch-macro-character|gentemp|gensym|fresh-line|fill|file-position|export|describe|delete-if-not|delete-if|delete-duplicates|delete|continue|clrhash|close|clear-input|break|abort)(?=([()\\\\s]))\",\"name\":\"support.function.f.sideeffects.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|#')(?:zerop|write-to-string|write-string|write-line|write|wild-pathname-p|vectorp|vector-push-extend|vector-push|vector|values-list|user-homedir-pathname|upper-case-p|upgraded-complex-part-type|upgraded-array-element-type|unread-char|unbound-slot-instance|typep|type-of|type-error-expected-type|type-error-datum|two-way-stream-output-stream|two-way-stream-input-stream|truncate|truename|tree-equal|translate-pathname|translate-logical-pathname|tanh?|synonym-stream-symbol|symbolp|symbol-package|symbol-name|sxhash|subtypep|subsetp|stringp|string>=?|string=|string<=?|string/=|string-trim|string-right-trim|string-not-lessp|string-not-greaterp|string-not-equal|string-lessp|string-left-trim|string-greaterp|string-equal|string|streamp|stream-external-format|stream-error-stream|stream-element-type|standard-char-p|stable-sort|sqrt|special-operator-p|sort|some|software-version|software-type|slot-value|slot-makunbound|slot-exists-p|slot-boundp|sinh?|simple-vector-p|simple-string-p|simple-condition-format-control|simple-condition-format-arguments|simple-bit-vector-p|signum|short-site-name|set-pprint-dispatch|search|scale-float|round|restart-name|rename-package|rename-file|rem|reduce|realpart|realp|readtablep|read-preserving-whitespace|read-line|read-from-string|read-delimited-list|read-char-no-hang|read-char|read|rationalp|rationalize|rational|rassoc-if-not|rassoc-if|rassoc|random-state-p|proclaim|probe-file|print-not-readable-object|print|princ-to-string|princ|prin1-to-string|prin1|pprint-tab|pprint-indent|pprint-dispatch|pprint|position-if-not|position-if|position|plusp|phase|peek-char|pathnamep|pathname-version|pathname-type|pathname-name|pathname-match-p|pathname-host|pathname-directory|pathname-device|pathname|parse-namestring|parse-integer|pairlis|packagep|package-used-by-list|package-use-list|package-shadowing-symbols|package-nicknames|package-name|package-error-package|output-stream-p|open-stream-p|open|oddp|numerator|numberp|null|nthcdr|notevery|notany|not|next-method-p|nbutlast|namestring|name-char|mod|mismatch|minusp|min|merge-pathnames|merge|member-if-not|member-if|member|max|maplist|mapl|mapcon|mapcar|mapcan|mapc|map-into|map|make-two-way-stream|make-synonym-stream|make-symbol|make-string-output-stream|make-string-input-stream|make-string|make-sequence|make-random-state|make-pathname|make-package|make-load-form-saving-slots|make-list|make-hash-table|make-echo-stream|make-dispatch-macro-character|make-condition|make-concatenated-stream|make-broadcast-stream|make-array|macroexpand-1|macroexpand|machine-version|machine-type|machine-instance|lower-case-p|long-site-name|logxor|logtest|logorc2|logorc1|lognot|lognor|lognand|logior|logical-pathname|logeqv|logcount|logbitp|logandc2|logandc1|logand|log|load-logical-pathname-translations|load|listp|listen|list-length|list-all-packages|list\\\\*?|lisp-implementation-version|lisp-implementation-type|length|ldb-test|lcm|last|keywordp|isqrt|intern|interactive-stream-p|integerp|integer-length|integer-decode-float|input-stream-p|imagpart|identity|host-namestring|hash-table-test|hash-table-size|hash-table-rehash-threshold|hash-table-rehash-size|hash-table-p|hash-table-count|graphic-char-p|get-universal-time|get-setf-expansion|get-properties|get-internal-run-time|get-internal-real-time|get-decoded-time|gcd|functionp|function-lambda-expression|funcall|ftruncate|fround|format|force-output|fmakunbound|floor|floatp|float-sign|float-radix|float-precision|float-digits|float|finish-output|find-symbol|find-restart|find-package|find-if-not|find-if|find-all-symbols|find|file-write-date|file-string-length|file-namestring|file-length|file-error-pathname|file-author|ffloor|fceiling|fboundp|expt?|every|evenp|eval|equalp?|eql?|ensure-generic-function|ensure-directories-exist|enough-namestring|endp|encode-universal-time|ed|echo-stream-output-stream|echo-stream-input-stream|dribble|dpb|disassemble|directory-namestring|directory|digit-char-p|digit-char|deposit-field|denominator|delete-package|delete-file|decode-universal-time|decode-float|count-if-not|count-if|count|cosh?|copy-tree|copy-symbol|copy-structure|copy-seq|copy-readtable|copy-pprint-dispatch|copy-list|copy-alist|constantp|constantly|consp?|conjugate|concatenated-stream-streams|concatenate|compute-restarts|complexp?|complement|compiled-function-p|compile-file-pathname|compile-file|compile|coerce|code-char|clear-output|class-of|cis|characterp?|char>=?|char=|char<=?|char/=|char-upcase|char-not-lessp|char-not-greaterp|char-not-equal|char-name|char-lessp|char-int|char-greaterp|char-equal|char-downcase|char-code|cerror|cell-error-name|ceiling|call-next-method|byte-size|byte-position|byte|butlast|broadcast-stream-streams|boundp|both-case-p|boole|bit-xor|bit-vector-p|bit-orc2|bit-orc1|bit-not|bit-nor|bit-nand|bit-ior|bit-eqv|bit-andc2|bit-andc1|bit-and|atom|atanh?|assoc-if-not|assoc-if|assoc|asinh?|ash|arrayp|array-total-size|array-row-major-index|array-rank|array-in-bounds-p|array-has-fill-pointer-p|array-element-type|array-displacement|array-dimensions?|arithmetic-error-operation|arithmetic-error-operands|apropos-list|apropos|apply|append|alphanumericp|alpha-char-p|adjustable-array-p|adjust-array|adjoin|acosh?|acons|abs|>=|[=>]|<=?|1-|1\\\\+|/=|[-*+/])(?=([()\\\\s]))\",\"name\":\"support.function.f.sideeffects.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|#')(?:variable|update-instance-for-redefined-class|update-instance-for-different-class|structure|slot-unbound|slot-missing|shared-initialize|remove-method|print-object|no-next-method|no-applicable-method|method-qualifiers|make-load-form|make-instances-obsolete|make-instance|initialize-instance|function-keywords|find-method|documentation|describe-object|compute-applicable-methods|compiler-macro|class-name|change-class|allocate-instance|add-method)(?=([()\\\\s]))\",\"name\":\"support.function.sgf.nosideeffects.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|#')reinitialize-instance(?=([()\\\\s]))\",\"name\":\"support.function.sgf.sideeffects.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|#')satisfies(?=([()\\\\s]))\",\"name\":\"support.function.typespecifier.commonlisp\"}]},\"lambda-list\":{\"match\":\"(?i)(?<=^|[(\\\\s])&(?:[]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?|whole|rest|optional|key|environment|body|aux|allow-other-keys)(?=([()\\\\s]))\",\"name\":\"keyword.other.lambdalist.commonlisp\"},\"macro\":{\"patterns\":[{\"match\":\"(?i)(?<=^|[(\\\\s])(?:with-standard-io-syntax|with-slots|with-simple-restart|with-package-iterator|with-hash-table-iterator|with-condition-restarts|with-compilation-unit|with-accessors|when|unless|typecase|time|step|shiftf|setf|rotatef|return|restart-case|restart-bind|psetf|prog2|prog1|prog\\\\*?|print-unreadable-object|pprint-logical-block|pprint-exit-if-list-exhausted|or|nth-value|multiple-value-setq|multiple-value-list|multiple-value-bind|make-method|loop|lambda|ignore-errors|handler-case|handler-bind|formatter|etypecase|dotimes|dolist|do-symbols|do-external-symbols|do-all-symbols|do\\\\*?|destructuring-bind|defun|deftype|defstruct|defsetf|defpackage|defmethod|defmacro|define-symbol-macro|define-setf-expander|define-condition|define-compiler-macro|defgeneric|defconstant|defclass|declaim|ctypecase|cond|call-method|assert|and)(?=([()\\\\s]))\",\"name\":\"storage.type.function.m.nosideeffects.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s])(?:with-output-to-string|with-open-stream|with-open-file|with-input-from-string|untrace|trace|remf|pushnew|push|psetq|pprint-pop|pop|otherwise|loop-finish|incf|in-package|ecase|defvar|defparameter|define-modify-macro|define-method-combination|decf|check-type|ccase|case)(?=([()\\\\s]))\",\"name\":\"storage.type.function.m.sideeffects.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s])setq(?=([()\\\\s]))\",\"name\":\"storage.type.function.specialform.commonlisp\"}]},\"package\":{\"patterns\":[{\"captures\":{\"2\":{\"name\":\"support.type.package.commonlisp\"},\"3\":{\"name\":\"support.type.package.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(([]!$%\\\\&*+\\\\--9<-\\\\[^_a-{}~]+?)|(#))(?=::?)\"}]},\"punctuation\":{\"patterns\":[{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(['`])(?=\\\\S)\",\"name\":\"variable.other.constant.singlequote.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?):[]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?(?=([()\\\\s]))\",\"name\":\"entity.name.variable.commonlisp\"},{\"captures\":{\"1\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"},\"2\":{\"name\":\"constant.numeric.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#)([0-9]*)(?=\\\\()\"},{\"captures\":{\"1\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"},\"2\":{\"name\":\"constant.numeric.commonlisp\"},\"3\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#)([0-9]*)(\\\\*)(?=[01])\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#0??\\\\*)(?=([()\\\\s]))\",\"name\":\"variable.other.constant.sharpsign.commonlisp\"},{\"captures\":{\"1\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"},\"2\":{\"name\":\"constant.numeric.commonlisp\"},\"3\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#)([0-9]+)([Aa])(?=.)\"},{\"captures\":{\"1\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"},\"2\":{\"name\":\"constant.numeric.commonlisp\"},\"3\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#)([0-9]+)(=)(?=.)\"},{\"captures\":{\"1\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"},\"2\":{\"name\":\"constant.numeric.commonlisp\"},\"3\":{\"name\":\"variable.other.constant.sharpsign.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#)([0-9]+)(#)(?=.)\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#([-+]))(?=\\\\S)\",\"name\":\"variable.other.constant.sharpsign.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#([',.CPScps]))(?=\\\\S)\",\"name\":\"variable.other.constant.sharpsign.commonlisp\"},{\"captures\":{\"1\":{\"name\":\"support.type.package.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(#)(:)(?=\\\\S)\"},{\"captures\":{\"2\":{\"name\":\"variable.other.constant.backquote.commonlisp\"},\"3\":{\"name\":\"variable.other.constant.backquote.commonlisp\"},\"4\":{\"name\":\"variable.other.constant.backquote.commonlisp\"},\"5\":{\"name\":\"variable.other.constant.backquote.commonlisp\"}},\"match\":\"(?i)(?<=^|[(\\\\s])((`#)|(`)(,(?:@|\\\\.?))?|(,(?:@|\\\\.?)))(?=\\\\S)\"}]},\"special-operator\":{\"captures\":{\"2\":{\"name\":\"keyword.control.commonlisp\"}},\"match\":\"(?i)(\\\\(\\\\s*)(unwind-protect|throw|the|tagbody|symbol-macrolet|return-from|quote|progv|progn|multiple-value-prog1|multiple-value-call|macrolet|locally|load-time-value|let\\\\*?|labels|if|go|function|flet|eval-when|catch|block)(?=([()\\\\s]))\"},\"string\":{\"begin\":\"(\\\")\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.commonlisp\"}},\"end\":\"(\\\")\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.commonlisp\"}},\"name\":\"string.quoted.double.commonlisp\",\"patterns\":[{\"match\":\"\\\\\\\\.\",\"name\":\"constant.character.escape.commonlisp\"},{\"captures\":{\"1\":{\"name\":\"storage.type.function.formattedstring.commonlisp\"},\"2\":{\"name\":\"variable.other.constant.formattedstring.commonlisp\"},\"8\":{\"name\":\"storage.type.function.formattedstring.commonlisp\"},\"10\":{\"name\":\"storage.type.function.formattedstring.commonlisp\"}},\"match\":\"(?i)(~)(((([-+]?[0-9]+)|('.)|[#V])*?(,)?)*?)((:@|@:|[:@])?)([]();<>\\\\[^{}])\"},{\"captures\":{\"1\":{\"name\":\"entity.name.variable.commonlisp\"},\"2\":{\"name\":\"variable.other.constant.formattedstring.commonlisp\"},\"8\":{\"name\":\"entity.name.variable.commonlisp\"},\"10\":{\"name\":\"entity.name.variable.commonlisp\"}},\"match\":\"(?i)(~)(((([-+]?[0-9]+)|('.)|[#V])*?(,)?)*?)((:@|@:|[:@])?)([$%\\\\&*?A-GIOPRSTWX_|~])\"},{\"captures\":{\"1\":{\"name\":\"entity.name.variable.commonlisp\"},\"2\":{\"name\":\"variable.other.constant.formattedstring.commonlisp\"},\"8\":{\"name\":\"entity.name.variable.commonlisp\"},\"10\":{\"name\":\"entity.name.variable.commonlisp\"},\"11\":{\"name\":\"entity.name.variable.commonlisp\"},\"12\":{\"name\":\"entity.name.variable.commonlisp\"}},\"match\":\"(?i)(~)(((([-+]?[0-9]+)|('.)|[#V])*?(,)?)*?)((:@|@:|[:@])?)(/)([]!#-\\\\&*+\\\\--:<-\\\\[^_a-{}~]+?)(/)\"},{\"match\":\"(~\\\\n)\",\"name\":\"variable.other.constant.formattedstring.commonlisp\"}]},\"style-guide\":{\"patterns\":[{\"captures\":{\"3\":{\"name\":\"source.commonlisp\"}},\"match\":\"(?i)(?<=(?:^|[(\\\\s]|,@|,\\\\.?)')(\\\\S+?)(::?)((\\\\+[^+\\\\s]+\\\\+)|(\\\\*[^*\\\\s]+\\\\*))(?=([()\\\\s]))\"},{\"match\":\"(?i)(?<=\\\\S:|^|[(\\\\s]|,@|,\\\\.?)(\\\\+[^+\\\\s]+\\\\+)(?=([()\\\\s]))\",\"name\":\"variable.other.constant.earmuffsplus.commonlisp\"},{\"match\":\"(?i)(?<=\\\\S:|^|[(\\\\s]|,@|,\\\\.?)(\\\\*[^*\\\\s]+\\\\*)(?=([()\\\\s]))\",\"name\":\"string.regexp.earmuffsasterisk.commonlisp\"}]},\"symbol\":{\"match\":\"(?i)(?<=^|[(\\\\s])(?:method-combination|declare)(?=([()\\\\s]))\",\"name\":\"storage.type.function.symbol.commonlisp\"},\"type\":{\"match\":\"(?i)(?<=^|[(\\\\s])(?:unsigned-byte|standard-char|standard|single-float|simple-vector|simple-string|simple-bit-vector|simple-base-string|simple-array|signed-byte|short-float|long-float|keyword|fixnum|extended-char|double-float|compiled-function|boolean|bignum|base-string|base-char)(?=([()\\\\s]))\",\"name\":\"support.type.t.commonlisp\"},\"variable\":{\"patterns\":[{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)\\\\*(?:trace-output|terminal-io|standard-output|standard-input|readtable|read-suppress|read-eval|read-default-float-format|read-base|random-state|query-io|print-right-margin|print-readably|print-radix|print-pretty|print-pprint-dispatch|print-miser-width|print-lines|print-level|print-length|print-gensym|print-escape|print-circle|print-case|print-base|print-array|package|modules|macroexpand-hook|load-verbose|load-truename|load-print|load-pathname|gensym-counter|features|error-output|default-pathname-defaults|debugger-hook|debug-io|compile-verbose|compile-print|compile-file-truename|compile-file-pathname|break-on-signals)\\\\*(?=([()\\\\s]))\",\"name\":\"string.regexp.earmuffsasterisk.commonlisp\"},{\"match\":\"(?i)(?<=^|[(\\\\s]|,@|,\\\\.?)(?:\\\\*\\\\*\\\\*?|\\\\+\\\\+\\\\+?|///?)(?=([()\\\\s]))\",\"name\":\"variable.other.repl.commonlisp\"}]}},\"scopeName\":\"source.commonlisp\",\"aliases\":[\"lisp\"]}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Coq\",\"fileTypes\":[\"v\"],\"name\":\"coq\",\"patterns\":[{\"match\":\"\\\\b(From|Require|Import|Export|Local|Global|Include)\\\\b\",\"name\":\"keyword.control.import.coq\"},{\"match\":\"\\\\b((Open|Close|Delimit|Undelimit|Bind)\\\\s+Scope)\\\\b\",\"name\":\"keyword.control.import.coq\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"},\"2\":{\"name\":\"entity.name.function.theorem.coq\"}},\"match\":\"\\\\b(Theorem|Lemma|Remark|Fact|Corollary|Property|Proposition)\\\\s+(([_ \\\\p{L}])(['0-9_ \\\\p{L}])*)\"},{\"match\":\"\\\\bGoal\\\\b\",\"name\":\"keyword.source.coq\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"},\"2\":{\"name\":\"keyword.source.coq\"},\"3\":{\"name\":\"entity.name.assumption.coq\"}},\"match\":\"\\\\b(Parameters?|Axioms?|Conjectures?|Variables?|Hypothesis|Hypotheses)(\\\\s+Inline)?\\\\b\\\\s*\\\\(?\\\\s*(([_ \\\\p{L}])(['0-9_ \\\\p{L}])*)\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"},\"3\":{\"name\":\"entity.name.assumption.coq\"}},\"match\":\"\\\\b(Context)\\\\b\\\\s*`?\\\\s*([({])?\\\\s*(([_ \\\\p{L}])(['0-9_ \\\\p{L}])*)\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"},\"2\":{\"name\":\"keyword.source.coq\"},\"3\":{\"name\":\"entity.name.function.coq\"}},\"match\":\"(\\\\b(?:Program|Local)\\\\s+)?\\\\b(Definition|Fixpoint|CoFixpoint|Function|Example|Let(?:(?:\\\\s+|\\\\s+Co)Fixpoint)?|Instance|Equations|Equations?)\\\\s+(([_ \\\\p{L}])(['0-9_ \\\\p{L}])*)\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"}},\"match\":\"\\\\b((Show\\\\s+)?Obligation\\\\s+Tactic|Obligations\\\\s+of|Obligation|Next\\\\s+Obligation(\\\\s+of)?|Solve\\\\s+Obligations(\\\\s+of)?|Solve\\\\s+All\\\\s+Obligations|Admit\\\\s+Obligations(\\\\s+of)?|Instance)\\\\b\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"},\"3\":{\"name\":\"entity.name.type.coq\"}},\"match\":\"\\\\b(CoInductive|Inductive|Variant|Record|Structure|Class)\\\\s+(>\\\\s*)?(([_ \\\\p{L}])(['0-9_ \\\\p{L}])*)\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"},\"2\":{\"name\":\"entity.name.function.ltac\"}},\"match\":\"\\\\b(Ltac)\\\\s+(([_ \\\\p{L}])(['0-9_ \\\\p{L}])*)\"},{\"captures\":{\"1\":{\"name\":\"keyword.source.coq\"},\"2\":{\"name\":\"keyword.source.coq\"},\"3\":{\"name\":\"entity.name.function.ltac\"}},\"match\":\"\\\\b(Ltac2)\\\\s+(mutable\\\\s+)?(rec\\\\s+)?(([_ \\\\p{L}])(['0-9_ \\\\p{L}])*)\"},{\"match\":\"\\\\b(Hint(\\\\s+Mode)?|Create\\\\s+HintDb|Constructors|Resolve|Rewrite|Ltac2??|Implicit(\\\\s+Types)?|Set|Unset|Remove\\\\s+Printing|Arguments|((Tactic|Reserved)\\\\s+)?Notation|Infix|Section|Module(\\\\s+Type)?|End|Check|Print(\\\\s+All)?|Eval|Compute|Search|Universe|Coercions|Generalizable(\\\\s+(All|Variable))?|Existing(\\\\s+(Class|Instance))?|Canonical|About|Locate|Collection|Typeclasses\\\\s+(Opaque|Transparent))\\\\b\",\"name\":\"keyword.source.coq\"},{\"match\":\"\\\\b(Proof|Qed|Defined|Save|Abort(\\\\s+All)?|Undo(\\\\s+To)?|Restart|Focus|Unfocus|Unfocused|Show\\\\s+Proof|Show\\\\s+Existentials|Show|Unshelve)\\\\b\",\"name\":\"keyword.source.coq\"},{\"match\":\"\\\\b(Quit|Drop|Time|Redirect|Timeout|Fail)\\\\b\",\"name\":\"keyword.debug.coq\"},{\"match\":\"\\\\b(admit|Admitted)\\\\b\",\"name\":\"invalid.illegal.admit.coq\"},{\"match\":\"[-*+:<=>{|}¬→↔∧∨≠≤≥]\",\"name\":\"keyword.operator.coq\"},{\"match\":\"\\\\b(forall|exists|Type|Set|Prop|nat|bool|option|list|unit|sum|prod|comparison|Empty_set)\\\\b|[∀∃]\",\"name\":\"support.type.coq\"},{\"match\":\"\\\\b(try|repeat|rew|progress|fresh|solve|now|first|tryif|at|once|do|only)\\\\b\",\"name\":\"keyword.control.ltac\"},{\"match\":\"\\\\b(into|with|eqn|by|move|as|using)\\\\b\",\"name\":\"keyword.control.ltac\"},{\"match\":\"\\\\b(match|lazymatch|multimatch|match!|lazy_match!|multi_match!|fun|with|return|end|let|in|if|then|else|fix|for|where|and)\\\\b|λ\",\"name\":\"keyword.control.gallina\"},{\"match\":\"\\\\b(intros??|revert|induction|destruct|auto|eauto|tauto|eassumption|apply|eapply|assumption|constructor|econstructor|reflexivity|inversion|injection|assert|split|esplit|omega|fold|unfold|specialize|rewrite|erewrite|change|symmetry|refine|simpl|intuition|firstorder|generalize|idtac|exists??|eexists|elim|eelim|rename|subst|congruence|trivial|left|right|set|pose|discriminate|clear|clearbody|contradict|contradiction|exact|dependent|remember|case|easy|unshelve|pattern|transitivity|etransitivity|f_equal|exfalso|replace|abstract|cycle|swap|revgoals|shelve|unshelve)\\\\b\",\"name\":\"support.function.builtin.ltac\"},{\"applyEndPatternLast\":1,\"begin\":\"\\\\(\\\\*(?!#)\",\"end\":\"\\\\*\\\\)\",\"name\":\"comment.block.coq\",\"patterns\":[{\"include\":\"#block_comment\"},{\"include\":\"#block_double_quoted_string\"}]},{\"match\":\"\\\\b((0([Xx])\\\\h+)|([0-9]+(\\\\.[0-9]+)?))\\\\b\",\"name\":\"constant.numeric.gallina\"},{\"match\":\"\\\\b(True|False|tt|false|true|Some|None|nil|cons|pair|inl|inr|[OS]|Eq|Lt|Gt|id|ex|all|unique)\\\\b\",\"name\":\"constant.language.constructor.gallina\"},{\"match\":\"\\\\b_\\\\b\",\"name\":\"constant.language.wildcard.coq\"},{\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.coq\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.coq\"}},\"name\":\"string.quoted.double.coq\"}],\"repository\":{\"block_comment\":{\"applyEndPatternLast\":1,\"begin\":\"\\\\(\\\\*(?!#)\",\"end\":\"\\\\*\\\\)\",\"name\":\"comment.block.coq\",\"patterns\":[{\"include\":\"#block_comment\"},{\"include\":\"#block_double_quoted_string\"}]},\"block_double_quoted_string\":{\"applyEndPatternLast\":1,\"begin\":\"\\\"\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.begin.coq\"}},\"end\":\"\\\"\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.string.end.coq\"}},\"name\":\"string.quoted.double.coq\"}},\"scopeName\":\"source.coq\"}"))
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
lang
|
|
5
|
+
]
|