Skip to content

Commit

Permalink
Add support for CUDA-C++
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Vieth committed Mar 26, 2024
1 parent 00a8d94 commit 48162a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ CLI command and its behaviour. There are no guarantees of stability for the

### Added

- More file types are recognised:
- CUDA-C++ (`.cu`, `.cuh`)

### Changed

### Deprecated
Expand Down
2 changes: 2 additions & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,8 @@ class XQueryCommentStyle(CommentStyle):
".csl": HtmlCommentStyle, # Bibliography (XML based)
".css": CssCommentStyle,
".csv": UncommentableCommentStyle,
".cu": CCommentStyle,
".cuh": CCommentStyle,
".cxx": CCommentStyle,
".d": CCommentStyle,
".dart": CCommentStyle,
Expand Down

0 comments on commit 48162a7

Please sign in to comment.