@veluai/velu 0.1.0
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/cli.js +11 -0
- package/package.json +52 -0
- package/runtime/velu-ui/base.css +311 -0
- package/runtime/velu-ui/components/Accordion.jsx +64 -0
- package/runtime/velu-ui/components/ApiClient.jsx +121 -0
- package/runtime/velu-ui/components/ApiField.jsx +87 -0
- package/runtime/velu-ui/components/ApiPath.jsx +63 -0
- package/runtime/velu-ui/components/ApiSidebar.jsx +122 -0
- package/runtime/velu-ui/components/AskBar.jsx +71 -0
- package/runtime/velu-ui/components/Callout.jsx +114 -0
- package/runtime/velu-ui/components/Card.jsx +131 -0
- package/runtime/velu-ui/components/Chatbot.jsx +596 -0
- package/runtime/velu-ui/components/CodeBlock.jsx +375 -0
- package/runtime/velu-ui/components/Columns.jsx +56 -0
- package/runtime/velu-ui/components/Field.jsx +81 -0
- package/runtime/velu-ui/components/Image.jsx +163 -0
- package/runtime/velu-ui/components/MethodBadge.jsx +31 -0
- package/runtime/velu-ui/components/NavSelect.jsx +108 -0
- package/runtime/velu-ui/components/PageFeedback.jsx +219 -0
- package/runtime/velu-ui/components/PageFooter.jsx +213 -0
- package/runtime/velu-ui/components/PageHeader.jsx +414 -0
- package/runtime/velu-ui/components/PageNav.jsx +77 -0
- package/runtime/velu-ui/components/PoweredBy.jsx +51 -0
- package/runtime/velu-ui/components/Prompt.jsx +115 -0
- package/runtime/velu-ui/components/Search.jsx +366 -0
- package/runtime/velu-ui/components/Sidebar.jsx +191 -0
- package/runtime/velu-ui/components/Steps.jsx +65 -0
- package/runtime/velu-ui/components/ThemeToggle.jsx +48 -0
- package/runtime/velu-ui/components/Toc.jsx +537 -0
- package/runtime/velu-ui/components/TocBar.jsx +195 -0
- package/runtime/velu-ui/components/Tree.jsx +87 -0
- package/runtime/velu-ui/components/TryItBar.jsx +90 -0
- package/runtime/velu-ui/components/accordion.css +92 -0
- package/runtime/velu-ui/components/api.css +479 -0
- package/runtime/velu-ui/components/ask-bar.css +94 -0
- package/runtime/velu-ui/components/card.css +105 -0
- package/runtime/velu-ui/components/chatbot.css +617 -0
- package/runtime/velu-ui/components/code-block.css +263 -0
- package/runtime/velu-ui/components/docs-layout.css +775 -0
- package/runtime/velu-ui/components/field.css +82 -0
- package/runtime/velu-ui/components/image.css +237 -0
- package/runtime/velu-ui/components/nav-select.css +157 -0
- package/runtime/velu-ui/components/page-feedback.css +241 -0
- package/runtime/velu-ui/components/page-footer.css +130 -0
- package/runtime/velu-ui/components/page-header.css +520 -0
- package/runtime/velu-ui/components/page-nav.css +50 -0
- package/runtime/velu-ui/components/powered-by.css +66 -0
- package/runtime/velu-ui/components/prompt.css +99 -0
- package/runtime/velu-ui/components/search.css +307 -0
- package/runtime/velu-ui/components/sidebar.css +144 -0
- package/runtime/velu-ui/components/steps.css +77 -0
- package/runtime/velu-ui/components/theme-toggle.css +70 -0
- package/runtime/velu-ui/components/toc-bar.css +234 -0
- package/runtime/velu-ui/components/tree.css +49 -0
- package/runtime/velu-ui/index.js +45 -0
- package/runtime/velu-ui/lib/copyText.js +64 -0
- package/runtime/velu-ui/lib/lang-icons.jsx +156 -0
- package/runtime/velu-ui/lib/prism-langs.js +957 -0
- package/runtime/velu-ui/lib/prism-loader.js +74 -0
- package/runtime/velu-ui/lib/resolveIcon.jsx +29 -0
- package/runtime/velu-ui/lib/scrollIntoNearestView.js +66 -0
- package/runtime/velu-ui/mdx-components.jsx +85 -0
- package/runtime/velu-ui/primitives/Cluster.jsx +49 -0
- package/runtime/velu-ui/primitives/Stack.jsx +63 -0
- package/runtime/velu-ui/primitives/Switcher.jsx +57 -0
- package/runtime/velu-ui/primitives/stack.css +3 -0
- package/runtime/velu-ui/primitives/switcher.css +25 -0
- package/runtime/velu-ui/styles.css +43 -0
- package/runtime/velu-ui/tokens.css +4 -0
- package/schema/velu.schema.json +167 -0
- package/src/navigation.js +434 -0
- package/src/runtime/App.jsx +1473 -0
- package/src/runtime/client-entry.jsx +22 -0
- package/src/runtime/server-entry.jsx +16 -0
- package/src/template.html +48 -0
- package/templates/starter/ai-tools/claude-code.mdx +26 -0
- package/templates/starter/ai-tools/cursor.mdx +17 -0
- package/templates/starter/api-reference/endpoint/create.mdx +24 -0
- package/templates/starter/api-reference/endpoint/get.mdx +27 -0
- package/templates/starter/api-reference/introduction.mdx +28 -0
- package/templates/starter/development.mdx +19 -0
- package/templates/starter/essentials/code.mdx +28 -0
- package/templates/starter/essentials/images.mdx +29 -0
- package/templates/starter/essentials/markdown.mdx +25 -0
- package/templates/starter/essentials/navigation.mdx +39 -0
- package/templates/starter/essentials/settings.mdx +30 -0
- package/templates/starter/favicon.svg +6 -0
- package/templates/starter/index.mdx +31 -0
- package/templates/starter/quickstart.mdx +31 -0
- package/templates/starter/velu.json +33 -0
|
@@ -0,0 +1,957 @@
|
|
|
1
|
+
/* AUTO-GENERATED — prismjs lazy loaders.
|
|
2
|
+
Each entry is a literal-string dynamic import so Vite can
|
|
3
|
+
statically analyze, generate a code-split chunk for each
|
|
4
|
+
language, AND transform the CJS prism component file into
|
|
5
|
+
browser-runnable ESM. Loaders are only invoked on demand. */
|
|
6
|
+
|
|
7
|
+
export const PRISM_LOADERS = {
|
|
8
|
+
'abap': () => import('prismjs/components/prism-abap.js'),
|
|
9
|
+
'abnf': () => import('prismjs/components/prism-abnf.js'),
|
|
10
|
+
'actionscript': () => import('prismjs/components/prism-actionscript.js'),
|
|
11
|
+
'ada': () => import('prismjs/components/prism-ada.js'),
|
|
12
|
+
'agda': () => import('prismjs/components/prism-agda.js'),
|
|
13
|
+
'al': () => import('prismjs/components/prism-al.js'),
|
|
14
|
+
'antlr4': () => import('prismjs/components/prism-antlr4.js'),
|
|
15
|
+
'apacheconf': () => import('prismjs/components/prism-apacheconf.js'),
|
|
16
|
+
'apex': () => import('prismjs/components/prism-apex.js'),
|
|
17
|
+
'apl': () => import('prismjs/components/prism-apl.js'),
|
|
18
|
+
'applescript': () => import('prismjs/components/prism-applescript.js'),
|
|
19
|
+
'aql': () => import('prismjs/components/prism-aql.js'),
|
|
20
|
+
'arduino': () => import('prismjs/components/prism-arduino.js'),
|
|
21
|
+
'arff': () => import('prismjs/components/prism-arff.js'),
|
|
22
|
+
'armasm': () => import('prismjs/components/prism-armasm.js'),
|
|
23
|
+
'arturo': () => import('prismjs/components/prism-arturo.js'),
|
|
24
|
+
'asciidoc': () => import('prismjs/components/prism-asciidoc.js'),
|
|
25
|
+
'asm6502': () => import('prismjs/components/prism-asm6502.js'),
|
|
26
|
+
'asmatmel': () => import('prismjs/components/prism-asmatmel.js'),
|
|
27
|
+
'aspnet': () => import('prismjs/components/prism-aspnet.js'),
|
|
28
|
+
'autohotkey': () => import('prismjs/components/prism-autohotkey.js'),
|
|
29
|
+
'autoit': () => import('prismjs/components/prism-autoit.js'),
|
|
30
|
+
'avisynth': () => import('prismjs/components/prism-avisynth.js'),
|
|
31
|
+
'avro-idl': () => import('prismjs/components/prism-avro-idl.js'),
|
|
32
|
+
'awk': () => import('prismjs/components/prism-awk.js'),
|
|
33
|
+
'bash': () => import('prismjs/components/prism-bash.js'),
|
|
34
|
+
'basic': () => import('prismjs/components/prism-basic.js'),
|
|
35
|
+
'batch': () => import('prismjs/components/prism-batch.js'),
|
|
36
|
+
'bbcode': () => import('prismjs/components/prism-bbcode.js'),
|
|
37
|
+
'bbj': () => import('prismjs/components/prism-bbj.js'),
|
|
38
|
+
'bicep': () => import('prismjs/components/prism-bicep.js'),
|
|
39
|
+
'birb': () => import('prismjs/components/prism-birb.js'),
|
|
40
|
+
'bison': () => import('prismjs/components/prism-bison.js'),
|
|
41
|
+
'bnf': () => import('prismjs/components/prism-bnf.js'),
|
|
42
|
+
'bqn': () => import('prismjs/components/prism-bqn.js'),
|
|
43
|
+
'brainfuck': () => import('prismjs/components/prism-brainfuck.js'),
|
|
44
|
+
'brightscript': () => import('prismjs/components/prism-brightscript.js'),
|
|
45
|
+
'bro': () => import('prismjs/components/prism-bro.js'),
|
|
46
|
+
'bsl': () => import('prismjs/components/prism-bsl.js'),
|
|
47
|
+
'c': () => import('prismjs/components/prism-c.js'),
|
|
48
|
+
'cfscript': () => import('prismjs/components/prism-cfscript.js'),
|
|
49
|
+
'chaiscript': () => import('prismjs/components/prism-chaiscript.js'),
|
|
50
|
+
'cil': () => import('prismjs/components/prism-cil.js'),
|
|
51
|
+
'cilkc': () => import('prismjs/components/prism-cilkc.js'),
|
|
52
|
+
'cilkcpp': () => import('prismjs/components/prism-cilkcpp.js'),
|
|
53
|
+
'clike': () => import('prismjs/components/prism-clike.js'),
|
|
54
|
+
'clojure': () => import('prismjs/components/prism-clojure.js'),
|
|
55
|
+
'cmake': () => import('prismjs/components/prism-cmake.js'),
|
|
56
|
+
'cobol': () => import('prismjs/components/prism-cobol.js'),
|
|
57
|
+
'coffeescript': () => import('prismjs/components/prism-coffeescript.js'),
|
|
58
|
+
'concurnas': () => import('prismjs/components/prism-concurnas.js'),
|
|
59
|
+
'cooklang': () => import('prismjs/components/prism-cooklang.js'),
|
|
60
|
+
'coq': () => import('prismjs/components/prism-coq.js'),
|
|
61
|
+
'core': () => import('prismjs/components/prism-core.js'),
|
|
62
|
+
'cpp': () => import('prismjs/components/prism-cpp.js'),
|
|
63
|
+
'crystal': () => import('prismjs/components/prism-crystal.js'),
|
|
64
|
+
'csharp': () => import('prismjs/components/prism-csharp.js'),
|
|
65
|
+
'cshtml': () => import('prismjs/components/prism-cshtml.js'),
|
|
66
|
+
'csp': () => import('prismjs/components/prism-csp.js'),
|
|
67
|
+
'css': () => import('prismjs/components/prism-css.js'),
|
|
68
|
+
'css-extras': () => import('prismjs/components/prism-css-extras.js'),
|
|
69
|
+
'csv': () => import('prismjs/components/prism-csv.js'),
|
|
70
|
+
'cue': () => import('prismjs/components/prism-cue.js'),
|
|
71
|
+
'cypher': () => import('prismjs/components/prism-cypher.js'),
|
|
72
|
+
'd': () => import('prismjs/components/prism-d.js'),
|
|
73
|
+
'dart': () => import('prismjs/components/prism-dart.js'),
|
|
74
|
+
'dataweave': () => import('prismjs/components/prism-dataweave.js'),
|
|
75
|
+
'dax': () => import('prismjs/components/prism-dax.js'),
|
|
76
|
+
'dhall': () => import('prismjs/components/prism-dhall.js'),
|
|
77
|
+
'diff': () => import('prismjs/components/prism-diff.js'),
|
|
78
|
+
'django': () => import('prismjs/components/prism-django.js'),
|
|
79
|
+
'dns-zone-file': () => import('prismjs/components/prism-dns-zone-file.js'),
|
|
80
|
+
'docker': () => import('prismjs/components/prism-docker.js'),
|
|
81
|
+
'dot': () => import('prismjs/components/prism-dot.js'),
|
|
82
|
+
'ebnf': () => import('prismjs/components/prism-ebnf.js'),
|
|
83
|
+
'editorconfig': () => import('prismjs/components/prism-editorconfig.js'),
|
|
84
|
+
'eiffel': () => import('prismjs/components/prism-eiffel.js'),
|
|
85
|
+
'ejs': () => import('prismjs/components/prism-ejs.js'),
|
|
86
|
+
'elixir': () => import('prismjs/components/prism-elixir.js'),
|
|
87
|
+
'elm': () => import('prismjs/components/prism-elm.js'),
|
|
88
|
+
'erb': () => import('prismjs/components/prism-erb.js'),
|
|
89
|
+
'erlang': () => import('prismjs/components/prism-erlang.js'),
|
|
90
|
+
'etlua': () => import('prismjs/components/prism-etlua.js'),
|
|
91
|
+
'excel-formula': () => import('prismjs/components/prism-excel-formula.js'),
|
|
92
|
+
'factor': () => import('prismjs/components/prism-factor.js'),
|
|
93
|
+
'false': () => import('prismjs/components/prism-false.js'),
|
|
94
|
+
'firestore-security-rules': () => import('prismjs/components/prism-firestore-security-rules.js'),
|
|
95
|
+
'flow': () => import('prismjs/components/prism-flow.js'),
|
|
96
|
+
'fortran': () => import('prismjs/components/prism-fortran.js'),
|
|
97
|
+
'fsharp': () => import('prismjs/components/prism-fsharp.js'),
|
|
98
|
+
'ftl': () => import('prismjs/components/prism-ftl.js'),
|
|
99
|
+
'gap': () => import('prismjs/components/prism-gap.js'),
|
|
100
|
+
'gcode': () => import('prismjs/components/prism-gcode.js'),
|
|
101
|
+
'gdscript': () => import('prismjs/components/prism-gdscript.js'),
|
|
102
|
+
'gedcom': () => import('prismjs/components/prism-gedcom.js'),
|
|
103
|
+
'gettext': () => import('prismjs/components/prism-gettext.js'),
|
|
104
|
+
'gherkin': () => import('prismjs/components/prism-gherkin.js'),
|
|
105
|
+
'git': () => import('prismjs/components/prism-git.js'),
|
|
106
|
+
'glsl': () => import('prismjs/components/prism-glsl.js'),
|
|
107
|
+
'gml': () => import('prismjs/components/prism-gml.js'),
|
|
108
|
+
'gn': () => import('prismjs/components/prism-gn.js'),
|
|
109
|
+
'go': () => import('prismjs/components/prism-go.js'),
|
|
110
|
+
'go-module': () => import('prismjs/components/prism-go-module.js'),
|
|
111
|
+
'gradle': () => import('prismjs/components/prism-gradle.js'),
|
|
112
|
+
'graphql': () => import('prismjs/components/prism-graphql.js'),
|
|
113
|
+
'groovy': () => import('prismjs/components/prism-groovy.js'),
|
|
114
|
+
'haml': () => import('prismjs/components/prism-haml.js'),
|
|
115
|
+
'handlebars': () => import('prismjs/components/prism-handlebars.js'),
|
|
116
|
+
'haskell': () => import('prismjs/components/prism-haskell.js'),
|
|
117
|
+
'haxe': () => import('prismjs/components/prism-haxe.js'),
|
|
118
|
+
'hcl': () => import('prismjs/components/prism-hcl.js'),
|
|
119
|
+
'hlsl': () => import('prismjs/components/prism-hlsl.js'),
|
|
120
|
+
'hoon': () => import('prismjs/components/prism-hoon.js'),
|
|
121
|
+
'hpkp': () => import('prismjs/components/prism-hpkp.js'),
|
|
122
|
+
'hsts': () => import('prismjs/components/prism-hsts.js'),
|
|
123
|
+
'http': () => import('prismjs/components/prism-http.js'),
|
|
124
|
+
'ichigojam': () => import('prismjs/components/prism-ichigojam.js'),
|
|
125
|
+
'icon': () => import('prismjs/components/prism-icon.js'),
|
|
126
|
+
'icu-message-format': () => import('prismjs/components/prism-icu-message-format.js'),
|
|
127
|
+
'idris': () => import('prismjs/components/prism-idris.js'),
|
|
128
|
+
'iecst': () => import('prismjs/components/prism-iecst.js'),
|
|
129
|
+
'ignore': () => import('prismjs/components/prism-ignore.js'),
|
|
130
|
+
'inform7': () => import('prismjs/components/prism-inform7.js'),
|
|
131
|
+
'ini': () => import('prismjs/components/prism-ini.js'),
|
|
132
|
+
'io': () => import('prismjs/components/prism-io.js'),
|
|
133
|
+
'j': () => import('prismjs/components/prism-j.js'),
|
|
134
|
+
'java': () => import('prismjs/components/prism-java.js'),
|
|
135
|
+
'javadoc': () => import('prismjs/components/prism-javadoc.js'),
|
|
136
|
+
'javadoclike': () => import('prismjs/components/prism-javadoclike.js'),
|
|
137
|
+
'javascript': () => import('prismjs/components/prism-javascript.js'),
|
|
138
|
+
'javastacktrace': () => import('prismjs/components/prism-javastacktrace.js'),
|
|
139
|
+
'jexl': () => import('prismjs/components/prism-jexl.js'),
|
|
140
|
+
'jolie': () => import('prismjs/components/prism-jolie.js'),
|
|
141
|
+
'jq': () => import('prismjs/components/prism-jq.js'),
|
|
142
|
+
'js-extras': () => import('prismjs/components/prism-js-extras.js'),
|
|
143
|
+
'js-templates': () => import('prismjs/components/prism-js-templates.js'),
|
|
144
|
+
'jsdoc': () => import('prismjs/components/prism-jsdoc.js'),
|
|
145
|
+
'json': () => import('prismjs/components/prism-json.js'),
|
|
146
|
+
'json5': () => import('prismjs/components/prism-json5.js'),
|
|
147
|
+
'jsonp': () => import('prismjs/components/prism-jsonp.js'),
|
|
148
|
+
'jsstacktrace': () => import('prismjs/components/prism-jsstacktrace.js'),
|
|
149
|
+
'jsx': () => import('prismjs/components/prism-jsx.js'),
|
|
150
|
+
'julia': () => import('prismjs/components/prism-julia.js'),
|
|
151
|
+
'keepalived': () => import('prismjs/components/prism-keepalived.js'),
|
|
152
|
+
'keyman': () => import('prismjs/components/prism-keyman.js'),
|
|
153
|
+
'kotlin': () => import('prismjs/components/prism-kotlin.js'),
|
|
154
|
+
'kumir': () => import('prismjs/components/prism-kumir.js'),
|
|
155
|
+
'kusto': () => import('prismjs/components/prism-kusto.js'),
|
|
156
|
+
'latex': () => import('prismjs/components/prism-latex.js'),
|
|
157
|
+
'latte': () => import('prismjs/components/prism-latte.js'),
|
|
158
|
+
'less': () => import('prismjs/components/prism-less.js'),
|
|
159
|
+
'lilypond': () => import('prismjs/components/prism-lilypond.js'),
|
|
160
|
+
'linker-script': () => import('prismjs/components/prism-linker-script.js'),
|
|
161
|
+
'liquid': () => import('prismjs/components/prism-liquid.js'),
|
|
162
|
+
'lisp': () => import('prismjs/components/prism-lisp.js'),
|
|
163
|
+
'livescript': () => import('prismjs/components/prism-livescript.js'),
|
|
164
|
+
'llvm': () => import('prismjs/components/prism-llvm.js'),
|
|
165
|
+
'log': () => import('prismjs/components/prism-log.js'),
|
|
166
|
+
'lolcode': () => import('prismjs/components/prism-lolcode.js'),
|
|
167
|
+
'lua': () => import('prismjs/components/prism-lua.js'),
|
|
168
|
+
'magma': () => import('prismjs/components/prism-magma.js'),
|
|
169
|
+
'makefile': () => import('prismjs/components/prism-makefile.js'),
|
|
170
|
+
'markdown': () => import('prismjs/components/prism-markdown.js'),
|
|
171
|
+
'markup': () => import('prismjs/components/prism-markup.js'),
|
|
172
|
+
'markup-templating': () => import('prismjs/components/prism-markup-templating.js'),
|
|
173
|
+
'mata': () => import('prismjs/components/prism-mata.js'),
|
|
174
|
+
'matlab': () => import('prismjs/components/prism-matlab.js'),
|
|
175
|
+
'maxscript': () => import('prismjs/components/prism-maxscript.js'),
|
|
176
|
+
'mel': () => import('prismjs/components/prism-mel.js'),
|
|
177
|
+
'mermaid': () => import('prismjs/components/prism-mermaid.js'),
|
|
178
|
+
'metafont': () => import('prismjs/components/prism-metafont.js'),
|
|
179
|
+
'mizar': () => import('prismjs/components/prism-mizar.js'),
|
|
180
|
+
'mongodb': () => import('prismjs/components/prism-mongodb.js'),
|
|
181
|
+
'monkey': () => import('prismjs/components/prism-monkey.js'),
|
|
182
|
+
'moonscript': () => import('prismjs/components/prism-moonscript.js'),
|
|
183
|
+
'n1ql': () => import('prismjs/components/prism-n1ql.js'),
|
|
184
|
+
'n4js': () => import('prismjs/components/prism-n4js.js'),
|
|
185
|
+
'nand2tetris-hdl': () => import('prismjs/components/prism-nand2tetris-hdl.js'),
|
|
186
|
+
'naniscript': () => import('prismjs/components/prism-naniscript.js'),
|
|
187
|
+
'nasm': () => import('prismjs/components/prism-nasm.js'),
|
|
188
|
+
'neon': () => import('prismjs/components/prism-neon.js'),
|
|
189
|
+
'nevod': () => import('prismjs/components/prism-nevod.js'),
|
|
190
|
+
'nginx': () => import('prismjs/components/prism-nginx.js'),
|
|
191
|
+
'nim': () => import('prismjs/components/prism-nim.js'),
|
|
192
|
+
'nix': () => import('prismjs/components/prism-nix.js'),
|
|
193
|
+
'nsis': () => import('prismjs/components/prism-nsis.js'),
|
|
194
|
+
'objectivec': () => import('prismjs/components/prism-objectivec.js'),
|
|
195
|
+
'ocaml': () => import('prismjs/components/prism-ocaml.js'),
|
|
196
|
+
'odin': () => import('prismjs/components/prism-odin.js'),
|
|
197
|
+
'opencl': () => import('prismjs/components/prism-opencl.js'),
|
|
198
|
+
'openqasm': () => import('prismjs/components/prism-openqasm.js'),
|
|
199
|
+
'oz': () => import('prismjs/components/prism-oz.js'),
|
|
200
|
+
'parigp': () => import('prismjs/components/prism-parigp.js'),
|
|
201
|
+
'parser': () => import('prismjs/components/prism-parser.js'),
|
|
202
|
+
'pascal': () => import('prismjs/components/prism-pascal.js'),
|
|
203
|
+
'pascaligo': () => import('prismjs/components/prism-pascaligo.js'),
|
|
204
|
+
'pcaxis': () => import('prismjs/components/prism-pcaxis.js'),
|
|
205
|
+
'peoplecode': () => import('prismjs/components/prism-peoplecode.js'),
|
|
206
|
+
'perl': () => import('prismjs/components/prism-perl.js'),
|
|
207
|
+
'php': () => import('prismjs/components/prism-php.js'),
|
|
208
|
+
'php-extras': () => import('prismjs/components/prism-php-extras.js'),
|
|
209
|
+
'phpdoc': () => import('prismjs/components/prism-phpdoc.js'),
|
|
210
|
+
'plant-uml': () => import('prismjs/components/prism-plant-uml.js'),
|
|
211
|
+
'plsql': () => import('prismjs/components/prism-plsql.js'),
|
|
212
|
+
'powerquery': () => import('prismjs/components/prism-powerquery.js'),
|
|
213
|
+
'powershell': () => import('prismjs/components/prism-powershell.js'),
|
|
214
|
+
'processing': () => import('prismjs/components/prism-processing.js'),
|
|
215
|
+
'prolog': () => import('prismjs/components/prism-prolog.js'),
|
|
216
|
+
'promql': () => import('prismjs/components/prism-promql.js'),
|
|
217
|
+
'properties': () => import('prismjs/components/prism-properties.js'),
|
|
218
|
+
'protobuf': () => import('prismjs/components/prism-protobuf.js'),
|
|
219
|
+
'psl': () => import('prismjs/components/prism-psl.js'),
|
|
220
|
+
'pug': () => import('prismjs/components/prism-pug.js'),
|
|
221
|
+
'puppet': () => import('prismjs/components/prism-puppet.js'),
|
|
222
|
+
'pure': () => import('prismjs/components/prism-pure.js'),
|
|
223
|
+
'purebasic': () => import('prismjs/components/prism-purebasic.js'),
|
|
224
|
+
'purescript': () => import('prismjs/components/prism-purescript.js'),
|
|
225
|
+
'python': () => import('prismjs/components/prism-python.js'),
|
|
226
|
+
'q': () => import('prismjs/components/prism-q.js'),
|
|
227
|
+
'qml': () => import('prismjs/components/prism-qml.js'),
|
|
228
|
+
'qore': () => import('prismjs/components/prism-qore.js'),
|
|
229
|
+
'qsharp': () => import('prismjs/components/prism-qsharp.js'),
|
|
230
|
+
'r': () => import('prismjs/components/prism-r.js'),
|
|
231
|
+
'racket': () => import('prismjs/components/prism-racket.js'),
|
|
232
|
+
'reason': () => import('prismjs/components/prism-reason.js'),
|
|
233
|
+
'regex': () => import('prismjs/components/prism-regex.js'),
|
|
234
|
+
'rego': () => import('prismjs/components/prism-rego.js'),
|
|
235
|
+
'renpy': () => import('prismjs/components/prism-renpy.js'),
|
|
236
|
+
'rescript': () => import('prismjs/components/prism-rescript.js'),
|
|
237
|
+
'rest': () => import('prismjs/components/prism-rest.js'),
|
|
238
|
+
'rip': () => import('prismjs/components/prism-rip.js'),
|
|
239
|
+
'roboconf': () => import('prismjs/components/prism-roboconf.js'),
|
|
240
|
+
'robotframework': () => import('prismjs/components/prism-robotframework.js'),
|
|
241
|
+
'ruby': () => import('prismjs/components/prism-ruby.js'),
|
|
242
|
+
'rust': () => import('prismjs/components/prism-rust.js'),
|
|
243
|
+
'sas': () => import('prismjs/components/prism-sas.js'),
|
|
244
|
+
'sass': () => import('prismjs/components/prism-sass.js'),
|
|
245
|
+
'scala': () => import('prismjs/components/prism-scala.js'),
|
|
246
|
+
'scheme': () => import('prismjs/components/prism-scheme.js'),
|
|
247
|
+
'scss': () => import('prismjs/components/prism-scss.js'),
|
|
248
|
+
'shell-session': () => import('prismjs/components/prism-shell-session.js'),
|
|
249
|
+
'smali': () => import('prismjs/components/prism-smali.js'),
|
|
250
|
+
'smalltalk': () => import('prismjs/components/prism-smalltalk.js'),
|
|
251
|
+
'smarty': () => import('prismjs/components/prism-smarty.js'),
|
|
252
|
+
'sml': () => import('prismjs/components/prism-sml.js'),
|
|
253
|
+
'solidity': () => import('prismjs/components/prism-solidity.js'),
|
|
254
|
+
'solution-file': () => import('prismjs/components/prism-solution-file.js'),
|
|
255
|
+
'soy': () => import('prismjs/components/prism-soy.js'),
|
|
256
|
+
'sparql': () => import('prismjs/components/prism-sparql.js'),
|
|
257
|
+
'splunk-spl': () => import('prismjs/components/prism-splunk-spl.js'),
|
|
258
|
+
'sqf': () => import('prismjs/components/prism-sqf.js'),
|
|
259
|
+
'sql': () => import('prismjs/components/prism-sql.js'),
|
|
260
|
+
'squirrel': () => import('prismjs/components/prism-squirrel.js'),
|
|
261
|
+
'stan': () => import('prismjs/components/prism-stan.js'),
|
|
262
|
+
'stata': () => import('prismjs/components/prism-stata.js'),
|
|
263
|
+
'stylus': () => import('prismjs/components/prism-stylus.js'),
|
|
264
|
+
'supercollider': () => import('prismjs/components/prism-supercollider.js'),
|
|
265
|
+
'swift': () => import('prismjs/components/prism-swift.js'),
|
|
266
|
+
'systemd': () => import('prismjs/components/prism-systemd.js'),
|
|
267
|
+
't4-cs': () => import('prismjs/components/prism-t4-cs.js'),
|
|
268
|
+
't4-templating': () => import('prismjs/components/prism-t4-templating.js'),
|
|
269
|
+
't4-vb': () => import('prismjs/components/prism-t4-vb.js'),
|
|
270
|
+
'tap': () => import('prismjs/components/prism-tap.js'),
|
|
271
|
+
'tcl': () => import('prismjs/components/prism-tcl.js'),
|
|
272
|
+
'textile': () => import('prismjs/components/prism-textile.js'),
|
|
273
|
+
'toml': () => import('prismjs/components/prism-toml.js'),
|
|
274
|
+
'tremor': () => import('prismjs/components/prism-tremor.js'),
|
|
275
|
+
'tsx': () => import('prismjs/components/prism-tsx.js'),
|
|
276
|
+
'tt2': () => import('prismjs/components/prism-tt2.js'),
|
|
277
|
+
'turtle': () => import('prismjs/components/prism-turtle.js'),
|
|
278
|
+
'twig': () => import('prismjs/components/prism-twig.js'),
|
|
279
|
+
'typescript': () => import('prismjs/components/prism-typescript.js'),
|
|
280
|
+
'typoscript': () => import('prismjs/components/prism-typoscript.js'),
|
|
281
|
+
'unrealscript': () => import('prismjs/components/prism-unrealscript.js'),
|
|
282
|
+
'uorazor': () => import('prismjs/components/prism-uorazor.js'),
|
|
283
|
+
'uri': () => import('prismjs/components/prism-uri.js'),
|
|
284
|
+
'v': () => import('prismjs/components/prism-v.js'),
|
|
285
|
+
'vala': () => import('prismjs/components/prism-vala.js'),
|
|
286
|
+
'vbnet': () => import('prismjs/components/prism-vbnet.js'),
|
|
287
|
+
'velocity': () => import('prismjs/components/prism-velocity.js'),
|
|
288
|
+
'verilog': () => import('prismjs/components/prism-verilog.js'),
|
|
289
|
+
'vhdl': () => import('prismjs/components/prism-vhdl.js'),
|
|
290
|
+
'vim': () => import('prismjs/components/prism-vim.js'),
|
|
291
|
+
'visual-basic': () => import('prismjs/components/prism-visual-basic.js'),
|
|
292
|
+
'warpscript': () => import('prismjs/components/prism-warpscript.js'),
|
|
293
|
+
'wasm': () => import('prismjs/components/prism-wasm.js'),
|
|
294
|
+
'web-idl': () => import('prismjs/components/prism-web-idl.js'),
|
|
295
|
+
'wgsl': () => import('prismjs/components/prism-wgsl.js'),
|
|
296
|
+
'wiki': () => import('prismjs/components/prism-wiki.js'),
|
|
297
|
+
'wolfram': () => import('prismjs/components/prism-wolfram.js'),
|
|
298
|
+
'wren': () => import('prismjs/components/prism-wren.js'),
|
|
299
|
+
'xeora': () => import('prismjs/components/prism-xeora.js'),
|
|
300
|
+
'xml-doc': () => import('prismjs/components/prism-xml-doc.js'),
|
|
301
|
+
'xojo': () => import('prismjs/components/prism-xojo.js'),
|
|
302
|
+
'xquery': () => import('prismjs/components/prism-xquery.js'),
|
|
303
|
+
'yaml': () => import('prismjs/components/prism-yaml.js'),
|
|
304
|
+
'yang': () => import('prismjs/components/prism-yang.js'),
|
|
305
|
+
'zig': () => import('prismjs/components/prism-zig.js'),
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
export const LANG_DEPS = {
|
|
309
|
+
"abap": [],
|
|
310
|
+
"abnf": [],
|
|
311
|
+
"actionscript": [
|
|
312
|
+
"javascript",
|
|
313
|
+
"markup"
|
|
314
|
+
],
|
|
315
|
+
"ada": [],
|
|
316
|
+
"agda": [],
|
|
317
|
+
"al": [],
|
|
318
|
+
"antlr4": [],
|
|
319
|
+
"apacheconf": [],
|
|
320
|
+
"apex": [
|
|
321
|
+
"clike",
|
|
322
|
+
"sql"
|
|
323
|
+
],
|
|
324
|
+
"apl": [],
|
|
325
|
+
"applescript": [],
|
|
326
|
+
"aql": [],
|
|
327
|
+
"arduino": [
|
|
328
|
+
"cpp"
|
|
329
|
+
],
|
|
330
|
+
"arff": [],
|
|
331
|
+
"armasm": [],
|
|
332
|
+
"arturo": [],
|
|
333
|
+
"asciidoc": [],
|
|
334
|
+
"asm6502": [],
|
|
335
|
+
"asmatmel": [],
|
|
336
|
+
"aspnet": [
|
|
337
|
+
"markup",
|
|
338
|
+
"csharp"
|
|
339
|
+
],
|
|
340
|
+
"autohotkey": [],
|
|
341
|
+
"autoit": [],
|
|
342
|
+
"avisynth": [],
|
|
343
|
+
"avro-idl": [],
|
|
344
|
+
"awk": [],
|
|
345
|
+
"bash": [],
|
|
346
|
+
"basic": [],
|
|
347
|
+
"batch": [],
|
|
348
|
+
"bbcode": [],
|
|
349
|
+
"bbj": [],
|
|
350
|
+
"bicep": [],
|
|
351
|
+
"birb": [
|
|
352
|
+
"clike"
|
|
353
|
+
],
|
|
354
|
+
"bison": [
|
|
355
|
+
"c"
|
|
356
|
+
],
|
|
357
|
+
"bnf": [],
|
|
358
|
+
"bqn": [],
|
|
359
|
+
"brainfuck": [],
|
|
360
|
+
"brightscript": [],
|
|
361
|
+
"bro": [],
|
|
362
|
+
"bsl": [],
|
|
363
|
+
"c": [
|
|
364
|
+
"clike"
|
|
365
|
+
],
|
|
366
|
+
"cfscript": [
|
|
367
|
+
"clike"
|
|
368
|
+
],
|
|
369
|
+
"chaiscript": [
|
|
370
|
+
"clike",
|
|
371
|
+
"cpp"
|
|
372
|
+
],
|
|
373
|
+
"cil": [],
|
|
374
|
+
"cilkc": [
|
|
375
|
+
"c"
|
|
376
|
+
],
|
|
377
|
+
"cilkcpp": [
|
|
378
|
+
"cpp"
|
|
379
|
+
],
|
|
380
|
+
"clike": [],
|
|
381
|
+
"clojure": [],
|
|
382
|
+
"cmake": [],
|
|
383
|
+
"cobol": [],
|
|
384
|
+
"coffeescript": [
|
|
385
|
+
"javascript"
|
|
386
|
+
],
|
|
387
|
+
"concurnas": [],
|
|
388
|
+
"cooklang": [],
|
|
389
|
+
"coq": [],
|
|
390
|
+
"cpp": [
|
|
391
|
+
"c"
|
|
392
|
+
],
|
|
393
|
+
"crystal": [
|
|
394
|
+
"ruby"
|
|
395
|
+
],
|
|
396
|
+
"csharp": [
|
|
397
|
+
"clike"
|
|
398
|
+
],
|
|
399
|
+
"cshtml": [
|
|
400
|
+
"markup",
|
|
401
|
+
"csharp"
|
|
402
|
+
],
|
|
403
|
+
"csp": [],
|
|
404
|
+
"css": [
|
|
405
|
+
"markup"
|
|
406
|
+
],
|
|
407
|
+
"css-extras": [
|
|
408
|
+
"css",
|
|
409
|
+
"css"
|
|
410
|
+
],
|
|
411
|
+
"csv": [],
|
|
412
|
+
"cue": [],
|
|
413
|
+
"cypher": [],
|
|
414
|
+
"d": [
|
|
415
|
+
"clike"
|
|
416
|
+
],
|
|
417
|
+
"dart": [
|
|
418
|
+
"clike"
|
|
419
|
+
],
|
|
420
|
+
"dataweave": [],
|
|
421
|
+
"dax": [],
|
|
422
|
+
"dhall": [],
|
|
423
|
+
"diff": [],
|
|
424
|
+
"django": [
|
|
425
|
+
"markup-templating"
|
|
426
|
+
],
|
|
427
|
+
"dns-zone-file": [],
|
|
428
|
+
"docker": [],
|
|
429
|
+
"dot": [],
|
|
430
|
+
"ebnf": [],
|
|
431
|
+
"editorconfig": [],
|
|
432
|
+
"eiffel": [],
|
|
433
|
+
"ejs": [
|
|
434
|
+
"javascript",
|
|
435
|
+
"markup-templating"
|
|
436
|
+
],
|
|
437
|
+
"elixir": [],
|
|
438
|
+
"elm": [],
|
|
439
|
+
"erb": [
|
|
440
|
+
"ruby",
|
|
441
|
+
"markup-templating"
|
|
442
|
+
],
|
|
443
|
+
"erlang": [],
|
|
444
|
+
"etlua": [
|
|
445
|
+
"lua",
|
|
446
|
+
"markup-templating"
|
|
447
|
+
],
|
|
448
|
+
"excel-formula": [],
|
|
449
|
+
"factor": [],
|
|
450
|
+
"false": [],
|
|
451
|
+
"firestore-security-rules": [
|
|
452
|
+
"clike"
|
|
453
|
+
],
|
|
454
|
+
"flow": [
|
|
455
|
+
"javascript"
|
|
456
|
+
],
|
|
457
|
+
"fortran": [],
|
|
458
|
+
"fsharp": [
|
|
459
|
+
"clike"
|
|
460
|
+
],
|
|
461
|
+
"ftl": [
|
|
462
|
+
"markup-templating"
|
|
463
|
+
],
|
|
464
|
+
"gap": [],
|
|
465
|
+
"gcode": [],
|
|
466
|
+
"gdscript": [],
|
|
467
|
+
"gedcom": [],
|
|
468
|
+
"gettext": [],
|
|
469
|
+
"gherkin": [],
|
|
470
|
+
"git": [],
|
|
471
|
+
"glsl": [
|
|
472
|
+
"c"
|
|
473
|
+
],
|
|
474
|
+
"gml": [
|
|
475
|
+
"clike"
|
|
476
|
+
],
|
|
477
|
+
"gn": [],
|
|
478
|
+
"go": [
|
|
479
|
+
"clike"
|
|
480
|
+
],
|
|
481
|
+
"go-module": [],
|
|
482
|
+
"gradle": [
|
|
483
|
+
"clike"
|
|
484
|
+
],
|
|
485
|
+
"graphql": [],
|
|
486
|
+
"groovy": [
|
|
487
|
+
"clike"
|
|
488
|
+
],
|
|
489
|
+
"haml": [
|
|
490
|
+
"ruby"
|
|
491
|
+
],
|
|
492
|
+
"handlebars": [
|
|
493
|
+
"markup-templating"
|
|
494
|
+
],
|
|
495
|
+
"haskell": [],
|
|
496
|
+
"haxe": [
|
|
497
|
+
"clike"
|
|
498
|
+
],
|
|
499
|
+
"hcl": [],
|
|
500
|
+
"hlsl": [
|
|
501
|
+
"c"
|
|
502
|
+
],
|
|
503
|
+
"hoon": [],
|
|
504
|
+
"hpkp": [],
|
|
505
|
+
"hsts": [],
|
|
506
|
+
"http": [],
|
|
507
|
+
"ichigojam": [],
|
|
508
|
+
"icon": [],
|
|
509
|
+
"icu-message-format": [],
|
|
510
|
+
"idris": [
|
|
511
|
+
"haskell"
|
|
512
|
+
],
|
|
513
|
+
"iecst": [],
|
|
514
|
+
"ignore": [],
|
|
515
|
+
"inform7": [],
|
|
516
|
+
"ini": [],
|
|
517
|
+
"io": [],
|
|
518
|
+
"j": [],
|
|
519
|
+
"java": [
|
|
520
|
+
"clike"
|
|
521
|
+
],
|
|
522
|
+
"javadoc": [
|
|
523
|
+
"markup",
|
|
524
|
+
"java",
|
|
525
|
+
"javadoclike",
|
|
526
|
+
"java"
|
|
527
|
+
],
|
|
528
|
+
"javadoclike": [
|
|
529
|
+
"java",
|
|
530
|
+
"javascript",
|
|
531
|
+
"php"
|
|
532
|
+
],
|
|
533
|
+
"javascript": [
|
|
534
|
+
"clike",
|
|
535
|
+
"markup"
|
|
536
|
+
],
|
|
537
|
+
"javastacktrace": [],
|
|
538
|
+
"jexl": [],
|
|
539
|
+
"jolie": [
|
|
540
|
+
"clike"
|
|
541
|
+
],
|
|
542
|
+
"jq": [],
|
|
543
|
+
"js-extras": [
|
|
544
|
+
"javascript",
|
|
545
|
+
"javascript"
|
|
546
|
+
],
|
|
547
|
+
"js-templates": [
|
|
548
|
+
"javascript",
|
|
549
|
+
"javascript"
|
|
550
|
+
],
|
|
551
|
+
"jsdoc": [
|
|
552
|
+
"javascript",
|
|
553
|
+
"javadoclike",
|
|
554
|
+
"typescript",
|
|
555
|
+
"javascript"
|
|
556
|
+
],
|
|
557
|
+
"json": [],
|
|
558
|
+
"json5": [
|
|
559
|
+
"json"
|
|
560
|
+
],
|
|
561
|
+
"jsonp": [
|
|
562
|
+
"json"
|
|
563
|
+
],
|
|
564
|
+
"jsstacktrace": [],
|
|
565
|
+
"jsx": [
|
|
566
|
+
"markup",
|
|
567
|
+
"javascript"
|
|
568
|
+
],
|
|
569
|
+
"julia": [],
|
|
570
|
+
"keepalived": [],
|
|
571
|
+
"keyman": [],
|
|
572
|
+
"kotlin": [
|
|
573
|
+
"clike"
|
|
574
|
+
],
|
|
575
|
+
"kumir": [],
|
|
576
|
+
"kusto": [],
|
|
577
|
+
"latex": [],
|
|
578
|
+
"latte": [
|
|
579
|
+
"clike",
|
|
580
|
+
"markup-templating",
|
|
581
|
+
"php"
|
|
582
|
+
],
|
|
583
|
+
"less": [
|
|
584
|
+
"css"
|
|
585
|
+
],
|
|
586
|
+
"lilypond": [
|
|
587
|
+
"scheme"
|
|
588
|
+
],
|
|
589
|
+
"linker-script": [],
|
|
590
|
+
"liquid": [
|
|
591
|
+
"markup-templating"
|
|
592
|
+
],
|
|
593
|
+
"lisp": [],
|
|
594
|
+
"livescript": [],
|
|
595
|
+
"llvm": [],
|
|
596
|
+
"log": [],
|
|
597
|
+
"lolcode": [],
|
|
598
|
+
"lua": [],
|
|
599
|
+
"magma": [],
|
|
600
|
+
"makefile": [],
|
|
601
|
+
"markdown": [
|
|
602
|
+
"markup"
|
|
603
|
+
],
|
|
604
|
+
"markup": [],
|
|
605
|
+
"markup-templating": [
|
|
606
|
+
"markup"
|
|
607
|
+
],
|
|
608
|
+
"mata": [],
|
|
609
|
+
"matlab": [],
|
|
610
|
+
"maxscript": [],
|
|
611
|
+
"mel": [],
|
|
612
|
+
"mermaid": [],
|
|
613
|
+
"metafont": [],
|
|
614
|
+
"mizar": [],
|
|
615
|
+
"mongodb": [
|
|
616
|
+
"javascript"
|
|
617
|
+
],
|
|
618
|
+
"monkey": [],
|
|
619
|
+
"moonscript": [],
|
|
620
|
+
"n1ql": [],
|
|
621
|
+
"n4js": [
|
|
622
|
+
"javascript"
|
|
623
|
+
],
|
|
624
|
+
"nand2tetris-hdl": [],
|
|
625
|
+
"naniscript": [],
|
|
626
|
+
"nasm": [],
|
|
627
|
+
"neon": [],
|
|
628
|
+
"nevod": [],
|
|
629
|
+
"nginx": [],
|
|
630
|
+
"nim": [],
|
|
631
|
+
"nix": [],
|
|
632
|
+
"nsis": [],
|
|
633
|
+
"objectivec": [
|
|
634
|
+
"c"
|
|
635
|
+
],
|
|
636
|
+
"ocaml": [],
|
|
637
|
+
"odin": [],
|
|
638
|
+
"opencl": [
|
|
639
|
+
"c",
|
|
640
|
+
"c",
|
|
641
|
+
"cpp"
|
|
642
|
+
],
|
|
643
|
+
"openqasm": [],
|
|
644
|
+
"oz": [],
|
|
645
|
+
"parigp": [],
|
|
646
|
+
"parser": [
|
|
647
|
+
"markup"
|
|
648
|
+
],
|
|
649
|
+
"pascal": [],
|
|
650
|
+
"pascaligo": [],
|
|
651
|
+
"pcaxis": [],
|
|
652
|
+
"peoplecode": [],
|
|
653
|
+
"perl": [],
|
|
654
|
+
"php": [
|
|
655
|
+
"markup-templating"
|
|
656
|
+
],
|
|
657
|
+
"php-extras": [
|
|
658
|
+
"php",
|
|
659
|
+
"php"
|
|
660
|
+
],
|
|
661
|
+
"phpdoc": [
|
|
662
|
+
"php",
|
|
663
|
+
"javadoclike",
|
|
664
|
+
"php"
|
|
665
|
+
],
|
|
666
|
+
"plant-uml": [],
|
|
667
|
+
"plsql": [
|
|
668
|
+
"sql"
|
|
669
|
+
],
|
|
670
|
+
"powerquery": [],
|
|
671
|
+
"powershell": [],
|
|
672
|
+
"processing": [
|
|
673
|
+
"clike"
|
|
674
|
+
],
|
|
675
|
+
"prolog": [],
|
|
676
|
+
"promql": [],
|
|
677
|
+
"properties": [],
|
|
678
|
+
"protobuf": [
|
|
679
|
+
"clike"
|
|
680
|
+
],
|
|
681
|
+
"psl": [],
|
|
682
|
+
"pug": [
|
|
683
|
+
"markup",
|
|
684
|
+
"javascript"
|
|
685
|
+
],
|
|
686
|
+
"puppet": [],
|
|
687
|
+
"pure": [],
|
|
688
|
+
"purebasic": [
|
|
689
|
+
"clike"
|
|
690
|
+
],
|
|
691
|
+
"purescript": [
|
|
692
|
+
"haskell"
|
|
693
|
+
],
|
|
694
|
+
"python": [],
|
|
695
|
+
"q": [],
|
|
696
|
+
"qml": [
|
|
697
|
+
"javascript"
|
|
698
|
+
],
|
|
699
|
+
"qore": [
|
|
700
|
+
"clike"
|
|
701
|
+
],
|
|
702
|
+
"qsharp": [
|
|
703
|
+
"clike"
|
|
704
|
+
],
|
|
705
|
+
"r": [],
|
|
706
|
+
"racket": [
|
|
707
|
+
"scheme"
|
|
708
|
+
],
|
|
709
|
+
"reason": [
|
|
710
|
+
"clike"
|
|
711
|
+
],
|
|
712
|
+
"regex": [],
|
|
713
|
+
"rego": [],
|
|
714
|
+
"renpy": [],
|
|
715
|
+
"rescript": [],
|
|
716
|
+
"rest": [],
|
|
717
|
+
"rip": [],
|
|
718
|
+
"roboconf": [],
|
|
719
|
+
"robotframework": [],
|
|
720
|
+
"ruby": [
|
|
721
|
+
"clike"
|
|
722
|
+
],
|
|
723
|
+
"rust": [],
|
|
724
|
+
"sas": [],
|
|
725
|
+
"sass": [
|
|
726
|
+
"css"
|
|
727
|
+
],
|
|
728
|
+
"scala": [
|
|
729
|
+
"java"
|
|
730
|
+
],
|
|
731
|
+
"scheme": [],
|
|
732
|
+
"scss": [
|
|
733
|
+
"css"
|
|
734
|
+
],
|
|
735
|
+
"shell-session": [
|
|
736
|
+
"bash"
|
|
737
|
+
],
|
|
738
|
+
"smali": [],
|
|
739
|
+
"smalltalk": [],
|
|
740
|
+
"smarty": [
|
|
741
|
+
"markup-templating"
|
|
742
|
+
],
|
|
743
|
+
"sml": [],
|
|
744
|
+
"solidity": [
|
|
745
|
+
"clike"
|
|
746
|
+
],
|
|
747
|
+
"solution-file": [],
|
|
748
|
+
"soy": [
|
|
749
|
+
"markup-templating"
|
|
750
|
+
],
|
|
751
|
+
"sparql": [
|
|
752
|
+
"turtle"
|
|
753
|
+
],
|
|
754
|
+
"splunk-spl": [],
|
|
755
|
+
"sqf": [
|
|
756
|
+
"clike"
|
|
757
|
+
],
|
|
758
|
+
"sql": [],
|
|
759
|
+
"squirrel": [
|
|
760
|
+
"clike"
|
|
761
|
+
],
|
|
762
|
+
"stan": [],
|
|
763
|
+
"stata": [
|
|
764
|
+
"mata",
|
|
765
|
+
"java",
|
|
766
|
+
"python"
|
|
767
|
+
],
|
|
768
|
+
"stylus": [],
|
|
769
|
+
"supercollider": [],
|
|
770
|
+
"swift": [],
|
|
771
|
+
"systemd": [],
|
|
772
|
+
"t4-cs": [
|
|
773
|
+
"t4-templating",
|
|
774
|
+
"csharp"
|
|
775
|
+
],
|
|
776
|
+
"t4-templating": [],
|
|
777
|
+
"t4-vb": [
|
|
778
|
+
"t4-templating",
|
|
779
|
+
"vbnet"
|
|
780
|
+
],
|
|
781
|
+
"tap": [
|
|
782
|
+
"yaml"
|
|
783
|
+
],
|
|
784
|
+
"tcl": [],
|
|
785
|
+
"textile": [
|
|
786
|
+
"markup"
|
|
787
|
+
],
|
|
788
|
+
"toml": [],
|
|
789
|
+
"tremor": [],
|
|
790
|
+
"tsx": [
|
|
791
|
+
"jsx",
|
|
792
|
+
"typescript"
|
|
793
|
+
],
|
|
794
|
+
"tt2": [
|
|
795
|
+
"clike",
|
|
796
|
+
"markup-templating"
|
|
797
|
+
],
|
|
798
|
+
"turtle": [],
|
|
799
|
+
"twig": [
|
|
800
|
+
"markup-templating"
|
|
801
|
+
],
|
|
802
|
+
"typescript": [
|
|
803
|
+
"javascript"
|
|
804
|
+
],
|
|
805
|
+
"typoscript": [],
|
|
806
|
+
"unrealscript": [],
|
|
807
|
+
"uorazor": [],
|
|
808
|
+
"uri": [],
|
|
809
|
+
"v": [
|
|
810
|
+
"clike"
|
|
811
|
+
],
|
|
812
|
+
"vala": [
|
|
813
|
+
"clike"
|
|
814
|
+
],
|
|
815
|
+
"vbnet": [
|
|
816
|
+
"basic"
|
|
817
|
+
],
|
|
818
|
+
"velocity": [
|
|
819
|
+
"markup"
|
|
820
|
+
],
|
|
821
|
+
"verilog": [],
|
|
822
|
+
"vhdl": [],
|
|
823
|
+
"vim": [],
|
|
824
|
+
"visual-basic": [],
|
|
825
|
+
"warpscript": [],
|
|
826
|
+
"wasm": [],
|
|
827
|
+
"web-idl": [],
|
|
828
|
+
"wgsl": [],
|
|
829
|
+
"wiki": [
|
|
830
|
+
"markup"
|
|
831
|
+
],
|
|
832
|
+
"wolfram": [],
|
|
833
|
+
"wren": [],
|
|
834
|
+
"xeora": [
|
|
835
|
+
"markup"
|
|
836
|
+
],
|
|
837
|
+
"xml-doc": [
|
|
838
|
+
"markup",
|
|
839
|
+
"csharp",
|
|
840
|
+
"fsharp",
|
|
841
|
+
"vbnet"
|
|
842
|
+
],
|
|
843
|
+
"xojo": [],
|
|
844
|
+
"xquery": [
|
|
845
|
+
"markup"
|
|
846
|
+
],
|
|
847
|
+
"yaml": [],
|
|
848
|
+
"yang": [],
|
|
849
|
+
"zig": []
|
|
850
|
+
};
|
|
851
|
+
|
|
852
|
+
export const LANG_ALIASES = {
|
|
853
|
+
"adoc": "asciidoc",
|
|
854
|
+
"arm-asm": "armasm",
|
|
855
|
+
"art": "arturo",
|
|
856
|
+
"atom": "markup",
|
|
857
|
+
"avdl": "avro-idl",
|
|
858
|
+
"avs": "avisynth",
|
|
859
|
+
"cfc": "cfscript",
|
|
860
|
+
"cilk": "cilkcpp",
|
|
861
|
+
"cilk-c": "cilkc",
|
|
862
|
+
"cilk-cpp": "cilkcpp",
|
|
863
|
+
"coffee": "coffeescript",
|
|
864
|
+
"conc": "concurnas",
|
|
865
|
+
"context": "latex",
|
|
866
|
+
"cs": "csharp",
|
|
867
|
+
"dns-zone": "dns-zone-file",
|
|
868
|
+
"dockerfile": "docker",
|
|
869
|
+
"dotnet": "csharp",
|
|
870
|
+
"elisp": "lisp",
|
|
871
|
+
"emacs": "lisp",
|
|
872
|
+
"emacs-lisp": "lisp",
|
|
873
|
+
"eta": "ejs",
|
|
874
|
+
"g4": "antlr4",
|
|
875
|
+
"gamemakerlanguage": "gml",
|
|
876
|
+
"gawk": "awk",
|
|
877
|
+
"gitignore": "ignore",
|
|
878
|
+
"gni": "gn",
|
|
879
|
+
"go-mod": "go-module",
|
|
880
|
+
"gv": "dot",
|
|
881
|
+
"hbs": "handlebars",
|
|
882
|
+
"hgignore": "ignore",
|
|
883
|
+
"hs": "haskell",
|
|
884
|
+
"html": "markup",
|
|
885
|
+
"idr": "idris",
|
|
886
|
+
"ino": "arduino",
|
|
887
|
+
"jinja2": "django",
|
|
888
|
+
"js": "javascript",
|
|
889
|
+
"kt": "kotlin",
|
|
890
|
+
"kts": "kotlin",
|
|
891
|
+
"kum": "kumir",
|
|
892
|
+
"ld": "linker-script",
|
|
893
|
+
"ly": "lilypond",
|
|
894
|
+
"mathematica": "wolfram",
|
|
895
|
+
"mathml": "markup",
|
|
896
|
+
"md": "markdown",
|
|
897
|
+
"moon": "moonscript",
|
|
898
|
+
"mscript": "powerquery",
|
|
899
|
+
"mustache": "handlebars",
|
|
900
|
+
"n4jsd": "n4js",
|
|
901
|
+
"nani": "naniscript",
|
|
902
|
+
"nb": "wolfram",
|
|
903
|
+
"npmignore": "ignore",
|
|
904
|
+
"objc": "objectivec",
|
|
905
|
+
"objectpascal": "pascal",
|
|
906
|
+
"oscript": "bsl",
|
|
907
|
+
"pbfasm": "purebasic",
|
|
908
|
+
"pcode": "peoplecode",
|
|
909
|
+
"plantuml": "plant-uml",
|
|
910
|
+
"po": "gettext",
|
|
911
|
+
"pq": "powerquery",
|
|
912
|
+
"purs": "purescript",
|
|
913
|
+
"px": "pcaxis",
|
|
914
|
+
"py": "python",
|
|
915
|
+
"qasm": "openqasm",
|
|
916
|
+
"qs": "qsharp",
|
|
917
|
+
"razor": "cshtml",
|
|
918
|
+
"rb": "ruby",
|
|
919
|
+
"rbnf": "bnf",
|
|
920
|
+
"res": "rescript",
|
|
921
|
+
"rkt": "racket",
|
|
922
|
+
"robot": "robotframework",
|
|
923
|
+
"rpy": "renpy",
|
|
924
|
+
"rq": "sparql",
|
|
925
|
+
"rss": "markup",
|
|
926
|
+
"sclang": "supercollider",
|
|
927
|
+
"sh": "bash",
|
|
928
|
+
"sh-session": "shell-session",
|
|
929
|
+
"shell": "bash",
|
|
930
|
+
"shellsession": "shell-session",
|
|
931
|
+
"shortcode": "bbcode",
|
|
932
|
+
"sln": "solution-file",
|
|
933
|
+
"smlnj": "sml",
|
|
934
|
+
"sol": "solidity",
|
|
935
|
+
"ssml": "markup",
|
|
936
|
+
"svg": "markup",
|
|
937
|
+
"t4": "t4-cs",
|
|
938
|
+
"tex": "latex",
|
|
939
|
+
"trickle": "tremor",
|
|
940
|
+
"trig": "turtle",
|
|
941
|
+
"troy": "tremor",
|
|
942
|
+
"ts": "typescript",
|
|
943
|
+
"tsconfig": "typoscript",
|
|
944
|
+
"uc": "unrealscript",
|
|
945
|
+
"url": "uri",
|
|
946
|
+
"uscript": "unrealscript",
|
|
947
|
+
"vb": "visual-basic",
|
|
948
|
+
"vba": "visual-basic",
|
|
949
|
+
"webidl": "web-idl",
|
|
950
|
+
"webmanifest": "json",
|
|
951
|
+
"wl": "wolfram",
|
|
952
|
+
"xeoracube": "xeora",
|
|
953
|
+
"xls": "excel-formula",
|
|
954
|
+
"xlsx": "excel-formula",
|
|
955
|
+
"xml": "markup",
|
|
956
|
+
"yml": "yaml"
|
|
957
|
+
};
|