Add attribution

This commit is contained in:
Paul Gauthier 2025-02-07 10:51:00 -08:00
parent d750dbc703
commit cb7cb8e527

View file

@ -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")