Skip to content

Commit 2ab92db

Browse files
committed
second pass building schema
1 parent e272bc3 commit 2ab92db

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

src/resources/editor/tools/vs-code.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24724,6 +24724,10 @@ var require_yaml_intelligence_resources = __commonJS({
2472424724
short: "Visual style for theorem environments in Typst output.",
2472524725
long: "Controls how theorems, lemmas, definitions, etc. are rendered: -\n<code>simple</code>: Plain text with bold title and italic body\n(default) - <code>fancy</code>: Colored boxes using brand colors -\n<code>clouds</code>: Rounded colored background boxes -\n<code>rainbow</code>: Colored left border with colored title"
2472624726
},
24727+
{
24728+
short: "Email format version",
24729+
long: "Specifies which email format version to use."
24730+
},
2472724731
"Project configuration.",
2472824732
"Project type (<code>default</code>, <code>website</code>,\n<code>book</code>, or <code>manuscript</code>)",
2472924733
"Files to render (defaults to all files)",
@@ -25075,11 +25079,7 @@ var require_yaml_intelligence_resources = __commonJS({
2507525079
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2507625080
"Manuscript configuration",
2507725081
"internal-schema-hack",
25078-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
25079-
{
25080-
short: "Email format version",
25081-
long: "Specifies which email format version to use."
25082-
}
25082+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
2508325083
],
2508425084
"schema/external-schemas.yml": [
2508525085
{
@@ -25309,12 +25309,12 @@ var require_yaml_intelligence_resources = __commonJS({
2530925309
mermaid: "%%"
2531025310
},
2531125311
"handlers/mermaid/schema.yml": {
25312-
_internalId: 221792,
25312+
_internalId: 222034,
2531325313
type: "object",
2531425314
description: "be an object",
2531525315
properties: {
2531625316
"mermaid-format": {
25317-
_internalId: 221784,
25317+
_internalId: 222026,
2531825318
type: "enum",
2531925319
enum: [
2532025320
"png",
@@ -25330,7 +25330,7 @@ var require_yaml_intelligence_resources = __commonJS({
2533025330
exhaustiveCompletions: true
2533125331
},
2533225332
theme: {
25333-
_internalId: 221791,
25333+
_internalId: 222033,
2533425334
type: "anyOf",
2533525335
anyOf: [
2533625336
{

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17696,6 +17696,10 @@
1769617696
"short": "Visual style for theorem environments in Typst output.",
1769717697
"long": "Controls how theorems, lemmas, definitions, etc. are rendered: -\n<code>simple</code>: Plain text with bold title and italic body\n(default) - <code>fancy</code>: Colored boxes using brand colors -\n<code>clouds</code>: Rounded colored background boxes -\n<code>rainbow</code>: Colored left border with colored title"
1769817698
},
17699+
{
17700+
"short": "Email format version",
17701+
"long": "Specifies which email format version to use."
17702+
},
1769917703
"Project configuration.",
1770017704
"Project type (<code>default</code>, <code>website</code>,\n<code>book</code>, or <code>manuscript</code>)",
1770117705
"Files to render (defaults to all files)",
@@ -18047,11 +18051,7 @@
1804718051
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1804818052
"Manuscript configuration",
1804918053
"internal-schema-hack",
18050-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
18051-
{
18052-
"short": "Email format version",
18053-
"long": "Specifies which email format version to use."
18054-
}
18054+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
1805518055
],
1805618056
"schema/external-schemas.yml": [
1805718057
{
@@ -18281,12 +18281,12 @@
1828118281
"mermaid": "%%"
1828218282
},
1828318283
"handlers/mermaid/schema.yml": {
18284-
"_internalId": 221792,
18284+
"_internalId": 222034,
1828518285
"type": "object",
1828618286
"description": "be an object",
1828718287
"properties": {
1828818288
"mermaid-format": {
18289-
"_internalId": 221784,
18289+
"_internalId": 222026,
1829018290
"type": "enum",
1829118291
"enum": [
1829218292
"png",
@@ -18302,7 +18302,7 @@
1830218302
"exhaustiveCompletions": true
1830318303
},
1830418304
"theme": {
18305-
"_internalId": 221791,
18305+
"_internalId": 222033,
1830618306
"type": "anyOf",
1830718307
"anyOf": [
1830818308
{

0 commit comments

Comments
 (0)