We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc54e0f commit c27c163Copy full SHA for c27c163
build/lib/electron.js
@@ -152,6 +152,7 @@ exports.config = {
152
'F# script': ['fsx', 'fsscript'],
153
'SVG document': ['svg', 'svgz'],
154
'TOML document': 'toml',
155
+ 'Swift source code': 'swift',
156
}, 'default'),
157
// Default icon with default name
158
darwinBundleDocumentType([
build/lib/electron.ts
@@ -167,6 +167,7 @@ export const config = {
167
168
169
170
171
172
173
0 commit comments