Skip to content

Commit

Permalink
Merge pull request #757 from fsfe/feature/jsp-comment-style
Browse files Browse the repository at this point in the history
feat: Jakarte Server Page (.jsp) comment style
  • Loading branch information
linozen authored Jun 6, 2023
2 parents 19a9099 + d41da17 commit 9217904
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`)
- Jakarte Server Page (`.jsp`) (#757)
- More files are recognised:
- Clang format (`.clang-format`) (#632)
- Browserslist config (`.browserslist`)
Expand Down
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ class XQueryCommentStyle(CommentStyle):
".jinja2": JinjaCommentStyle,
".js": CCommentStyle,
".json": UncommentableCommentStyle,
".jsp": AspxCommentStyle,
".jsx": CCommentStyle,
".jy": PythonCommentStyle,
".ksh": PythonCommentStyle,
Expand Down

0 comments on commit 9217904

Please sign in to comment.