-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support configuration aliases #618
Comments
Something like adding the following to the config? {
"language_aliases": {
"shell": ["bash", "shell", "console", "sh"]
}
} |
Yes, also you have something equivalent here mdsf/tools/shellcheck/plugin.json Line 13 in 63192bb
I mean, you don't support the one that are available via linguist I mean some are classic code block identifier, and I'm not talking only about shell/bash https://github.com/search?q=language:markdown%20%22```javascript%22&type=code So yes aliases might help, but your code (in the plugin.json files) could/should consider some of them by default. Maybe I'm simply wrong, and I don't get what the |
Aaah, I think we are talking about two different things 😅 I thought you were asking for a way to create aliases for code block languages when defining your The |
Thanks for confirming
I'm sorry if I brought confusion by talking about languages node in
It's exacly what I was talking about. I would like to get this implemented |
Alright, I like the idea 🚀 |
I would like to be able to comfugue something like this
Language:
bash: shfmt
shell: shfmt
console: shfmt
sh: shfmt
This is pseudo code, but my problem is that I have to write the same line again and again.
I would appreciate to have aliases and if possible have them preconfigured
The text was updated successfully, but these errors were encountered: