-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add new aliases #2390
Add new aliases #2390
Conversation
* atom and rss for markup * webmanifest for json
Reorder aliases in components.json to match those in prism-markup.js
Thank you for making this PR @valtlai! Could you please clarify what "Atom" is? I only know this Atom and this atom.
Most language ids are just the name of the language in all-lowercase, so Show Language will try to guess the title by capitalizing the id. If that guess is correct, then the id-title pair won't be stored in Also, don't worry. If any aliases/ids collide, the tests won't pass. |
Hi, @RunDevelopment!
It’s Atom feed, like RSS but less known.
Oh, that’s clever! |
Thanks for the clarification. One last thing before we merge this: Could you please revert the reordering? The ordering in |
Thank you for contributing @valtlai! |
This adds the `rss` and `atom` alias for Markup and the `webmanifest` alias for JSON.
Adds aliases:
atom
andrss
formarkup
webmanifest
forjson
(see Web App Manifest).