Skip to content
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

Treat 'Vagrantfile' files as Ruby code #7112

Merged
merged 1 commit into from
May 26, 2023

Commits on May 22, 2023

  1. Treat 'Vagrantfile' files as Ruby code

    `Vagrantfile`s are configuration files for the [vagrant](https://www.vagrantup.com/) tool, and they are written in Ruby. Even as vagrant [is ported to Go](https://www.hashicorp.com/blog/toward-vagrant-3-0), `Vagrantfile`s [will be written in Ruby](https://developer.hashicorp.com/vagrant/docs/experimental/vagrant_go)
    
    When a Vangrantfile is created, it starts with these lines:
    
    ```
    ```
    
    But since Helix (quite reasonably) doesn't change editor behavior based on file contents, adding this to `languages.toml` seems like a reasonable way to get this functionality.
    bcspragu committed May 22, 2023
    Configuration menu
    Copy the full SHA
    483aa15 View commit details
    Browse the repository at this point in the history