Skip to content

Commit 7f23aca

Browse files
committed
add Hare comment style
1 parent abd0619 commit 7f23aca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reuse/_comment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,9 @@ class VimCommentStyle(CommentStyle):
513513
".graphql": PythonCommentStyle,
514514
".groovy": CCommentStyle,
515515
".h": CCommentStyle,
516-
".hh": CCommentStyle,
516+
".ha": CCommentStyle,
517517
".hbs": HandlebarsCommentStyle,
518+
".hh": CCommentStyle,
518519
".hpp": CCommentStyle,
519520
".hrl": TexCommentStyle,
520521
".hs": HaskellCommentStyle,

0 commit comments

Comments
 (0)