Skip to content

Commit

Permalink
Add support for Terraform and HCL
Browse files Browse the repository at this point in the history
  • Loading branch information
md-magenta committed Jun 5, 2023
1 parent 19a9099 commit 5a71153
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# SPDX-FileCopyrightText: 2022 Sebastian Crane <seabass@fsfe.org>
# SPDX-FileCopyrightText: 2023 Redradix S.L. <info@redradix.com>
# SPDX-FileCopyrightText: 2023 Kevin Meagher
# SPDX-FileCopyrightText: 2023 Mathias Dannesbo <md@magenta.dk>
#
# SPDX-License-Identifier: GPL-3.0-or-later

Expand Down Expand Up @@ -562,6 +563,7 @@ class XQueryCommentStyle(CommentStyle):
".h": CCommentStyle,
".ha": CCommentStyle,
".hbs": HandlebarsCommentStyle,
".hcl": PythonCommentStyle,
".hh": CCommentStyle,
".hpp": CCommentStyle,
".hrl": TexCommentStyle,
Expand Down Expand Up @@ -670,6 +672,8 @@ class XQueryCommentStyle(CommentStyle):
".swift": CCommentStyle,
".tex": TexCommentStyle,
".textile": HtmlCommentStyle,
".tf": PythonCommentStyle,
".tfvars": PythonCommentStyle,
".thy": MlCommentStyle,
".toc": TexCommentStyle,
".toml": PythonCommentStyle,
Expand Down

0 comments on commit 5a71153

Please sign in to comment.