Skip to content

Commit d5df15a

Browse files
artifacts
1 parent 6934369 commit d5df15a

File tree

3 files changed

+183
-30
lines changed

3 files changed

+183
-30
lines changed

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

Lines changed: 61 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17142,7 +17142,19 @@ var require_yaml_intelligence_resources = __commonJS({
1714217142
"beamer"
1714317143
]
1714417144
},
17145-
description: "The Beamer color theme for this presentation."
17145+
description: "The Beamer color theme for this presentation, passed to `\\usecolortheme`."
17146+
},
17147+
{
17148+
name: "colorthemeoptions",
17149+
schema: {
17150+
maybeArrayOf: "string"
17151+
},
17152+
tags: {
17153+
formats: [
17154+
"beamer"
17155+
]
17156+
},
17157+
description: "The Beamer color theme options for this presentation, passed to `\\usecolortheme`."
1714617158
},
1714717159
{
1714817160
name: "fonttheme",
@@ -17152,7 +17164,19 @@ var require_yaml_intelligence_resources = __commonJS({
1715217164
"beamer"
1715317165
]
1715417166
},
17155-
description: "The Beamer font theme for this presentation."
17167+
description: "The Beamer font theme for this presentation, passed to `\\usefonttheme`."
17168+
},
17169+
{
17170+
name: "fontthemeoptions",
17171+
schema: {
17172+
maybeArrayOf: "string"
17173+
},
17174+
tags: {
17175+
formats: [
17176+
"beamer"
17177+
]
17178+
},
17179+
description: "The Beamer font theme options for this presentation, passed to `\\usefonttheme`."
1715617180
},
1715717181
{
1715817182
name: "innertheme",
@@ -17162,7 +17186,19 @@ var require_yaml_intelligence_resources = __commonJS({
1716217186
"beamer"
1716317187
]
1716417188
},
17165-
description: "The Beamer inner theme for this presentation."
17189+
description: "The Beamer inner theme for this presentation, passed to `\\useinnertheme`."
17190+
},
17191+
{
17192+
name: "innerthemeoptions",
17193+
schema: {
17194+
maybeArrayOf: "string"
17195+
},
17196+
tags: {
17197+
formats: [
17198+
"beamer"
17199+
]
17200+
},
17201+
description: "The Beamer inner theme options for this presentation, passed to `\\useinnertheme`."
1716617202
},
1716717203
{
1716817204
name: "outertheme",
@@ -17172,7 +17208,19 @@ var require_yaml_intelligence_resources = __commonJS({
1717217208
"beamer"
1717317209
]
1717417210
},
17175-
description: "The Beamer outer theme for this presentation."
17211+
description: "The Beamer outer theme for this presentation, passed to `\\useoutertheme`."
17212+
},
17213+
{
17214+
name: "outerthemeoptions",
17215+
schema: {
17216+
maybeArrayOf: "string"
17217+
},
17218+
tags: {
17219+
formats: [
17220+
"beamer"
17221+
]
17222+
},
17223+
description: "The Beamer outer theme options for this presentation, passed to `\\useoutertheme`."
1717617224
},
1717717225
{
1717817226
name: "themeoptions",
@@ -17184,7 +17232,7 @@ var require_yaml_intelligence_resources = __commonJS({
1718417232
"beamer"
1718517233
]
1718617234
},
17187-
description: "Options passed to LaTeX Beamer themes."
17235+
description: "Options passed to LaTeX Beamer themes inside `\\usetheme`."
1718817236
},
1718917237
{
1719017238
name: "section",
@@ -22964,7 +23012,6 @@ var require_yaml_intelligence_resources = __commonJS({
2296423012
"The light theme name, theme scss file, or a mix of both.",
2296523013
"The dark theme name, theme scss file, or a mix of both.",
2296623014
"The dark theme name, theme scss file, or a mix of both.",
22967-
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>",
2296823015
"Classes to apply to the body of the document.",
2296923016
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
2297023017
"Enables inclusion of Pandoc default CSS for this document.",
@@ -24069,7 +24116,11 @@ var require_yaml_intelligence_resources = __commonJS({
2406924116
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2407024117
"Manuscript configuration",
2407124118
"internal-schema-hack",
24072-
"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."
24119+
"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.",
24120+
"The Beamer color theme options for this presentation, passed to\n<code>\\usecolortheme</code>.",
24121+
"The Beamer font theme options for this presentation, passed to\n<code>\\usefonttheme</code>.",
24122+
"The Beamer inner theme options for this presentation, passed to\n<code>\\useinnertheme</code>.",
24123+
"The Beamer outer theme options for this presentation, passed to\n<code>\\useoutertheme</code>."
2407324124
],
2407424125
"schema/external-schemas.yml": [
2407524126
{
@@ -24298,12 +24349,12 @@ var require_yaml_intelligence_resources = __commonJS({
2429824349
mermaid: "%%"
2429924350
},
2430024351
"handlers/mermaid/schema.yml": {
24301-
_internalId: 195e3,
24352+
_internalId: 194592,
2430224353
type: "object",
2430324354
description: "be an object",
2430424355
properties: {
2430524356
"mermaid-format": {
24306-
_internalId: 194992,
24357+
_internalId: 194584,
2430724358
type: "enum",
2430824359
enum: [
2430924360
"png",
@@ -24319,7 +24370,7 @@ var require_yaml_intelligence_resources = __commonJS({
2431924370
exhaustiveCompletions: true
2432024371
},
2432124372
theme: {
24322-
_internalId: 194999,
24373+
_internalId: 194591,
2432324374
type: "anyOf",
2432424375
anyOf: [
2432524376
{

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

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

0 commit comments

Comments
 (0)