Skip to content

Commit 3037271

Browse files
artifacts
1 parent 0bc5720 commit 3037271

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16116,10 +16116,11 @@ var require_yaml_intelligence_resources = __commonJS({
1611616116
default: "light",
1611716117
tags: {
1611816118
formats: [
16119-
"typst"
16119+
"typst",
16120+
"revealjs"
1612016121
]
1612116122
},
16122-
description: "The brand mode to use for rendering the Typst document, `light` or `dark`.\n"
16123+
description: "The brand mode to use for rendering the document, `light` or `dark`.\n"
1612316124
},
1612416125
{
1612516126
name: "layout",
@@ -18319,7 +18320,7 @@ var require_yaml_intelligence_resources = __commonJS({
1831918320
]
1832018321
},
1832118322
schema: {
18322-
ref: "logo-specifier"
18323+
ref: "logo-light-dark-specifier"
1832318324
},
1832418325
description: "Logo image (placed in bottom right corner of slides)"
1832518326
},
@@ -24960,7 +24961,7 @@ var require_yaml_intelligence_resources = __commonJS({
2496024961
{
2496124962
name: "logo",
2496224963
schema: {
24963-
ref: "logo-specifier-path-optional"
24964+
ref: "logo-light-dark-specifier"
2496424965
},
2496524966
tags: {
2496624967
formats: [

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: 5 additions & 4 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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9088,10 +9088,11 @@
90889088
"default": "light",
90899089
"tags": {
90909090
"formats": [
9091-
"typst"
9091+
"typst",
9092+
"revealjs"
90929093
]
90939094
},
9094-
"description": "The brand mode to use for rendering the Typst document, `light` or `dark`.\n"
9095+
"description": "The brand mode to use for rendering the document, `light` or `dark`.\n"
90959096
},
90969097
{
90979098
"name": "layout",
@@ -11291,7 +11292,7 @@
1129111292
]
1129211293
},
1129311294
"schema": {
11294-
"ref": "logo-specifier"
11295+
"ref": "logo-light-dark-specifier"
1129511296
},
1129611297
"description": "Logo image (placed in bottom right corner of slides)"
1129711298
},
@@ -17932,7 +17933,7 @@
1793217933
{
1793317934
"name": "logo",
1793417935
"schema": {
17935-
"ref": "logo-specifier-path-optional"
17936+
"ref": "logo-light-dark-specifier"
1793617937
},
1793717938
"tags": {
1793817939
"formats": [

0 commit comments

Comments
 (0)