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

Hashicorp Config Language (HCL) support #153

Closed
mike-sol opened this issue Jul 19, 2021 · 3 comments · Fixed by #168 or #170
Closed

Hashicorp Config Language (HCL) support #153

mike-sol opened this issue Jul 19, 2021 · 3 comments · Fixed by #168 or #170
Labels
enhancement New feature or request

Comments

@mike-sol
Copy link

This project is super useful and I am trying to work it into my workflow.

I live in HCL, the language of Terraform, a lot of the time, and it would be awesome to be able to compare HCL changes with this AST-aware method.

I'm aware the tree-sitter project does not presently support HCL. Should I push an issue up there, and link it here, or something like that?

@mike-sol mike-sol added the enhancement New feature or request label Jul 19, 2021
@afnanenayet
Copy link
Owner

Yeah I think that's the move - diffsitter fully relies on tree-sitter to generate ASTs

@mike-sol
Copy link
Author

In that issue @maxbrunsfeld pointed out the existence of https://github.com/mitchellh/tree-sitter-hcl
Is that something that could be rolled in here?

@afnanenayet
Copy link
Owner

Yep! Seems like a standard tree-sitter grammar

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

Successfully merging a pull request may close this issue.

2 participants