mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Add attribution
This commit is contained in:
parent
d750dbc703
commit
cb7cb8e527
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
;; Based on https://github.com/tree-sitter-grammars/tree-sitter-hcl/blob/main/make_grammar.js
|
||||
;; Which has Apache 2.0 License
|
||||
;; tags.scm for Terraform (tree-sitter-hcl)
|
||||
|
||||
; === Definitions: Terraform Blocks ===
|
||||
|
@ -72,4 +74,4 @@
|
|||
(#not-eq? @resource_type "module")
|
||||
(#not-eq? @resource_type "data")
|
||||
(#not-eq? @resource_type "provider")
|
||||
(#not-eq? @resource_type "output")
|
||||
(#not-eq? @resource_type "output")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue