Skip to content

Commit cd16881

Browse files
artifacts
1 parent 15e0584 commit cd16881

File tree

4 files changed

+64
-37
lines changed

4 files changed

+64
-37
lines changed

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

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18288,16 +18288,10 @@ var require_yaml_intelligence_resources = __commonJS({
1828818288
name: "logo",
1828918289
tags: {
1829018290
formats: [
18291-
"revealjs",
18292-
"typst"
18293-
]
18294-
},
18295-
schema: {
18296-
anyOf: [
18297-
"string",
18298-
"object"
18291+
"revealjs"
1829918292
]
1830018293
},
18294+
schema: "string",
1830118295
description: "Logo image (placed in bottom right corner of slides)"
1830218296
},
1830318297
{
@@ -24614,7 +24608,8 @@ var require_yaml_intelligence_resources = __commonJS({
2461424608
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2461524609
"Manuscript configuration",
2461624610
"internal-schema-hack",
24617-
"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."
24611+
"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.",
24612+
"The logo image."
2461824613
],
2461924614
"schema/external-schemas.yml": [
2462024615
{
@@ -24843,12 +24838,12 @@ var require_yaml_intelligence_resources = __commonJS({
2484324838
mermaid: "%%"
2484424839
},
2484524840
"handlers/mermaid/schema.yml": {
24846-
_internalId: 197491,
24841+
_internalId: 197489,
2484724842
type: "object",
2484824843
description: "be an object",
2484924844
properties: {
2485024845
"mermaid-format": {
24851-
_internalId: 197483,
24846+
_internalId: 197481,
2485224847
type: "enum",
2485324848
enum: [
2485424849
"png",
@@ -24864,7 +24859,7 @@ var require_yaml_intelligence_resources = __commonJS({
2486424859
exhaustiveCompletions: true
2486524860
},
2486624861
theme: {
24867-
_internalId: 197490,
24862+
_internalId: 197488,
2486824863
type: "anyOf",
2486924864
anyOf: [
2487024865
{
@@ -24929,6 +24924,20 @@ var require_yaml_intelligence_resources = __commonJS({
2492924924
},
2493024925
description: "When defined, run axe-core accessibility tests on the document."
2493124926
}
24927+
],
24928+
"schema/document-typst.yml": [
24929+
{
24930+
name: "logo",
24931+
schema: {
24932+
ref: "logo-specifier-path-optional"
24933+
},
24934+
tags: {
24935+
formats: [
24936+
"typst"
24937+
]
24938+
},
24939+
description: "The logo image."
24940+
}
2493224941
]
2493324942
};
2493424943
}

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: 21 additions & 12 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: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11260,16 +11260,10 @@
1126011260
"name": "logo",
1126111261
"tags": {
1126211262
"formats": [
11263-
"revealjs",
11264-
"typst"
11265-
]
11266-
},
11267-
"schema": {
11268-
"anyOf": [
11269-
"string",
11270-
"object"
11263+
"revealjs"
1127111264
]
1127211265
},
11266+
"schema": "string",
1127311267
"description": "Logo image (placed in bottom right corner of slides)"
1127411268
},
1127511269
{
@@ -17586,7 +17580,8 @@
1758617580
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
1758717581
"Manuscript configuration",
1758817582
"internal-schema-hack",
17589-
"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’."
17583+
"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’.",
17584+
"The logo image."
1759017585
],
1759117586
"schema/external-schemas.yml": [
1759217587
{
@@ -17815,12 +17810,12 @@
1781517810
"mermaid": "%%"
1781617811
},
1781717812
"handlers/mermaid/schema.yml": {
17818-
"_internalId": 197491,
17813+
"_internalId": 197489,
1781917814
"type": "object",
1782017815
"description": "be an object",
1782117816
"properties": {
1782217817
"mermaid-format": {
17823-
"_internalId": 197483,
17818+
"_internalId": 197481,
1782417819
"type": "enum",
1782517820
"enum": [
1782617821
"png",
@@ -17836,7 +17831,7 @@
1783617831
"exhaustiveCompletions": true
1783717832
},
1783817833
"theme": {
17839-
"_internalId": 197490,
17834+
"_internalId": 197488,
1784017835
"type": "anyOf",
1784117836
"anyOf": [
1784217837
{
@@ -17901,5 +17896,19 @@
1790117896
},
1790217897
"description": "When defined, run axe-core accessibility tests on the document."
1790317898
}
17899+
],
17900+
"schema/document-typst.yml": [
17901+
{
17902+
"name": "logo",
17903+
"schema": {
17904+
"ref": "logo-specifier-path-optional"
17905+
},
17906+
"tags": {
17907+
"formats": [
17908+
"typst"
17909+
]
17910+
},
17911+
"description": "The logo image."
17912+
}
1790417913
]
1790517914
}

0 commit comments

Comments
 (0)