-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change zeit to vercel, add vercel config files #818
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6780,11 +6780,13 @@ fileIcons: | |
[".ztl", "auto-red", alias: "ZBrush tool"] | ||
] | ||
|
||
Zeit: | ||
icon: "zeit" | ||
Vercel: | ||
icon: "vercel" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should keep an alias for the old name: Vercel:
icon: "zeit"
+ alias: "Zeit" In addition, see my comment below (on |
||
match: [ | ||
[/^now\.json$/i, "auto-grey", priority: 2, uses: "JSON"] | ||
[".nowignore", "auto-maroon", uses: "Ignore List"] | ||
[/^vercel\.json$/i, "auto-grey", priority: 2, uses: "JSON"] | ||
[".vercelignore", "auto-maroon", uses: "Ignore List"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Might be better to merge these into the existing entries: match: [
[/^(vercel|now)\.json$/i, "auto-grey", priority: 2, uses: "JSON"]
[/^\.(vercel|now)ignore$/i, "auto-maroon", uses: "Ignore List"]
] |
||
] | ||
|
||
ZenScript: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -924,7 +924,7 @@ | |
.yorick-icon:before { .fi; content: "\1f480";top: 2px; } | ||
.yui-icon:before { .fi; content: "\ea00"; top: 2px; } | ||
.zbrush-icon:before { .fi; content: "\e9f2"; top: 2px; font-size: 16px; } | ||
.zeit-icon:before { .fi; content: "\25B2"; top: 2px; } | ||
.vercel-icon:before { .fi; content: "\25B2"; top: 2px; } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Users who've modified the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for quick response! Totally makes sense, fixed it 🙂 |
||
.zephir-icon:before { .fi; content: "\e9c7"; top: 2px; .thicken; } | ||
.zig-icon:before { .fi; content: "z"; top: 3px; font-size: 16px; } | ||
.zimpl-icon:before { .fi; content: "\e9c8"; top: 2px; font-size: 16px; left: 1px; } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We keep this list sorted alphabetically, so the
Vercel
entry needs to come beforeVerilog
.