Skip to content

Commit

Permalink
Add support for Erlang .es escripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kikofernandez committed Feb 6, 2025
1 parent e034c08 commit b6a9c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ class XQueryCommentStyle(CommentStyle):
".el": LispCommentStyle,
".erl": ErlangCommentStyle,
".escript": ErlangCommentStyle,
".es": ErlangCommentStyle,
".ex": ElixirCommentStyle,
".exs": ElixirCommentStyle,
".f": FortranCommentStyle,
Expand Down

0 comments on commit b6a9c44

Please sign in to comment.