@eht16 commented on this pull request.
> @@ -0,0 +1,40 @@ +# For complete documentation of this file, please see Geany's main documentation +[styling=C] +# style "preprocessor" as comment, as for HCL lines starting with "#" are comments +preprocessor=comment + +[keywords] +# all items must be in one line +primary=data local locals module provider resource terraform var Also `local` and `var` seem not official block names, I've never seen them and https://developer.hashicorp.com/terraform/language/syntax/json#nested-block-mapping, the best reference I could find, doesn't list them as well. So I added the missing ones and removed the extra ones. Thanks. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4246#discussion_r1966612484 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4246/review/[email protected]>
