diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c6c97c1..4bb4e5da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) + - Jakarte Server Page (`.jsp`) (#757) - More files are recognised: - Clang format (`.clang-format`) (#632) - Browserslist config (`.browserslist`) diff --git a/src/reuse/comment.py b/src/reuse/comment.py index a140b8ef4..62d900990 100644 --- a/src/reuse/comment.py +++ b/src/reuse/comment.py @@ -578,6 +578,7 @@ class XQueryCommentStyle(CommentStyle): ".jinja2": JinjaCommentStyle, ".js": CCommentStyle, ".json": UncommentableCommentStyle, + ".jsp": AspxCommentStyle, ".jsx": CCommentStyle, ".jy": PythonCommentStyle, ".ksh": PythonCommentStyle,