Skip to content

Commit

Permalink
Add Cargo.lock support
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Mar 26, 2024
1 parent 00a8d94 commit 9a9a995
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 @@ -831,6 +831,7 @@ class XQueryCommentStyle(CommentStyle):
".yarnrc": PythonCommentStyle,
"ansible.cfg": PythonCommentStyle,
"archive.sctxar": UncommentableCommentStyle, # SuperCollider global archive
"Cargo.lock": UncommentableCommentStyle,
"CMakeLists.txt": PythonCommentStyle,
"CODEOWNERS": PythonCommentStyle,
"configure.ac": M4CommentStyle,
Expand Down

0 comments on commit 9a9a995

Please sign in to comment.