You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "applescript",
3
3
"displayName": "AppleScript",
4
4
"description": "Language syntax, snippets and build system for AppleScript and JavaScript for Automation",
5
-
"version": "0.24.3",
5
+
"version": "0.25.0",
6
6
"publisher": "idleberg",
7
7
"license": "MIT",
8
8
"author": {
@@ -134,38 +134,38 @@
134
134
},
135
135
"applescript.scpt.theme": {
136
136
"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
+
],
169
169
"default": "(none)",
170
170
"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.",
0 commit comments