@fangzhongya/vue-archive 0.1.21 → 0.1.23
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/dist/_virtual/_commonjsHelpers.cjs +1 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/common.cjs +1 -0
- package/dist/_virtual/common.js +7 -0
- package/dist/_virtual/core.cjs +1 -0
- package/dist/_virtual/core.js +7 -0
- package/dist/index.css +1 -2
- package/dist/node_modules/.pnpm/@highlightjs_vue-plugin@2.1_dace39d2ab17d71b087de9a32848566a/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.cjs +1 -0
- package/dist/node_modules/.pnpm/@highlightjs_vue-plugin@2.1_dace39d2ab17d71b087de9a32848566a/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +31 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/common.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/common.js +5 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.js +5 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/common.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/common.js +47 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.cjs +3 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.js +1063 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/bash.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/bash.js +383 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/c.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/c.js +283 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/cpp.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/cpp.js +527 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/csharp.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/csharp.js +388 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/css.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/css.js +929 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/diff.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/diff.js +60 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/go.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/go.js +157 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/graphql.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/graphql.js +76 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ini.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ini.js +113 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/java.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/java.js +246 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/javascript.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/javascript.js +664 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/json.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/json.js +44 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/kotlin.cjs +2 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/kotlin.js +248 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/less.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/less.js +998 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.js +65 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/makefile.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/makefile.js +73 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/markdown.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/markdown.js +222 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/objectivec.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/objectivec.js +243 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/perl.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/perl.js +475 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php-template.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php-template.js +53 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php.cjs +2 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php.js +572 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/plaintext.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/plaintext.js +19 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python-repl.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python-repl.js +32 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python.js +405 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/r.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/r.js +213 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ruby.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ruby.js +394 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/rust.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/rust.js +311 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/scss.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/scss.js +914 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/shell.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/shell.js +31 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.js +621 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/swift.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/swift.js +805 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/typescript.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/typescript.js +759 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/vbnet.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/vbnet.js +128 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/wasm.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/wasm.js +120 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.js +225 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/yaml.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/yaml.js +189 -0
- package/dist/packages/components/aside/index.vue.cjs +1 -0
- package/dist/packages/components/aside/index.vue.js +98 -0
- package/dist/packages/components/aside/index.vue2.cjs +1 -0
- package/dist/packages/components/aside/index.vue2.js +4 -0
- package/dist/packages/components/boxurl/index.vue.cjs +1 -0
- package/dist/packages/components/boxurl/index.vue.js +62 -0
- package/dist/packages/components/boxurl/index.vue2.cjs +1 -0
- package/dist/packages/components/boxurl/index.vue2.js +4 -0
- package/dist/packages/components/choice/choice.vue.cjs +1 -0
- package/dist/packages/components/choice/choice.vue.js +46 -0
- package/dist/packages/components/choice/choice.vue2.cjs +1 -0
- package/dist/packages/components/choice/choice.vue2.js +4 -0
- package/dist/packages/components/choice/index.vue.cjs +1 -0
- package/dist/packages/components/choice/index.vue.js +87 -0
- package/dist/packages/components/choice/index.vue2.cjs +1 -0
- package/dist/packages/components/choice/index.vue2.js +4 -0
- package/dist/packages/components/code/highlight.vue.cjs +1 -0
- package/dist/packages/components/code/highlight.vue.js +16 -0
- package/dist/packages/components/code/highlight.vue2.cjs +1 -0
- package/dist/packages/components/code/highlight.vue2.js +20 -0
- package/dist/packages/components/code/index.vue.cjs +1 -0
- package/dist/packages/components/code/index.vue.js +115 -0
- package/dist/packages/components/code/index.vue2.cjs +1 -0
- package/dist/packages/components/code/index.vue2.js +4 -0
- package/dist/packages/components/compo/code.vue.cjs +1 -0
- package/dist/packages/components/compo/code.vue.js +21 -0
- package/dist/packages/components/compo/code.vue3.cjs +1 -0
- package/dist/packages/components/compo/code.vue3.js +5 -0
- package/dist/packages/components/compo/ftable.vue.cjs +1 -0
- package/dist/packages/components/compo/ftable.vue.js +57 -0
- package/dist/packages/components/compo/ftable.vue2.cjs +1 -0
- package/dist/packages/components/compo/ftable.vue2.js +4 -0
- package/dist/packages/components/compo/index.cjs +1 -0
- package/dist/packages/components/compo/index.js +127 -0
- package/dist/packages/components/compo/index.vue.cjs +1 -0
- package/dist/packages/components/compo/index.vue.js +79 -0
- package/dist/packages/components/compo/index.vue2.cjs +1 -0
- package/dist/packages/components/compo/index.vue2.js +4 -0
- package/dist/packages/components/compo/info-top.vue.cjs +1 -0
- package/dist/packages/components/compo/info-top.vue.js +32 -0
- package/dist/packages/components/compo/info-top.vue2.cjs +1 -0
- package/dist/packages/components/compo/info-top.vue2.js +4 -0
- package/dist/packages/components/compo/info.vue.cjs +1 -0
- package/dist/packages/components/compo/info.vue.js +41 -0
- package/dist/packages/components/compo/info.vue2.cjs +1 -0
- package/dist/packages/components/compo/info.vue2.js +4 -0
- package/dist/packages/components/compo/props.vue.cjs +1 -0
- package/dist/packages/components/compo/props.vue.js +87 -0
- package/dist/packages/components/compo/props.vue2.cjs +1 -0
- package/dist/packages/components/compo/props.vue2.js +4 -0
- package/dist/packages/components/compo/top.cjs +1 -0
- package/dist/packages/components/compo/top.js +148 -0
- package/dist/packages/components/header/index.vue.cjs +1 -0
- package/dist/packages/components/header/index.vue.js +10 -0
- package/dist/packages/components/main/index.vue.cjs +1 -0
- package/dist/packages/components/main/index.vue.js +68 -0
- package/dist/packages/components/main/index.vue2.cjs +1 -0
- package/dist/packages/components/main/index.vue2.js +4 -0
- package/dist/packages/components/md/index.vue.cjs +1 -0
- package/dist/packages/components/md/index.vue.js +56 -0
- package/dist/packages/components/md/index.vue2.cjs +1 -0
- package/dist/packages/components/md/index.vue2.js +4 -0
- package/dist/packages/components/test/index.cjs +1 -0
- package/dist/packages/components/test/index.js +105 -0
- package/dist/packages/components/test/index.vue.cjs +1 -0
- package/dist/packages/components/test/index.vue.js +75 -0
- package/dist/packages/components/test/index.vue2.cjs +1 -0
- package/dist/packages/components/test/index.vue2.js +4 -0
- package/dist/packages/components/test/top.cjs +1 -0
- package/dist/packages/components/test/top.js +148 -0
- package/dist/packages/components/use/code.cjs +20 -0
- package/dist/packages/components/use/code.js +212 -0
- package/dist/packages/components/use/code.vue.cjs +1 -0
- package/dist/packages/components/use/code.vue.js +66 -0
- package/dist/packages/components/use/code.vue2.cjs +1 -0
- package/dist/packages/components/use/code.vue2.js +4 -0
- package/dist/packages/components/use/edit.cjs +18 -0
- package/dist/packages/components/use/edit.js +214 -0
- package/dist/packages/components/use/effect.vue.cjs +1 -0
- package/dist/packages/components/use/effect.vue.js +12 -0
- package/dist/packages/components/use/index.cjs +1 -0
- package/dist/packages/components/use/index.js +196 -0
- package/dist/packages/components/use/prettier.cjs +1 -0
- package/dist/packages/components/use/prettier.js +40 -0
- package/dist/packages/components/use/retrie/any/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/any/index.vue.js +115 -0
- package/dist/packages/components/use/retrie/any/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/any/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/array/index.vue.cjs +3 -0
- package/dist/packages/components/use/retrie/array/index.vue.js +55 -0
- package/dist/packages/components/use/retrie/array/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/array/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/boolean/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/boolean/index.vue.js +68 -0
- package/dist/packages/components/use/retrie/boolean/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/boolean/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/choice/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/choice/index.vue.js +142 -0
- package/dist/packages/components/use/retrie/choice/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/choice/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/expose/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/expose/index.vue.js +63 -0
- package/dist/packages/components/use/retrie/expose/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/expose/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/form/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/form/index.vue.js +148 -0
- package/dist/packages/components/use/retrie/form/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/form/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/function/index.vue.cjs +3 -0
- package/dist/packages/components/use/retrie/function/index.vue.js +68 -0
- package/dist/packages/components/use/retrie/function/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/function/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/index.vue.js +103 -0
- package/dist/packages/components/use/retrie/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/input/editor/editor.cjs +1 -0
- package/dist/packages/components/use/retrie/input/editor/editor.js +104 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue.cjs +5 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue.js +59 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue3.js +5 -0
- package/dist/packages/components/use/retrie/input/editor/getExtraLib.cjs +416 -0
- package/dist/packages/components/use/retrie/input/editor/getExtraLib.js +427 -0
- package/dist/packages/components/use/retrie/input/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/input/index.vue.js +54 -0
- package/dist/packages/components/use/retrie/input/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/input/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/input/text.vue.cjs +5 -0
- package/dist/packages/components/use/retrie/input/text.vue.js +39 -0
- package/dist/packages/components/use/retrie/input/text.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/input/text.vue3.js +5 -0
- package/dist/packages/components/use/retrie/number/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/number/index.vue.js +50 -0
- package/dist/packages/components/use/retrie/number/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/number/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/object/index.vue.cjs +3 -0
- package/dist/packages/components/use/retrie/object/index.vue.js +55 -0
- package/dist/packages/components/use/retrie/object/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/object/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/other/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/other/index.vue.js +67 -0
- package/dist/packages/components/use/retrie/other/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/other/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/select/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/select/index.vue.js +123 -0
- package/dist/packages/components/use/retrie/select/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/select/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/slot/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/slot/index.vue.js +43 -0
- package/dist/packages/components/use/retrie/slot/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/slot/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/string/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/string/index.vue.js +53 -0
- package/dist/packages/components/use/retrie/string/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/string/index.vue3.js +5 -0
- package/dist/packages/components/use/set-code.vue.cjs +1 -0
- package/dist/packages/components/use/set-code.vue.js +63 -0
- package/dist/packages/components/use/set-code.vue2.cjs +1 -0
- package/dist/packages/components/use/set-code.vue2.js +4 -0
- package/dist/packages/components/use/set-emit.vue.cjs +1 -0
- package/dist/packages/components/use/set-emit.vue.js +50 -0
- package/dist/packages/components/use/set-emit.vue3.cjs +1 -0
- package/dist/packages/components/use/set-emit.vue3.js +5 -0
- package/dist/packages/components/use/set-expose.vue.cjs +1 -0
- package/dist/packages/components/use/set-expose.vue.js +66 -0
- package/dist/packages/components/use/set-expose.vue3.cjs +1 -0
- package/dist/packages/components/use/set-expose.vue3.js +5 -0
- package/dist/packages/components/use/set-props.vue.cjs +1 -0
- package/dist/packages/components/use/set-props.vue.js +71 -0
- package/dist/packages/components/use/set-props.vue2.cjs +1 -0
- package/dist/packages/components/use/set-props.vue2.js +4 -0
- package/dist/packages/components/use/set-slot.vue.cjs +1 -0
- package/dist/packages/components/use/set-slot.vue.js +45 -0
- package/dist/packages/components/use/set-slot.vue2.cjs +1 -0
- package/dist/packages/components/use/set-slot.vue2.js +4 -0
- package/dist/packages/components/use/util.cjs +3 -0
- package/dist/packages/components/use/util.js +294 -0
- package/dist/packages/config.cjs +1 -0
- package/dist/packages/config.js +14 -0
- package/dist/packages/directives/adjust/index.cjs +1 -0
- package/dist/packages/directives/adjust/index.js +246 -0
- package/dist/packages/index/index.vue.cjs +1 -0
- package/dist/packages/index/index.vue.js +4 -0
- package/dist/packages/index/index.vue2.cjs +1 -0
- package/dist/packages/index/index.vue2.js +14 -0
- package/dist/packages/index.cjs +1 -0
- package/dist/packages/index.d.ts +1 -0
- package/dist/packages/index.js +20 -0
- package/dist/packages/page/compon/index.vue.cjs +1 -0
- package/dist/packages/page/compon/index.vue.js +4 -0
- package/dist/packages/page/compon/index.vue2.cjs +1 -0
- package/dist/packages/page/compon/index.vue2.js +21 -0
- package/dist/packages/page/comprops/index.vue.cjs +1 -0
- package/dist/packages/page/comprops/index.vue.js +4 -0
- package/dist/packages/page/comprops/index.vue2.cjs +1 -0
- package/dist/packages/page/comprops/index.vue2.js +91 -0
- package/dist/packages/page/develop/index.vue.cjs +1 -0
- package/dist/packages/page/develop/index.vue.js +4 -0
- package/dist/packages/page/develop/index.vue2.cjs +1 -0
- package/dist/packages/page/develop/index.vue2.js +26 -0
- package/dist/packages/page/edit/index.vue.cjs +1 -0
- package/dist/packages/page/edit/index.vue.js +4 -0
- package/dist/packages/page/edit/index.vue2.cjs +1 -0
- package/dist/packages/page/edit/index.vue2.js +27 -0
- package/dist/packages/page/index/index.vue.cjs +1 -0
- package/dist/packages/page/index/index.vue.js +4 -0
- package/dist/packages/page/index/index.vue2.cjs +1 -0
- package/dist/packages/page/index/index.vue2.js +61 -0
- package/dist/packages/page/single/index.vue.cjs +1 -0
- package/dist/packages/page/single/index.vue.js +4 -0
- package/dist/packages/page/single/index.vue2.cjs +1 -0
- package/dist/packages/page/single/index.vue2.js +60 -0
- package/dist/packages/page/tests/index.vue.cjs +1 -0
- package/dist/packages/page/tests/index.vue.js +4 -0
- package/dist/packages/page/tests/index.vue2.cjs +1 -0
- package/dist/packages/page/tests/index.vue2.js +67 -0
- package/dist/packages/router/file.cjs +1 -0
- package/dist/packages/router/file.js +44 -0
- package/dist/packages/router/index.cjs +1 -0
- package/dist/packages/router/index.js +122 -0
- package/dist/packages/utils/annotat.cjs +1 -0
- package/dist/packages/utils/annotat.js +322 -0
- package/dist/packages/utils/common.cjs +1 -0
- package/dist/packages/utils/common.js +200 -0
- package/dist/packages/utils/glob.cjs +5 -0
- package/dist/packages/utils/glob.js +502 -0
- package/dist/packages/utils/index.cjs +1 -0
- package/dist/packages/utils/index.js +14 -0
- package/dist/packages/utils/props.cjs +1 -0
- package/dist/packages/utils/props.js +110 -0
- package/dist/packages/utils/storage.cjs +1 -0
- package/dist/packages/utils/storage.js +34 -0
- package/dist/packages/utils/util.cjs +1 -0
- package/dist/packages/utils/util.js +46 -0
- package/package.json +5 -5
- package/dist/config.cjs +0 -1
- package/dist/config.js +0 -11
- package/dist/index/index.cjs +0 -1
- package/dist/index/index.js +0 -5
- package/dist/index/index.vue_vue_type_script_setup_true_lang.cjs +0 -1
- package/dist/index/index.vue_vue_type_script_setup_true_lang.js +0 -12
- package/dist/index.cjs +0 -1
- package/dist/index.js +0 -15
- package/dist/router/file.cjs +0 -1
- package/dist/router/file.js +0 -32
- package/dist/router/index.cjs +0 -1
- package/dist/router/index.js +0 -45
- package/dist/utils/storage.cjs +0 -1
- package/dist/utils/storage.js +0 -23
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var o,i;function s(){if(i)return o;i=1;function l(e){const t="\\[=*\\[",a="\\]=*\\]",r={begin:t,end:a,contains:["self"]},n=[e.COMMENT("--(?!"+t+")","$"),e.COMMENT("--"+t,a,{contains:[r],relevance:10})];return{name:"Lua",aliases:["pluto"],keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:n.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:n}].concat(n)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:t,end:a,contains:[r],relevance:5}])}}return o=l,o}exports.__require=s;
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
var o, i;
|
|
2
|
+
function l() {
|
|
3
|
+
if (i) return o;
|
|
4
|
+
i = 1;
|
|
5
|
+
function s(e) {
|
|
6
|
+
const t = "\\[=*\\[", a = "\\]=*\\]", r = {
|
|
7
|
+
begin: t,
|
|
8
|
+
end: a,
|
|
9
|
+
contains: ["self"]
|
|
10
|
+
}, n = [
|
|
11
|
+
e.COMMENT("--(?!" + t + ")", "$"),
|
|
12
|
+
e.COMMENT(
|
|
13
|
+
"--" + t,
|
|
14
|
+
a,
|
|
15
|
+
{
|
|
16
|
+
contains: [r],
|
|
17
|
+
relevance: 10
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
];
|
|
21
|
+
return {
|
|
22
|
+
name: "Lua",
|
|
23
|
+
aliases: ["pluto"],
|
|
24
|
+
keywords: {
|
|
25
|
+
$pattern: e.UNDERSCORE_IDENT_RE,
|
|
26
|
+
literal: "true false nil",
|
|
27
|
+
keyword: "and break do else elseif end for goto if in local not or repeat return then until while",
|
|
28
|
+
built_in: (
|
|
29
|
+
// Metatags and globals:
|
|
30
|
+
"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"
|
|
31
|
+
)
|
|
32
|
+
},
|
|
33
|
+
contains: n.concat([
|
|
34
|
+
{
|
|
35
|
+
className: "function",
|
|
36
|
+
beginKeywords: "function",
|
|
37
|
+
end: "\\)",
|
|
38
|
+
contains: [
|
|
39
|
+
e.inherit(e.TITLE_MODE, { begin: "([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*" }),
|
|
40
|
+
{
|
|
41
|
+
className: "params",
|
|
42
|
+
begin: "\\(",
|
|
43
|
+
endsWithParent: !0,
|
|
44
|
+
contains: n
|
|
45
|
+
}
|
|
46
|
+
].concat(n)
|
|
47
|
+
},
|
|
48
|
+
e.C_NUMBER_MODE,
|
|
49
|
+
e.APOS_STRING_MODE,
|
|
50
|
+
e.QUOTE_STRING_MODE,
|
|
51
|
+
{
|
|
52
|
+
className: "string",
|
|
53
|
+
begin: t,
|
|
54
|
+
end: a,
|
|
55
|
+
contains: [r],
|
|
56
|
+
relevance: 5
|
|
57
|
+
}
|
|
58
|
+
])
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
return o = s, o;
|
|
62
|
+
}
|
|
63
|
+
export {
|
|
64
|
+
l as __require
|
|
65
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var n,r;function l(){if(r)return n;r=1;function t(e){const i={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,i]},s={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[i,a]},o={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},d={className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},f={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[i]};return{name:"Makefile",aliases:["mk","mak","make"],keywords:{$pattern:/[\w-]+/,keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"},contains:[e.HASH_COMMENT_MODE,i,a,s,o,d,f]}}return n=t,n}exports.__require=l;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
var n, r;
|
|
2
|
+
function l() {
|
|
3
|
+
if (r) return n;
|
|
4
|
+
r = 1;
|
|
5
|
+
function s(e) {
|
|
6
|
+
const i = {
|
|
7
|
+
className: "variable",
|
|
8
|
+
variants: [
|
|
9
|
+
{
|
|
10
|
+
begin: "\\$\\(" + e.UNDERSCORE_IDENT_RE + "\\)",
|
|
11
|
+
contains: [e.BACKSLASH_ESCAPE]
|
|
12
|
+
},
|
|
13
|
+
{ begin: /\$[@%<?\^\+\*]/ }
|
|
14
|
+
]
|
|
15
|
+
}, a = {
|
|
16
|
+
className: "string",
|
|
17
|
+
begin: /"/,
|
|
18
|
+
end: /"/,
|
|
19
|
+
contains: [
|
|
20
|
+
e.BACKSLASH_ESCAPE,
|
|
21
|
+
i
|
|
22
|
+
]
|
|
23
|
+
}, t = {
|
|
24
|
+
className: "variable",
|
|
25
|
+
begin: /\$\([\w-]+\s/,
|
|
26
|
+
end: /\)/,
|
|
27
|
+
keywords: { built_in: "subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value" },
|
|
28
|
+
contains: [
|
|
29
|
+
i,
|
|
30
|
+
a
|
|
31
|
+
// Added QUOTE_STRING as they can be a part of functions
|
|
32
|
+
]
|
|
33
|
+
}, o = { begin: "^" + e.UNDERSCORE_IDENT_RE + "\\s*(?=[:+?]?=)" }, d = {
|
|
34
|
+
className: "meta",
|
|
35
|
+
begin: /^\.PHONY:/,
|
|
36
|
+
end: /$/,
|
|
37
|
+
keywords: {
|
|
38
|
+
$pattern: /[\.\w]+/,
|
|
39
|
+
keyword: ".PHONY"
|
|
40
|
+
}
|
|
41
|
+
}, f = {
|
|
42
|
+
className: "section",
|
|
43
|
+
begin: /^[^\s]+:/,
|
|
44
|
+
end: /$/,
|
|
45
|
+
contains: [i]
|
|
46
|
+
};
|
|
47
|
+
return {
|
|
48
|
+
name: "Makefile",
|
|
49
|
+
aliases: [
|
|
50
|
+
"mk",
|
|
51
|
+
"mak",
|
|
52
|
+
"make"
|
|
53
|
+
],
|
|
54
|
+
keywords: {
|
|
55
|
+
$pattern: /[\w-]+/,
|
|
56
|
+
keyword: "define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"
|
|
57
|
+
},
|
|
58
|
+
contains: [
|
|
59
|
+
e.HASH_COMMENT_MODE,
|
|
60
|
+
i,
|
|
61
|
+
a,
|
|
62
|
+
t,
|
|
63
|
+
o,
|
|
64
|
+
d,
|
|
65
|
+
f
|
|
66
|
+
]
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
return n = s, n;
|
|
70
|
+
}
|
|
71
|
+
export {
|
|
72
|
+
l as __require
|
|
73
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var s,g;function L(){if(g)return s;g=1;function l(t){const u=t.regex,i={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},b={begin:"^[-\\*]{3,}",end:"$"},m={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},E={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},N={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},v=/[A-Za-z][A-Za-z0-9+.-]*/,c={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:u.concat(/\[.+?\]\(/,v,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},n={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},a={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},r=t.inherit(n,{contains:[]}),o=t.inherit(a,{contains:[]});n.contains.push(o),a.contains.push(r);let e=[i,c];return[n,a,r,o].forEach(d=>{d.contains=d.contains.concat(e)}),e=e.concat(n,a),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:e},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:e}]}]},i,E,n,a,{className:"quote",begin:"^>\\s+",contains:e,end:"$"},m,b,c,N,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}return s=l,s}exports.__require=L;
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
var t, g;
|
|
2
|
+
function _() {
|
|
3
|
+
if (g) return t;
|
|
4
|
+
g = 1;
|
|
5
|
+
function l(s) {
|
|
6
|
+
const u = s.regex, c = {
|
|
7
|
+
begin: /<\/?[A-Za-z_]/,
|
|
8
|
+
end: ">",
|
|
9
|
+
subLanguage: "xml",
|
|
10
|
+
relevance: 0
|
|
11
|
+
}, b = {
|
|
12
|
+
begin: "^[-\\*]{3,}",
|
|
13
|
+
end: "$"
|
|
14
|
+
}, E = {
|
|
15
|
+
className: "code",
|
|
16
|
+
variants: [
|
|
17
|
+
// TODO: fix to allow these to work with sublanguage also
|
|
18
|
+
{ begin: "(`{3,})[^`](.|\\n)*?\\1`*[ ]*" },
|
|
19
|
+
{ begin: "(~{3,})[^~](.|\\n)*?\\1~*[ ]*" },
|
|
20
|
+
// needed to allow markdown as a sublanguage to work
|
|
21
|
+
{
|
|
22
|
+
begin: "```",
|
|
23
|
+
end: "```+[ ]*$"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
begin: "~~~",
|
|
27
|
+
end: "~~~+[ ]*$"
|
|
28
|
+
},
|
|
29
|
+
{ begin: "`.+?`" },
|
|
30
|
+
{
|
|
31
|
+
begin: "(?=^( {4}|\\t))",
|
|
32
|
+
// use contains to gobble up multiple lines to allow the block to be whatever size
|
|
33
|
+
// but only have a single open/close tag vs one per line
|
|
34
|
+
contains: [
|
|
35
|
+
{
|
|
36
|
+
begin: "^( {4}|\\t)",
|
|
37
|
+
end: "(\\n)$"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
relevance: 0
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}, m = {
|
|
44
|
+
className: "bullet",
|
|
45
|
+
begin: "^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",
|
|
46
|
+
end: "\\s+",
|
|
47
|
+
excludeEnd: !0
|
|
48
|
+
}, N = {
|
|
49
|
+
begin: /^\[[^\n]+\]:/,
|
|
50
|
+
returnBegin: !0,
|
|
51
|
+
contains: [
|
|
52
|
+
{
|
|
53
|
+
className: "symbol",
|
|
54
|
+
begin: /\[/,
|
|
55
|
+
end: /\]/,
|
|
56
|
+
excludeBegin: !0,
|
|
57
|
+
excludeEnd: !0
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
className: "link",
|
|
61
|
+
begin: /:\s*/,
|
|
62
|
+
end: /$/,
|
|
63
|
+
excludeBegin: !0
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}, v = /[A-Za-z][A-Za-z0-9+.-]*/, i = {
|
|
67
|
+
variants: [
|
|
68
|
+
// too much like nested array access in so many languages
|
|
69
|
+
// to have any real relevance
|
|
70
|
+
{
|
|
71
|
+
begin: /\[.+?\]\[.*?\]/,
|
|
72
|
+
relevance: 0
|
|
73
|
+
},
|
|
74
|
+
// popular internet URLs
|
|
75
|
+
{
|
|
76
|
+
begin: /\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,
|
|
77
|
+
relevance: 2
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
begin: u.concat(/\[.+?\]\(/, v, /:\/\/.*?\)/),
|
|
81
|
+
relevance: 2
|
|
82
|
+
},
|
|
83
|
+
// relative urls
|
|
84
|
+
{
|
|
85
|
+
begin: /\[.+?\]\([./?&#].*?\)/,
|
|
86
|
+
relevance: 1
|
|
87
|
+
},
|
|
88
|
+
// whatever else, lower relevance (might not be a link at all)
|
|
89
|
+
{
|
|
90
|
+
begin: /\[.*?\]\(.*?\)/,
|
|
91
|
+
relevance: 0
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
returnBegin: !0,
|
|
95
|
+
contains: [
|
|
96
|
+
{
|
|
97
|
+
// empty strings for alt or link text
|
|
98
|
+
match: /\[(?=\])/
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
className: "string",
|
|
102
|
+
relevance: 0,
|
|
103
|
+
begin: "\\[",
|
|
104
|
+
end: "\\]",
|
|
105
|
+
excludeBegin: !0,
|
|
106
|
+
returnEnd: !0
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
className: "link",
|
|
110
|
+
relevance: 0,
|
|
111
|
+
begin: "\\]\\(",
|
|
112
|
+
end: "\\)",
|
|
113
|
+
excludeBegin: !0,
|
|
114
|
+
excludeEnd: !0
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
className: "symbol",
|
|
118
|
+
relevance: 0,
|
|
119
|
+
begin: "\\]\\[",
|
|
120
|
+
end: "\\]",
|
|
121
|
+
excludeBegin: !0,
|
|
122
|
+
excludeEnd: !0
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
}, n = {
|
|
126
|
+
className: "strong",
|
|
127
|
+
contains: [],
|
|
128
|
+
// defined later
|
|
129
|
+
variants: [
|
|
130
|
+
{
|
|
131
|
+
begin: /_{2}(?!\s)/,
|
|
132
|
+
end: /_{2}/
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
begin: /\*{2}(?!\s)/,
|
|
136
|
+
end: /\*{2}/
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
}, a = {
|
|
140
|
+
className: "emphasis",
|
|
141
|
+
contains: [],
|
|
142
|
+
// defined later
|
|
143
|
+
variants: [
|
|
144
|
+
{
|
|
145
|
+
begin: /\*(?![*\s])/,
|
|
146
|
+
end: /\*/
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
begin: /_(?![_\s])/,
|
|
150
|
+
end: /_/,
|
|
151
|
+
relevance: 0
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
}, r = s.inherit(n, { contains: [] }), o = s.inherit(a, { contains: [] });
|
|
155
|
+
n.contains.push(o), a.contains.push(r);
|
|
156
|
+
let e = [
|
|
157
|
+
c,
|
|
158
|
+
i
|
|
159
|
+
];
|
|
160
|
+
return [
|
|
161
|
+
n,
|
|
162
|
+
a,
|
|
163
|
+
r,
|
|
164
|
+
o
|
|
165
|
+
].forEach((d) => {
|
|
166
|
+
d.contains = d.contains.concat(e);
|
|
167
|
+
}), e = e.concat(n, a), {
|
|
168
|
+
name: "Markdown",
|
|
169
|
+
aliases: [
|
|
170
|
+
"md",
|
|
171
|
+
"mkdown",
|
|
172
|
+
"mkd"
|
|
173
|
+
],
|
|
174
|
+
contains: [
|
|
175
|
+
{
|
|
176
|
+
className: "section",
|
|
177
|
+
variants: [
|
|
178
|
+
{
|
|
179
|
+
begin: "^#{1,6}",
|
|
180
|
+
end: "$",
|
|
181
|
+
contains: e
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
begin: "(?=^.+?\\n[=-]{2,}$)",
|
|
185
|
+
contains: [
|
|
186
|
+
{ begin: "^[=-]*$" },
|
|
187
|
+
{
|
|
188
|
+
begin: "^",
|
|
189
|
+
end: "\\n",
|
|
190
|
+
contains: e
|
|
191
|
+
}
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
c,
|
|
197
|
+
m,
|
|
198
|
+
n,
|
|
199
|
+
a,
|
|
200
|
+
{
|
|
201
|
+
className: "quote",
|
|
202
|
+
begin: "^>\\s+",
|
|
203
|
+
contains: e,
|
|
204
|
+
end: "$"
|
|
205
|
+
},
|
|
206
|
+
E,
|
|
207
|
+
b,
|
|
208
|
+
i,
|
|
209
|
+
N,
|
|
210
|
+
{
|
|
211
|
+
//https://spec.commonmark.org/0.31.2/#entity-references
|
|
212
|
+
scope: "literal",
|
|
213
|
+
match: /&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/
|
|
214
|
+
}
|
|
215
|
+
]
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
return t = l, t;
|
|
219
|
+
}
|
|
220
|
+
export {
|
|
221
|
+
_ as __require
|
|
222
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var n,i;function c(){if(i)return n;i=1;function a(e){const r={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},_=/[a-zA-Z@][a-zA-Z0-9_]*/,o={"variable.language":["this","super"],$pattern:_,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},t={$pattern:_,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:o,illegal:"</",contains:[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]}]},{className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),{className:"string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+t.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:t,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}return n=a,n}exports.__require=c;
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
var n, i;
|
|
2
|
+
function l() {
|
|
3
|
+
if (i) return n;
|
|
4
|
+
i = 1;
|
|
5
|
+
function a(e) {
|
|
6
|
+
const r = {
|
|
7
|
+
className: "built_in",
|
|
8
|
+
begin: "\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"
|
|
9
|
+
}, _ = /[a-zA-Z@][a-zA-Z0-9_]*/, o = {
|
|
10
|
+
"variable.language": [
|
|
11
|
+
"this",
|
|
12
|
+
"super"
|
|
13
|
+
],
|
|
14
|
+
$pattern: _,
|
|
15
|
+
keyword: [
|
|
16
|
+
"while",
|
|
17
|
+
"export",
|
|
18
|
+
"sizeof",
|
|
19
|
+
"typedef",
|
|
20
|
+
"const",
|
|
21
|
+
"struct",
|
|
22
|
+
"for",
|
|
23
|
+
"union",
|
|
24
|
+
"volatile",
|
|
25
|
+
"static",
|
|
26
|
+
"mutable",
|
|
27
|
+
"if",
|
|
28
|
+
"do",
|
|
29
|
+
"return",
|
|
30
|
+
"goto",
|
|
31
|
+
"enum",
|
|
32
|
+
"else",
|
|
33
|
+
"break",
|
|
34
|
+
"extern",
|
|
35
|
+
"asm",
|
|
36
|
+
"case",
|
|
37
|
+
"default",
|
|
38
|
+
"register",
|
|
39
|
+
"explicit",
|
|
40
|
+
"typename",
|
|
41
|
+
"switch",
|
|
42
|
+
"continue",
|
|
43
|
+
"inline",
|
|
44
|
+
"readonly",
|
|
45
|
+
"assign",
|
|
46
|
+
"readwrite",
|
|
47
|
+
"self",
|
|
48
|
+
"@synchronized",
|
|
49
|
+
"id",
|
|
50
|
+
"typeof",
|
|
51
|
+
"nonatomic",
|
|
52
|
+
"IBOutlet",
|
|
53
|
+
"IBAction",
|
|
54
|
+
"strong",
|
|
55
|
+
"weak",
|
|
56
|
+
"copy",
|
|
57
|
+
"in",
|
|
58
|
+
"out",
|
|
59
|
+
"inout",
|
|
60
|
+
"bycopy",
|
|
61
|
+
"byref",
|
|
62
|
+
"oneway",
|
|
63
|
+
"__strong",
|
|
64
|
+
"__weak",
|
|
65
|
+
"__block",
|
|
66
|
+
"__autoreleasing",
|
|
67
|
+
"@private",
|
|
68
|
+
"@protected",
|
|
69
|
+
"@public",
|
|
70
|
+
"@try",
|
|
71
|
+
"@property",
|
|
72
|
+
"@end",
|
|
73
|
+
"@throw",
|
|
74
|
+
"@catch",
|
|
75
|
+
"@finally",
|
|
76
|
+
"@autoreleasepool",
|
|
77
|
+
"@synthesize",
|
|
78
|
+
"@dynamic",
|
|
79
|
+
"@selector",
|
|
80
|
+
"@optional",
|
|
81
|
+
"@required",
|
|
82
|
+
"@encode",
|
|
83
|
+
"@package",
|
|
84
|
+
"@import",
|
|
85
|
+
"@defs",
|
|
86
|
+
"@compatibility_alias",
|
|
87
|
+
"__bridge",
|
|
88
|
+
"__bridge_transfer",
|
|
89
|
+
"__bridge_retained",
|
|
90
|
+
"__bridge_retain",
|
|
91
|
+
"__covariant",
|
|
92
|
+
"__contravariant",
|
|
93
|
+
"__kindof",
|
|
94
|
+
"_Nonnull",
|
|
95
|
+
"_Nullable",
|
|
96
|
+
"_Null_unspecified",
|
|
97
|
+
"__FUNCTION__",
|
|
98
|
+
"__PRETTY_FUNCTION__",
|
|
99
|
+
"__attribute__",
|
|
100
|
+
"getter",
|
|
101
|
+
"setter",
|
|
102
|
+
"retain",
|
|
103
|
+
"unsafe_unretained",
|
|
104
|
+
"nonnull",
|
|
105
|
+
"nullable",
|
|
106
|
+
"null_unspecified",
|
|
107
|
+
"null_resettable",
|
|
108
|
+
"class",
|
|
109
|
+
"instancetype",
|
|
110
|
+
"NS_DESIGNATED_INITIALIZER",
|
|
111
|
+
"NS_UNAVAILABLE",
|
|
112
|
+
"NS_REQUIRES_SUPER",
|
|
113
|
+
"NS_RETURNS_INNER_POINTER",
|
|
114
|
+
"NS_INLINE",
|
|
115
|
+
"NS_AVAILABLE",
|
|
116
|
+
"NS_DEPRECATED",
|
|
117
|
+
"NS_ENUM",
|
|
118
|
+
"NS_OPTIONS",
|
|
119
|
+
"NS_SWIFT_UNAVAILABLE",
|
|
120
|
+
"NS_ASSUME_NONNULL_BEGIN",
|
|
121
|
+
"NS_ASSUME_NONNULL_END",
|
|
122
|
+
"NS_REFINED_FOR_SWIFT",
|
|
123
|
+
"NS_SWIFT_NAME",
|
|
124
|
+
"NS_SWIFT_NOTHROW",
|
|
125
|
+
"NS_DURING",
|
|
126
|
+
"NS_HANDLER",
|
|
127
|
+
"NS_ENDHANDLER",
|
|
128
|
+
"NS_VALUERETURN",
|
|
129
|
+
"NS_VOIDRETURN"
|
|
130
|
+
],
|
|
131
|
+
literal: [
|
|
132
|
+
"false",
|
|
133
|
+
"true",
|
|
134
|
+
"FALSE",
|
|
135
|
+
"TRUE",
|
|
136
|
+
"nil",
|
|
137
|
+
"YES",
|
|
138
|
+
"NO",
|
|
139
|
+
"NULL"
|
|
140
|
+
],
|
|
141
|
+
built_in: [
|
|
142
|
+
"dispatch_once_t",
|
|
143
|
+
"dispatch_queue_t",
|
|
144
|
+
"dispatch_sync",
|
|
145
|
+
"dispatch_async",
|
|
146
|
+
"dispatch_once"
|
|
147
|
+
],
|
|
148
|
+
type: [
|
|
149
|
+
"int",
|
|
150
|
+
"float",
|
|
151
|
+
"char",
|
|
152
|
+
"unsigned",
|
|
153
|
+
"signed",
|
|
154
|
+
"short",
|
|
155
|
+
"long",
|
|
156
|
+
"double",
|
|
157
|
+
"wchar_t",
|
|
158
|
+
"unichar",
|
|
159
|
+
"void",
|
|
160
|
+
"bool",
|
|
161
|
+
"BOOL",
|
|
162
|
+
"id|0",
|
|
163
|
+
"_Bool"
|
|
164
|
+
]
|
|
165
|
+
}, t = {
|
|
166
|
+
$pattern: _,
|
|
167
|
+
keyword: [
|
|
168
|
+
"@interface",
|
|
169
|
+
"@class",
|
|
170
|
+
"@protocol",
|
|
171
|
+
"@implementation"
|
|
172
|
+
]
|
|
173
|
+
};
|
|
174
|
+
return {
|
|
175
|
+
name: "Objective-C",
|
|
176
|
+
aliases: [
|
|
177
|
+
"mm",
|
|
178
|
+
"objc",
|
|
179
|
+
"obj-c",
|
|
180
|
+
"obj-c++",
|
|
181
|
+
"objective-c++"
|
|
182
|
+
],
|
|
183
|
+
keywords: o,
|
|
184
|
+
illegal: "</",
|
|
185
|
+
contains: [
|
|
186
|
+
r,
|
|
187
|
+
e.C_LINE_COMMENT_MODE,
|
|
188
|
+
e.C_BLOCK_COMMENT_MODE,
|
|
189
|
+
e.C_NUMBER_MODE,
|
|
190
|
+
e.QUOTE_STRING_MODE,
|
|
191
|
+
e.APOS_STRING_MODE,
|
|
192
|
+
{
|
|
193
|
+
className: "string",
|
|
194
|
+
variants: [
|
|
195
|
+
{
|
|
196
|
+
begin: '@"',
|
|
197
|
+
end: '"',
|
|
198
|
+
illegal: "\\n",
|
|
199
|
+
contains: [e.BACKSLASH_ESCAPE]
|
|
200
|
+
}
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
className: "meta",
|
|
205
|
+
begin: /#\s*[a-z]+\b/,
|
|
206
|
+
end: /$/,
|
|
207
|
+
keywords: { keyword: "if else elif endif define undef warning error line pragma ifdef ifndef include" },
|
|
208
|
+
contains: [
|
|
209
|
+
{
|
|
210
|
+
begin: /\\\n/,
|
|
211
|
+
relevance: 0
|
|
212
|
+
},
|
|
213
|
+
e.inherit(e.QUOTE_STRING_MODE, { className: "string" }),
|
|
214
|
+
{
|
|
215
|
+
className: "string",
|
|
216
|
+
begin: /<.*?>/,
|
|
217
|
+
end: /$/,
|
|
218
|
+
illegal: "\\n"
|
|
219
|
+
},
|
|
220
|
+
e.C_LINE_COMMENT_MODE,
|
|
221
|
+
e.C_BLOCK_COMMENT_MODE
|
|
222
|
+
]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
className: "class",
|
|
226
|
+
begin: "(" + t.keyword.join("|") + ")\\b",
|
|
227
|
+
end: /(\{|$)/,
|
|
228
|
+
excludeEnd: !0,
|
|
229
|
+
keywords: t,
|
|
230
|
+
contains: [e.UNDERSCORE_TITLE_MODE]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
begin: "\\." + e.UNDERSCORE_IDENT_RE,
|
|
234
|
+
relevance: 0
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
return n = a, n;
|
|
240
|
+
}
|
|
241
|
+
export {
|
|
242
|
+
l as __require
|
|
243
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var g,v;function h(){if(v)return g;v=1;function E(e){const t=e.regex,_=["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","class","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","field","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","method","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"],d=/[dualxmsipngr]{0,12}/,l={$pattern:/[\w.]+/,keyword:_.join(" ")},m={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:l},b={begin:/->\{/,end:/\}/},i={scope:"attr",match:/\s+:\s*\w+(\s*\(.*?\))?/},p={scope:"variable",variants:[{begin:/\$\d/},{begin:t.concat(/[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@](?!")[^\s\w{=]|\$=/,relevance:0}],contains:[i]},u={className:"number",variants:[{match:/0?\.[0-9][0-9_]+\b/},{match:/\bv?(0|[1-9][0-9_]*(\.[0-9_]+)?|[1-9][0-9_]*)\b/},{match:/\b0[0-7][0-7_]*\b/},{match:/\b0x[0-9a-fA-F][0-9a-fA-F_]*\b/},{match:/\b0b[0-1][0-1_]*\b/}],relevance:0},y=[e.BACKSLASH_ESCAPE,m,p],w=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],s=(o,a,n="\\1")=>{const q=n==="\\1"?n:t.concat(n,a);return t.concat(t.concat("(?:",o,")"),a,/(?:\\.|[^\\\/])*?/,q,/(?:\\.|[^\\\/])*?/,n,d)},r=(o,a,n)=>t.concat(t.concat("(?:",o,")"),a,/(?:\\.|[^\\\/])*?/,n,d),c=[p,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),b,{className:"string",contains:y,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},u,{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:s("s|tr|y",t.either(...w,{capture:!0}))},{begin:s("s|tr|y","\\(","\\)")},{begin:s("s|tr|y","\\[","\\]")},{begin:s("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:r("(?:m|qr)?",/\//,/\//)},{begin:r("m|qr",t.either(...w,{capture:!0}),/\1/)},{begin:r("m|qr",/\(/,/\)/)},{begin:r("m|qr",/\[/,/\]/)},{begin:r("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub method",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE,i]},{className:"class",beginKeywords:"class",end:"[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE,i,u]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return m.contains=c,b.contains=c,{name:"Perl",aliases:["pl","pm"],keywords:l,contains:c}}return g=E,g}exports.__require=h;
|