-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Modify env language to extend bash #5720
Modify env language to extend bash #5720
Conversation
(Sorry, I posted my comment on the wrong PR) |
What about |
Both of these should be under the same filetype. We could use the bash grammar for all env types and drop the |
I'm not very familiar with this code -- after reading https://docs.helix-editor.com/master/languages.html I'm still not quite sure what changes you're suggesting. If I delete this line and add |
You can remove this block Lines 2016 to 2018 in 482cc22
and add a line |
Additionally, add `.envrc` to the `env`-supported file types.
f7ab450
to
3e670ec
Compare
Thanks for the assist @the-mikedavis 🤠 I followed your instructions and moved |
This LGTM, I think the testsuite failure is just a GA problem and unrelated to the actual PR. I can't rerun workflows but I am pretty sure that a rerunning CI would fix the pipeline |
Additionally, add
.envrc
to theenv
-supported file types.