Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.

This commit is contained in:
becarta
2025-05-23 12:43:00 +02:00
parent f40db0f5c9
commit a544759a3b
11127 changed files with 1647032 additions and 0 deletions

22
node_modules/@shikijs/langs/LICENSE generated vendored Normal file
View File

@@ -0,0 +1,22 @@
MIT License
Copyright (c) 2021 Pine Wu
Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

7
node_modules/@shikijs/langs/README.md generated vendored Normal file
View File

@@ -0,0 +1,7 @@
# @shikijs/langs
TextMate grammars for Shiki.
## License
MIT

3
node_modules/@shikijs/langs/dist/1c-query.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/1c-query.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias 1c-query for sdbl */
export { default } from './sdbl.mjs'

3
node_modules/@shikijs/langs/dist/1c.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/1c.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias 1c for bsl */
export { default } from './bsl.mjs'

3
node_modules/@shikijs/langs/dist/abap.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/abap.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/actionscript-3.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/ada.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/ada.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/adoc.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/adoc.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias adoc for asciidoc */
export { default } from './asciidoc.mjs'

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/angular-html.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

16
node_modules/@shikijs/langs/dist/angular-html.mjs generated vendored Normal file
View File

@@ -0,0 +1,16 @@
import html from './html.mjs'
import angular_expression from './angular-expression.mjs'
import angular_let_declaration from './angular-let-declaration.mjs'
import angular_template from './angular-template.mjs'
import angular_template_blocks from './angular-template-blocks.mjs'
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Angular HTML\",\"injections\":{\"R:text.html - (comment.block, text.html meta.embedded, meta.tag.*.*.html, meta.tag.*.*.*.html, meta.tag.*.*.*.*.html)\":{\"comment\":\"Uses R: to ensure this matches after any other injections.\",\"patterns\":[{\"match\":\"<\",\"name\":\"invalid.illegal.bad-angle-bracket.html\"}]}},\"name\":\"angular-html\",\"patterns\":[{\"include\":\"text.html.basic#core-minus-invalid\"},{\"begin\":\"(</?)(\\\\w[^\\\\s>]*)(?<!/)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.tag.begin.html\"},\"2\":{\"name\":\"entity.name.tag.html\"}},\"end\":\"((?: ?/)?>)\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.tag.end.html\"}},\"name\":\"meta.tag.other.unrecognized.html.derivative\",\"patterns\":[{\"include\":\"text.html.basic#attribute\"}]}],\"scopeName\":\"text.html.derivative.ng\",\"embeddedLangs\":[\"html\",\"angular-expression\",\"angular-let-declaration\",\"angular-template\",\"angular-template-blocks\"]}"))
export default [
...html,
...angular_expression,
...angular_let_declaration,
...angular_template,
...angular_template_blocks,
lang
]

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

View File

@@ -0,0 +1,8 @@
import scss from './scss.mjs'
const lang = Object.freeze(JSON.parse("{\"injectTo\":[\"source.ts.ng\"],\"injectionSelector\":\"L:source.ts#meta.decorator.ts -comment\",\"name\":\"angular-inline-style\",\"patterns\":[{\"include\":\"#inlineStyles\"}],\"repository\":{\"inlineStyles\":{\"begin\":\"(styles)\\\\s*(:)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.object-literal.key.ts\"},\"2\":{\"name\":\"meta.object-literal.key.ts punctuation.separator.key-value.ts\"}},\"end\":\"(?=,|})\",\"patterns\":[{\"include\":\"#tsParenExpression\"},{\"include\":\"#tsBracketExpression\"},{\"include\":\"#style\"}]},\"style\":{\"begin\":\"\\\\s*([`|'|\\\"])\",\"beginCaptures\":{\"1\":{\"name\":\"string\"}},\"contentName\":\"source.css.scss\",\"end\":\"\\\\1\",\"endCaptures\":{\"0\":{\"name\":\"string\"}},\"patterns\":[{\"include\":\"source.css.scss\"}]},\"tsBracketExpression\":{\"begin\":\"\\\\G\\\\s*(\\\\[)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.array.literal.ts meta.brace.square.ts\"}},\"end\":\"\\\\]\",\"endCaptures\":{\"0\":{\"name\":\"meta.array.literal.ts meta.brace.square.ts\"}},\"patterns\":[{\"include\":\"#style\"}]},\"tsParenExpression\":{\"begin\":\"\\\\G\\\\s*(\\\\()\",\"beginCaptures\":{\"1\":{\"name\":\"meta.brace.round.ts\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.round.ts\"}},\"patterns\":[{\"include\":\"$self\"},{\"include\":\"#tsBracketExpression\"},{\"include\":\"#style\"}]}},\"scopeName\":\"inline-styles.ng\",\"embeddedLangs\":[\"scss\"]}"))
export default [
...scss,
lang
]

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

View File

@@ -0,0 +1,10 @@
import angular_html from './angular-html.mjs'
import angular_template from './angular-template.mjs'
const lang = Object.freeze(JSON.parse("{\"injectTo\":[\"source.ts.ng\"],\"injectionSelector\":\"L:meta.decorator.ts -comment -text.html\",\"name\":\"angular-inline-template\",\"patterns\":[{\"include\":\"#inlineTemplate\"}],\"repository\":{\"inlineTemplate\":{\"begin\":\"(template)\\\\s*(:)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.object-literal.key.ts\"},\"2\":{\"name\":\"meta.object-literal.key.ts punctuation.separator.key-value.ts\"}},\"end\":\"(?=,|})\",\"patterns\":[{\"include\":\"#tsParenExpression\"},{\"include\":\"#ngTemplate\"}]},\"ngTemplate\":{\"begin\":\"\\\\G\\\\s*([`|'|\\\"])\",\"beginCaptures\":{\"1\":{\"name\":\"string\"}},\"contentName\":\"text.html.derivative.ng\",\"end\":\"\\\\1\",\"endCaptures\":{\"0\":{\"name\":\"string\"}},\"patterns\":[{\"include\":\"text.html.derivative.ng\"},{\"include\":\"template.ng\"}]},\"tsParenExpression\":{\"begin\":\"\\\\G\\\\s*(\\\\()\",\"beginCaptures\":{\"1\":{\"name\":\"meta.brace.round.ts\"}},\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.round.ts\"}},\"patterns\":[{\"include\":\"#tsParenExpression\"},{\"include\":\"#ngTemplate\"}]}},\"scopeName\":\"inline-template.ng\",\"embeddedLangs\":[\"angular-html\",\"angular-template\"]}"))
export default [
...angular_html,
...angular_template,
lang
]

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

View File

@@ -0,0 +1,8 @@
import angular_expression from './angular-expression.mjs'
const lang = Object.freeze(JSON.parse("{\"injectTo\":[\"text.html.derivative\",\"text.html.derivative.ng\",\"source.ts.ng\"],\"injectionSelector\":\"L:text.html -comment -expression.ng -meta.tag -source.css -source.js\",\"name\":\"angular-let-declaration\",\"patterns\":[{\"include\":\"#letDeclaration\"}],\"repository\":{\"letDeclaration\":{\"begin\":\"(@let)\\\\s+([_$[:alpha:]][_$[:alnum:]]*)\\\\s*(=)?\",\"beginCaptures\":{\"1\":{\"name\":\"storage.type.ng\"},\"2\":{\"name\":\"meta.definition.variable.ng\"},\"3\":{\"name\":\"keyword.operator.assignment.ng\"}},\"contentName\":\"meta.definition.variable.ng\",\"end\":\"(?<=;)\",\"patterns\":[{\"include\":\"#letInitializer\"}]},\"letInitializer\":{\"begin\":\"\\\\s*\",\"beginCaptures\":{\"0\":{\"name\":\"keyword.operator.assignment.ng\"}},\"contentName\":\"meta.definition.variable.initializer.ng\",\"end\":\";\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.terminator.statement.ng\"}},\"patterns\":[{\"include\":\"expression.ng\"}]}},\"scopeName\":\"template.let.ng\",\"embeddedLangs\":[\"angular-expression\"]}"))
export default [
...angular_expression,
lang
]

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

View File

@@ -0,0 +1,10 @@
import angular_expression from './angular-expression.mjs'
import angular_template from './angular-template.mjs'
const lang = Object.freeze(JSON.parse("{\"injectTo\":[\"text.html.derivative\",\"text.html.derivative.ng\",\"source.ts.ng\"],\"injectionSelector\":\"L:text.html -comment -expression.ng -meta.tag -source.css -source.js\",\"name\":\"angular-template-blocks\",\"patterns\":[{\"include\":\"#block\"}],\"repository\":{\"block\":{\"begin\":\"(@)(if|else if|else|defer|placeholder|loading|error|switch|case|default|for|empty)(?:\\\\s*)\",\"beginCaptures\":{\"1\":{\"patterns\":[{\"include\":\"#transition\"}]},\"2\":{\"name\":\"keyword.control.block.kind.ng\"}},\"end\":\"(?<=\\\\})\",\"name\":\"control.block.ng\",\"patterns\":[{\"include\":\"#blockExpression\"},{\"include\":\"#blockBody\"}]},\"blockBody\":{\"begin\":\"\\\\{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ts\"}},\"contentName\":\"control.block.body.ng\",\"end\":\"\\\\}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ts\"}},\"patterns\":[{\"include\":\"text.html.derivative.ng\"},{\"include\":\"template.ng\"}]},\"blockExpression\":{\"begin\":\"\\\\(\",\"beginCaptures\":{\"0\":{\"name\":\"meta.brace.round.ts\"}},\"contentName\":\"control.block.expression.ng\",\"end\":\"\\\\)\",\"endCaptures\":{\"0\":{\"name\":\"meta.brace.round.ts\"}},\"patterns\":[{\"include\":\"expression.ng\"}]},\"transition\":{\"match\":\"@\",\"name\":\"keyword.control.block.transition.ng\"}},\"scopeName\":\"template.blocks.ng\",\"embeddedLangs\":[\"angular-expression\",\"angular-template\"]}"))
export default [
...angular_expression,
...angular_template,
lang
]

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

View File

@@ -0,0 +1,8 @@
import angular_expression from './angular-expression.mjs'
const lang = Object.freeze(JSON.parse("{\"injectTo\":[\"text.html.derivative\",\"text.html.derivative.ng\",\"source.ts.ng\"],\"injectionSelector\":\"L:text.html -comment\",\"name\":\"angular-template\",\"patterns\":[{\"include\":\"#interpolation\"}],\"repository\":{\"interpolation\":{\"begin\":\"{{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ts\"}},\"contentName\":\"expression.ng\",\"end\":\"}}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.definition.block.ts\"}},\"patterns\":[{\"include\":\"expression.ng\"}]}},\"scopeName\":\"template.ng\",\"embeddedLangs\":[\"angular-expression\"]}"))
export default [
...angular_expression,
lang
]

3
node_modules/@shikijs/langs/dist/angular-ts.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

18
node_modules/@shikijs/langs/dist/angular-ts.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/apache.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/apache.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/apex.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/apex.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/apl.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

16
node_modules/@shikijs/langs/dist/apl.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/applescript.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/applescript.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/ara.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/ara.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/asciidoc.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/asciidoc.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/asm.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/asm.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/astro.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

16
node_modules/@shikijs/langs/dist/astro.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/awk.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/awk.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/ballerina.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/ballerina.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/bash.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/bash.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias bash for shellscript */
export { default } from './shellscript.mjs'

3
node_modules/@shikijs/langs/dist/bat.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/bat.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/batch.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/batch.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias batch for bat */
export { default } from './bat.mjs'

3
node_modules/@shikijs/langs/dist/be.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/be.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias be for berry */
export { default } from './berry.mjs'

3
node_modules/@shikijs/langs/dist/beancount.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/beancount.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/berry.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/berry.mjs generated vendored Normal file
View File

@@ -0,0 +1,5 @@
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Berry\",\"name\":\"berry\",\"patterns\":[{\"include\":\"#controls\"},{\"include\":\"#strings\"},{\"include\":\"#comment-block\"},{\"include\":\"#comments\"},{\"include\":\"#keywords\"},{\"include\":\"#function\"},{\"include\":\"#member\"},{\"include\":\"#identifier\"},{\"include\":\"#number\"},{\"include\":\"#operator\"}],\"repository\":{\"comment-block\":{\"begin\":\"\\\\#\\\\-\",\"end\":\"\\\\-#\",\"name\":\"comment.berry\",\"patterns\":[{}]},\"comments\":{\"begin\":\"\\\\#\",\"end\":\"\\\\n\",\"name\":\"comment.line.berry\",\"patterns\":[{}]},\"controls\":{\"patterns\":[{\"match\":\"\\\\b(if|elif|else|for|while|do|end|break|continue|return|try|except|raise)\\\\b\",\"name\":\"keyword.control.berry\"}]},\"function\":{\"patterns\":[{\"match\":\"\\\\b([a-zA-Z_][a-zA-Z0-9_]*(?=\\\\s*\\\\())\",\"name\":\"entity.name.function.berry\"}]},\"identifier\":{\"patterns\":[{\"match\":\"\\\\b[_A-Za-z]\\\\w+\\\\b\",\"name\":\"identifier.berry\"}]},\"keywords\":{\"patterns\":[{\"match\":\"\\\\b(var|static|def|class|true|false|nil|self|super|import|as|_class)\\\\b\",\"name\":\"keyword.berry\"}]},\"member\":{\"patterns\":[{\"captures\":{\"0\":{\"name\":\"entity.other.attribute-name.berry\"}},\"match\":\"\\\\.([a-zA-Z_][a-zA-Z0-9_]*)\"}]},\"number\":{\"patterns\":[{\"match\":\"0x[a-fA-F0-9]+|\\\\d+|(\\\\d+\\\\.?|\\\\.\\\\d)\\\\d*([eE][+-]?\\\\d+)?\",\"name\":\"constant.numeric.berry\"}]},\"operator\":{\"patterns\":[{\"match\":\"\\\\(|\\\\)|\\\\[|\\\\]|\\\\.|-|\\\\!|~|\\\\*|/|%|\\\\+|&|\\\\^|\\\\||<|>|=|:\",\"name\":\"keyword.operator.berry\"}]},\"strings\":{\"patterns\":[{\"begin\":\"(\\\"|')\",\"end\":\"\\\\1\",\"name\":\"string.quoted.double.berry\",\"patterns\":[{\"match\":\"(\\\\\\\\x[\\\\h]{2})|(\\\\\\\\[0-7]{3})|(\\\\\\\\\\\\\\\\)|(\\\\\\\\\\\")|(\\\\\\\\')|(\\\\\\\\a)|(\\\\\\\\b)|(\\\\\\\\f)|(\\\\\\\\n)|(\\\\\\\\r)|(\\\\\\\\t)|(\\\\\\\\v)\",\"name\":\"constant.character.escape.berry\"}]},{\"begin\":\"f(\\\"|')\",\"end\":\"\\\\1\",\"name\":\"string.quoted.other.berry\",\"patterns\":[{\"match\":\"(\\\\\\\\x[\\\\h]{2})|(\\\\\\\\[0-7]{3})|(\\\\\\\\\\\\\\\\)|(\\\\\\\\\\\")|(\\\\\\\\')|(\\\\\\\\a)|(\\\\\\\\b)|(\\\\\\\\f)|(\\\\\\\\n)|(\\\\\\\\r)|(\\\\\\\\t)|(\\\\\\\\v)\",\"name\":\"constant.character.escape.berry\"},{\"match\":\"\\\\{\\\\{[^\\\\}]*\\\\}\\\\}\",\"name\":\"string.quoted.other.berry\"},{\"begin\":\"\\\\{\",\"end\":\"\\\\}\",\"name\":\"keyword.other.unit.berry\",\"patterns\":[{\"include\":\"#keywords\"},{\"include\":\"#numbers\"},{\"include\":\"#identifier\"},{\"include\":\"#operator\"},{\"include\":\"#member\"},{\"include\":\"#function\"}]}]}]}},\"scopeName\":\"source.berry\",\"aliases\":[\"be\"]}"))
export default [
lang
]

3
node_modules/@shikijs/langs/dist/bibtex.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/bibtex.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/bicep.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/bicep.mjs generated vendored Normal file
View File

@@ -0,0 +1,5 @@
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Bicep\",\"fileTypes\":[\".bicep\"],\"name\":\"bicep\",\"patterns\":[{\"include\":\"#expression\"},{\"include\":\"#comments\"}],\"repository\":{\"array-literal\":{\"begin\":\"\\\\[(?!(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*\\\\bfor\\\\b)\",\"end\":\"]\",\"name\":\"meta.array-literal.bicep\",\"patterns\":[{\"include\":\"#expression\"},{\"include\":\"#comments\"}]},\"block-comment\":{\"begin\":\"/\\\\*\",\"end\":\"\\\\*/\",\"name\":\"comment.block.bicep\"},\"comments\":{\"patterns\":[{\"include\":\"#line-comment\"},{\"include\":\"#block-comment\"}]},\"decorator\":{\"begin\":\"@(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*(?=\\\\b[_$[:alpha:]][_$[:alnum:]]*\\\\b)\",\"end\":\"\",\"name\":\"meta.decorator.bicep\",\"patterns\":[{\"include\":\"#expression\"},{\"include\":\"#comments\"}]},\"directive\":{\"begin\":\"#\\\\b[_a-zA-Z-0-9]+\\\\b\",\"end\":\"$\",\"name\":\"meta.directive.bicep\",\"patterns\":[{\"include\":\"#directive-variable\"},{\"include\":\"#comments\"}]},\"directive-variable\":{\"match\":\"\\\\b[_a-zA-Z-0-9]+\\\\b\",\"name\":\"keyword.control.declaration.bicep\"},\"escape-character\":{\"match\":\"\\\\\\\\(u{[0-9A-Fa-f]+}|n|r|t|\\\\\\\\|'|\\\\${)\",\"name\":\"constant.character.escape.bicep\"},\"expression\":{\"patterns\":[{\"include\":\"#string-literal\"},{\"include\":\"#string-verbatim\"},{\"include\":\"#numeric-literal\"},{\"include\":\"#named-literal\"},{\"include\":\"#object-literal\"},{\"include\":\"#array-literal\"},{\"include\":\"#keyword\"},{\"include\":\"#identifier\"},{\"include\":\"#function-call\"},{\"include\":\"#decorator\"},{\"include\":\"#lambda-start\"},{\"include\":\"#directive\"}]},\"function-call\":{\"begin\":\"(\\\\b[_$[:alpha:]][_$[:alnum:]]*\\\\b)(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*\\\\(\",\"beginCaptures\":{\"1\":{\"name\":\"entity.name.function.bicep\"}},\"end\":\"\\\\)\",\"name\":\"meta.function-call.bicep\",\"patterns\":[{\"include\":\"#expression\"},{\"include\":\"#comments\"}]},\"identifier\":{\"match\":\"\\\\b[_$[:alpha:]][_$[:alnum:]]*\\\\b(?!(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*\\\\()\",\"name\":\"variable.other.readwrite.bicep\"},\"keyword\":{\"match\":\"\\\\b(metadata|targetScope|resource|module|param|var|output|for|in|if|existing|import|as|type|with|using|extends|func|assert|extension)\\\\b\",\"name\":\"keyword.control.declaration.bicep\"},\"lambda-start\":{\"begin\":\"(\\\\((?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*\\\\b[_$[:alpha:]][_$[:alnum:]]*\\\\b(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*(,(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*\\\\b[_$[:alpha:]][_$[:alnum:]]*\\\\b(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*)*\\\\)|\\\\((?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*\\\\)|(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*\\\\b[_$[:alpha:]][_$[:alnum:]]*\\\\b(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*)(?=(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*=>)\",\"beginCaptures\":{\"1\":{\"name\":\"meta.undefined.bicep\",\"patterns\":[{\"include\":\"#identifier\"},{\"include\":\"#comments\"}]}},\"end\":\"(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*=>\",\"name\":\"meta.lambda-start.bicep\"},\"line-comment\":{\"match\":\"//.*(?=$)\",\"name\":\"comment.line.double-slash.bicep\"},\"named-literal\":{\"match\":\"\\\\b(true|false|null)\\\\b\",\"name\":\"constant.language.bicep\"},\"numeric-literal\":{\"match\":\"[0-9]+\",\"name\":\"constant.numeric.bicep\"},\"object-literal\":{\"begin\":\"{\",\"end\":\"}\",\"name\":\"meta.object-literal.bicep\",\"patterns\":[{\"include\":\"#object-property-key\"},{\"include\":\"#expression\"},{\"include\":\"#comments\"}]},\"object-property-key\":{\"match\":\"\\\\b[_$[:alpha:]][_$[:alnum:]]*\\\\b(?=(?:[ \\\\t\\\\r\\\\n]|\\\\/\\\\*(?:\\\\*(?!\\\\/)|[^*])*\\\\*\\\\/)*:)\",\"name\":\"variable.other.property.bicep\"},\"string-literal\":{\"begin\":\"'(?!'')\",\"end\":\"'\",\"name\":\"string.quoted.single.bicep\",\"patterns\":[{\"include\":\"#escape-character\"},{\"include\":\"#string-literal-subst\"}]},\"string-literal-subst\":{\"begin\":\"(?<!\\\\\\\\)(\\\\${)\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.template-expression.begin.bicep\"}},\"end\":\"(})\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.template-expression.end.bicep\"}},\"name\":\"meta.string-literal-subst.bicep\",\"patterns\":[{\"include\":\"#expression\"},{\"include\":\"#comments\"}]},\"string-verbatim\":{\"begin\":\"'''\",\"end\":\"'''(?!')\",\"name\":\"string.quoted.multi.bicep\",\"patterns\":[]}},\"scopeName\":\"source.bicep\"}"))
export default [
lang
]

3
node_modules/@shikijs/langs/dist/blade.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

18
node_modules/@shikijs/langs/dist/blade.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/bsl.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

8
node_modules/@shikijs/langs/dist/bsl.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/c.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/c.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/cadence.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/cadence.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/cairo.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

8
node_modules/@shikijs/langs/dist/cairo.mjs generated vendored Normal file
View File

@@ -0,0 +1,8 @@
import python from './python.mjs'
const lang = Object.freeze(JSON.parse("{\"displayName\":\"Cairo\",\"name\":\"cairo\",\"patterns\":[{\"begin\":\"\\\\b(if).*\\\\(\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.control.if\"},\"2\":{\"name\":\"entity.name.condition\"}},\"contentName\":\"source.cairo0\",\"end\":\"\\\\}\",\"endCaptures\":{\"0\":{\"name\":\"keyword.control.end\"}},\"name\":\"meta.control.if\",\"patterns\":[{\"include\":\"source.cairo0\"}]},{\"begin\":\"\\\\b(with)\\\\s+(.+)\\\\s*\\\\{\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.control.with\"},\"2\":{\"name\":\"entity.name.identifiers\"}},\"contentName\":\"source.cairo0\",\"end\":\"\\\\}\",\"endCaptures\":{\"0\":{\"name\":\"keyword.control.end\"}},\"name\":\"meta.control.with\",\"patterns\":[{\"include\":\"source.cairo0\"}]},{\"begin\":\"\\\\b(with_attr)\\\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\\\s*[({]\",\"beginCaptures\":{\"1\":{\"name\":\"keyword.control.with_attr\"},\"2\":{\"name\":\"entity.name.function\"}},\"contentName\":\"source.cairo0\",\"end\":\"\\\\}\",\"endCaptures\":{\"0\":{\"name\":\"keyword.control.end\"}},\"name\":\"meta.control.with_attr\",\"patterns\":[{\"include\":\"source.cairo0\"}]},{\"match\":\"\\\\belse\\\\b\",\"name\":\"keyword.control.else\"},{\"match\":\"\\\\b(call|jmp|ret|abs|rel|if)\\\\b\",\"name\":\"keyword.other.opcode\"},{\"match\":\"\\\\b(ap|fp)\\\\b\",\"name\":\"keyword.other.register\"},{\"match\":\"\\\\b(const|let|local|tempvar|felt|as|from|import|static_assert|return|assert|cast|alloc_locals|with|with_attr|nondet|dw|codeoffset|new|using|and)\\\\b\",\"name\":\"keyword.other.meta\"},{\"match\":\"\\\\b(SIZEOF_LOCALS|SIZE)\\\\b\",\"name\":\"markup.italic\"},{\"match\":\"//[^\\n]*\\n\",\"name\":\"comment.line.sharp\"},{\"match\":\"\\\\b[a-zA-Z_][a-zA-Z0-9_]*:\\\\s*$\",\"name\":\"entity.name.function\"},{\"begin\":\"\\\\b(func)\\\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\\\s*[({]\",\"beginCaptures\":{\"1\":{\"name\":\"storage.type.function.cairo\"},\"2\":{\"name\":\"entity.name.function\"}},\"contentName\":\"source.cairo0\",\"end\":\"\\\\}\",\"endCaptures\":{\"0\":{\"name\":\"storage.type.function.cairo\"}},\"name\":\"meta.function.cairo\",\"patterns\":[{\"include\":\"source.cairo0\"}]},{\"begin\":\"\\\\b(struct|namespace)\\\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\\\s*\\\\{\",\"beginCaptures\":{\"1\":{\"name\":\"storage.type.function.cairo\"},\"2\":{\"name\":\"entity.name.function\"}},\"contentName\":\"source.cairo0\",\"end\":\"\\\\}\",\"endCaptures\":{\"0\":{\"name\":\"storage.type.function.cairo\"}},\"name\":\"meta.function.cairo\",\"patterns\":[{\"include\":\"source.cairo0\"}]},{\"match\":\"\\\\b[+-]?[0-9]+\\\\b\",\"name\":\"constant.numeric.decimal\"},{\"match\":\"\\\\b[+-]?0x[0-9a-fA-F]+\\\\b\",\"name\":\"constant.numeric.hexadecimal\"},{\"match\":\"'[^']*'\",\"name\":\"string.quoted.single\"},{\"match\":\"\\\"[^\\\"]*\\\"\",\"name\":\"string.quoted.double\"},{\"begin\":\"%{\",\"beginCaptures\":{\"0\":{\"name\":\"punctuation.section.embedded.begin.python\"}},\"contentName\":\"source.python\",\"end\":\"%}\",\"endCaptures\":{\"0\":{\"name\":\"punctuation.section.embedded.end.python\"},\"1\":{\"name\":\"source.python\"}},\"name\":\"meta.embedded.block.python\",\"patterns\":[{\"include\":\"source.python\"}]}],\"scopeName\":\"source.cairo0\",\"embeddedLangs\":[\"python\"]}"))
export default [
...python,
lang
]

3
node_modules/@shikijs/langs/dist/cdc.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/cdc.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias cdc for cadence */
export { default } from './cadence.mjs'

3
node_modules/@shikijs/langs/dist/clarity.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/clarity.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/clj.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/clj.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias clj for clojure */
export { default } from './clojure.mjs'

3
node_modules/@shikijs/langs/dist/clojure.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/clojure.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

View File

@@ -0,0 +1,2 @@
/* Alias closure-templates for soy */
export { default } from './soy.mjs'

3
node_modules/@shikijs/langs/dist/cmake.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/cmake.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/cmd.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/cmd.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias cmd for vb */
export { default } from './vb.mjs'

3
node_modules/@shikijs/langs/dist/cobol.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

10
node_modules/@shikijs/langs/dist/cobol.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/codeowners.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/codeowners.mjs generated vendored Normal file
View File

@@ -0,0 +1,5 @@
const lang = Object.freeze(JSON.parse("{\"displayName\":\"CODEOWNERS\",\"name\":\"codeowners\",\"patterns\":[{\"include\":\"#comment\"},{\"include\":\"#pattern\"},{\"include\":\"#owner\"}],\"repository\":{\"comment\":{\"patterns\":[{\"begin\":\"^\\\\s*#\",\"captures\":{\"0\":{\"name\":\"punctuation.definition.comment.codeowners\"}},\"end\":\"$\",\"name\":\"comment.line.codeowners\"}]},\"owner\":{\"match\":\"\\\\S*@\\\\S+\",\"name\":\"storage.type.function.codeowners\"},\"pattern\":{\"match\":\"^\\\\s*(\\\\S+)\",\"name\":\"variable.other.codeowners\"}},\"scopeName\":\"text.codeowners\"}"))
export default [
lang
]

3
node_modules/@shikijs/langs/dist/codeql.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

5
node_modules/@shikijs/langs/dist/codeql.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/coffee.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

8
node_modules/@shikijs/langs/dist/coffee.mjs generated vendored Normal file

File diff suppressed because one or more lines are too long

3
node_modules/@shikijs/langs/dist/coffeescript.d.mts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import type { LanguageRegistration } from '@shikijs/types'
const langs: LanguageRegistration []
export default langs

2
node_modules/@shikijs/langs/dist/coffeescript.mjs generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/* Alias coffeescript for coffee */
export { default } from './coffee.mjs'

Some files were not shown because too many files have changed in this diff Show More