Skip to content

Commit

Permalink
Add Fennel comment style
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Crane <seabass@fsfe.org>
  • Loading branch information
seabass-labrax committed Dec 19, 2022
1 parent b6c0081 commit 2479497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reuse/_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# SPDX-FileCopyrightText: 2022 Nico Rikken <nico.rikken@fsfe.org>
# SPDX-FileCopyrightText: 2022 Stefan Hynek <stefan.hynek@uni-goettingen.de>
# SPDX-FileCopyrightText: 2022 Carmen Bianca Bakker <carmenbianca@fsfe.org>
# SPDX-FileCopyrightText: 2022 Sebastian Crane <seabass@fsfe.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

Expand Down Expand Up @@ -540,6 +541,7 @@ class XQueryCommentStyle(CommentStyle):
".f90": FortranCommentStyle,
".f95": FortranCommentStyle,
".fish": PythonCommentStyle,
".fnl": LispCommentStyle,
".fodp": UncommentableCommentStyle,
".fods": UncommentableCommentStyle,
".fodt": UncommentableCommentStyle,
Expand Down

0 comments on commit 2479497

Please sign in to comment.