Skip to content

Commit

Permalink
Merge pull request #758 from fsfe/feature/aes-comment-style
Browse files Browse the repository at this point in the history
feat: uncommentable AES encrypted files
  • Loading branch information
linozen authored Jun 6, 2023
2 parents 9217904 + f9de80f commit 0b4edf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- Visual Studio Code workspace (`.code-workspace`) (#747)
- Application Resource Bundle (`.arb`) (#749)
- Svelte components (`.svelte`)
- AES encrypted files (`.aes`) (#758)
- Jakarte Server Page (`.jsp`) (#757)
- More files are recognised:
- Clang format (`.clang-format`) (#632)
Expand Down
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ class XQueryCommentStyle(CommentStyle):
".adb": HaskellCommentStyle,
".adoc": CCommentStyle,
".ads": HaskellCommentStyle,
".aes": UncommentableCommentStyle,
".ahk": LispCommentStyle,
".ahkl": LispCommentStyle,
".aidl": CCommentStyle,
Expand Down

0 comments on commit 0b4edf1

Please sign in to comment.