Skip to content

Commit 79e0002

Browse files
committed
0.25.0
1 parent cf32809 commit 79e0002

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "applescript",
33
"displayName": "AppleScript",
44
"description": "Language syntax, snippets and build system for AppleScript and JavaScript for Automation",
5-
"version": "0.24.3",
5+
"version": "0.25.0",
66
"publisher": "idleberg",
77
"license": "MIT",
88
"author": {
@@ -134,38 +134,38 @@
134134
},
135135
"applescript.scpt.theme": {
136136
"type": "string",
137-
"enum": [
138-
"(none)",
139-
"css-variables",
140-
"dark-plus",
141-
"dracula-soft",
142-
"dracula",
143-
"github-dark-dimmed",
144-
"github-dark",
145-
"github-light",
146-
"hc_light",
147-
"light-plus",
148-
"material-theme-darker",
149-
"material-theme-lighter",
150-
"material-theme-ocean",
151-
"material-theme-palenight",
152-
"material-theme",
153-
"min-dark",
154-
"min-light",
155-
"monokai",
156-
"nord",
157-
"one-dark-pro",
158-
"poimandres",
159-
"rose-pine-dawn",
160-
"rose-pine-moon",
161-
"rose-pine",
162-
"slack-dark",
163-
"slack-ochin",
164-
"solarized-dark",
165-
"solarized-light",
166-
"vitesse-dark",
167-
"vitesse-light"
168-
],
137+
"enum": [
138+
"(none)",
139+
"css-variables",
140+
"dark-plus",
141+
"dracula-soft",
142+
"dracula",
143+
"github-dark-dimmed",
144+
"github-dark",
145+
"github-light",
146+
"hc_light",
147+
"light-plus",
148+
"material-theme-darker",
149+
"material-theme-lighter",
150+
"material-theme-ocean",
151+
"material-theme-palenight",
152+
"material-theme",
153+
"min-dark",
154+
"min-light",
155+
"monokai",
156+
"nord",
157+
"one-dark-pro",
158+
"poimandres",
159+
"rose-pine-dawn",
160+
"rose-pine-moon",
161+
"rose-pine",
162+
"slack-dark",
163+
"slack-ochin",
164+
"solarized-dark",
165+
"solarized-light",
166+
"vitesse-dark",
167+
"vitesse-light"
168+
],
169169
"default": "(none)",
170170
"markdownDescription": "You can specify a syntax theme for binary AppleScript files, which are displayed in a custom web-view. Changes apply after re-opening the file or editor.",
171171
"order": 12

0 commit comments

Comments
 (0)