Skip to content

Commit

Permalink
Support .zshrc
Browse files Browse the repository at this point in the history
I saw .bashrc is supported and as a zsh user I'd like zsh support :)

Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
  • Loading branch information
waterkip committed Jun 4, 2024
1 parent 4b9bcbf commit 411b392
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 @@ -861,6 +861,7 @@ class XQueryCommentStyle(CommentStyle):
".shellcheckrc": PythonCommentStyle,
".taprc": PythonCommentStyle,
".vimrc": VimCommentStyle,
".zshrc": PythonCommentStyle,
".yarnrc": PythonCommentStyle,
"ansible.cfg": PythonCommentStyle,
"archive.sctxar": UncommentableCommentStyle, # SuperCollider global archive
Expand Down

0 comments on commit 411b392

Please sign in to comment.