Skip to content

Commit e704086

Browse files
authored
comment: add comment style for Bitbake files (#327)
Signed-off-by: Liam Beguin <[email protected]>
1 parent 3e7e8c3 commit e704086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/reuse/_comment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,9 @@ class UncommentableCommentStyle(EmptyCommentStyle):
450450
".applescript": AppleScriptCommentStyle,
451451
".bash": PythonCommentStyle,
452452
".bat": BatchFileCommentStyle,
453+
".bb": PythonCommentStyle,
454+
".bbappend": PythonCommentStyle,
455+
".bbclass": PythonCommentStyle,
453456
".bib": BibTexCommentStyle,
454457
".c": CCommentStyle,
455458
".cl": LispCommentStyle,

0 commit comments

Comments
 (0)