| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-08 | remove accidental text | Roberto Pommella Alegro | |
| 2022-07-08 | Add heredoc language injection for HCL | Roberto Pommella Alegro | |
| Add a heredoc language injection similar to Ruby for HCL. This allows terraform resources like this to be properly highlighted ```hcl resource "aws_iam_role" "sample" { name = "sample" assume_role_policy = <<JSON { "Version": "2012-10-17", "Statement": [ { "Action": "sts:AssumeRole", "Principal": { "AWS": "*" }, "Effect": "Allow", "Sid": "" } ] } JSON } ``` | |||
| 2022-04-25 | indent(hcl): fix function calls | Michael Hoffmann | |
| 2022-04-24 | indents(hcl): fix indentation queries | Michael Hoffmann | |
| This commit adds tests for hcl indentation and fixes various bugs | |||
| 2021-09-20 | update hcl parser, update queries | mhoffm | |
| 2021-09-16 | indents(hcl): add more indentation rules for HCL | Matthew Wynn | |
| 2021-09-14 | Address highlight comments about cwd, path, module | Ronnie Magatti | |
| 2021-09-14 | Better differentiate 'keywords' | Ronnie Magatti | |
| 2021-07-22 | added very basic HCL indentation support | Mark Ellis | |
| 2021-07-03 | fold HCL objects (#1479) | David Hotham | |
| 2021-07-02 | highlight template interpolation enclosures as punctuation.bracket; cleanup | mhoffm | |
| 2021-07-02 | update lockfile to point to v0.4.0; update highlight queries | mhoffm | |
| 2021-07-02 | Update queries/hcl/highlights.scm | Michael Hoffmann | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-07-02 | work on queries; fix macos build | mhoffm | |
| 2021-07-02 | work on queries | mhoffm | |
| 2021-07-02 | add basic injections | mhoffm | |
| 2021-07-02 | fix highlights.scm | mhoffm | |
| 2021-07-02 | improve queries | mhoffm | |
| 2021-07-02 | improve queries | mhoffm | |
| 2021-07-02 | add hcl parser | mhoffm | |
