-
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
Autoloader: Added support for aliases #1829
Autoloader: Added support for aliases #1829
Conversation
Can you expose lang_aliases to enable custom aliases? |
Before thinking about custom aliases, are 'normal' aliases not enough? |
I want to define the |
If there are any other aliases you want, feel free to request them, I'll add them. If you want to add them yourself:
|
I see, could you add |
I'll make a new PR (#1831). |
Thanks! |
We'll also want to update the gulp annotations PR, which may be worth revisiting now. |
I closed #1535 because I want to get rid of partly generate files in the end. |
This PR adds alias support to the Autoloader plugin.
The bug that the dependencies of forced-loaded languages in
data-dependencies
were not loaded is also fixed.I.e.
<code class="language-pug" data-dependencies="less!">
the dependencies ofless
were not loaded.This resolves #1827.