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

Add option to ignore .tf files #11

Open
eduardohki opened this issue Aug 23, 2019 · 1 comment
Open

Add option to ignore .tf files #11

eduardohki opened this issue Aug 23, 2019 · 1 comment

Comments

@eduardohki
Copy link

Hello!

First, thanks for your Atom Package! It's really nice :)

I'm using your extension for terragrunt.hcl files (a Terraform wrapper), alongside Terraform itself. The problem is that your plugin takes over the .tf files as well, in which I use the plugin language-terraform for appropriate support.

Is there a way of adding an option to ignore .tf files?

Thanks!

@henare
Copy link

henare commented Oct 6, 2021

Me too 🙂 To work around this you can customise your language recognition by adding this to your configuration file:

"*":
  core:
    customFileTypes:
      "source.terraform": [
        "tf"
      ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants